Skip to content

Commit

Permalink
try fix combine benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Jan 9, 2025
1 parent f218b79 commit f5309b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ steps:
- label: "Combine Benchmarks"
key: "combine-benchmarks"
depends_on:
- "cpu-benchmarks-1"
- "cpu-benchmarks-1" # Update these
- "cpu-benchmarks-2"
- "cpu-benchmarks-4"
- "cpu-benchmarks-8"
Expand All @@ -209,5 +209,6 @@ steps:
- "benchmarks/results/combinedbenchmarks.json"
agents:
queue: "benchmark"
env:
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 15
timeout_in_minutes: 12

0 comments on commit f5309b3

Please sign in to comment.