Commit 0a39803
ci: fix heredoc pwd expansion, backtick substitution, combine bench log steps
- submit-job.sh: escape $(pwd) in heredoc so it expands on the compute
node after cd $SLURM_SUBMIT_DIR, not on the login node at sbatch time
- submit-job.sh: replace backtick command substitution with $() for
job_slug (modern bash style, consistent with rest of script)
- bench.yml: combine 'Print Per-Case Failure Logs' and 'Print Per-Case
Success Logs' into a single 'Print Per-Case Logs' step that labels
each output as [PASSED] or [FAILED] inline
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1c81fc0 commit 0a39803
2 files changed
Lines changed: 6 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 148 | + | |
161 | 149 | | |
162 | 150 | | |
163 | 151 | | |
164 | 152 | | |
165 | 153 | | |
166 | 154 | | |
167 | 155 | | |
168 | | - | |
| 156 | + | |
| 157 | + | |
169 | 158 | | |
| 159 | + | |
170 | 160 | | |
171 | 161 | | |
172 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments