Skip to content

Commit 1b34b87

Browse files
JRPanclaude
andauthored
Add sleep before mv in spinlock CI step to handle NFS sync delay (#537)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9be0e3c commit 1b34b87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/weekly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ jobs:
6363
source ./gpu-app-collection/src/setup_environment
6464
rm -rf ./hw_run/
6565
srun --job-name=gpu-lock --dependency=singleton --partition=tgrogers-dgx -- ./util/tracer_nvbit/run_hw_trace.py -B Spinlock -D 7 --spinlock_handling fast_forward
66+
sleep 5 # wait for NFS sync before moving
6667
mv ./hw_run /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces/hw_run_fast_forward
6768
srun --job-name=gpu-lock --dependency=singleton --partition=tgrogers-dgx -- ./util/tracer_nvbit/run_hw_trace.py -B Spinlock -D 7 --spinlock_handling none
69+
sleep 5 # wait for NFS sync before moving
6870
mv ./hw_run /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces/hw_run_none
6971
SASS-Weekly:
7072
timeout-minutes: 720

0 commit comments

Comments
 (0)