Skip to content

Commit ffb43f7

Browse files
sbryngelsonclaude
andcommitted
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

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
- name: Clone
331331
uses: actions/checkout@v4
332332
with:
333-
clean: true
333+
clean: false
334334

335335
- name: Pre-Build (SLURM)
336336
if: matrix.cluster == 'phoenix'

0 commit comments

Comments
 (0)