Commit baa49bf
Fix bench: use PR's submit.sh for master job to get SIGKILL recovery
When benchmarking master vs PR, submit_and_monitor_bench.sh was using the
master directory's submit.sh for the master bench job. Master's submit.sh
calls monitor_slurm_job.sh directly without SIGKILL recovery. When the
monitor was killed (exit 137), the master bench YAML was never found.
Fix: always use the PR's submit.sh (which calls run_monitored_slurm_job.sh
with sacct fallback) for both master and PR bench submissions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2caf95f commit baa49bf
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments