Commit 74e11ab
Fix review issues: PREEMPTED state, wait race, concurrency group, retry timeout
- Add PREEMPTED and REVOKED to monitor_slurm_job.sh terminal states
so preempted jobs don't hang the monitor loop indefinitely
- Wait for both build PIDs unconditionally to prevent orphaned
processes racing with on_retry_command clean
- Drop event_name from concurrency group so PR and review events
for the same branch properly cancel each other
- Reduce retry timeout to 150min so retries have room within the
480min job timeout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9ef978f commit 74e11ab
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
0 commit comments