Skip to content

Commit 88f0073

Browse files
camille-004claude
andcommitted
ci: run benchmark job after test jobs to avoid GPU contention
Benchmark was running in parallel with all 4 test jobs, putting 5 concurrent GPU workloads on the same runner and causing OOM for everything. Sequencing benchmark after test ensures it gets the GPU to itself. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f20f535 commit 88f0073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191

192192
benchmark:
193193
name: Benchmark
194-
needs: [images, build]
194+
needs: [images, build, test]
195195
runs-on: [self-hosted, gpu]
196196
timeout-minutes: 60
197197
continue-on-error: true

0 commit comments

Comments
 (0)