Commit ffb43f7
ci: revert case-opt to clean: false to preserve SLURM build cache
The Pre-Build (SLURM) step on Phoenix rebuilds case-optimized binaries
using the runner workspace on NFS. With clean: true, all cached build
artifacts are wiped before each run, causing the SLURM job to build from
scratch and get preempted (~9 min) before completing.
The case-opt job uses explicit GPU opts (gpu-opts.sh) so it is not
affected by the lock.yaml contamination issue that motivated clean: true
in the self job.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0104233 commit ffb43f7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
0 commit comments