Skip to content

Commit

Permalink
attempt complete fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Jan 9, 2025
1 parent a310d29 commit f218b79
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ steps:
rocmgpu: "*"
env:
BENCHMARK_GROUP: AMDGPU
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12

- label: "oneAPI: Run Benchmarks"
key: "oneapi-benchmarks"
Expand All @@ -156,8 +156,8 @@ steps:
intel: "*"
env:
BENCHMARK_GROUP: oneAPI
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12

- label: "Metal: Run Benchmarks"
key: "metal-benchmarks"
Expand All @@ -180,8 +180,8 @@ steps:
arch: "aarch64"
env:
BENCHMARK_GROUP: Metal
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12

- wait: ~ # Wait for all benchmarks to finish

Expand Down Expand Up @@ -210,4 +210,4 @@ steps:
agents:
queue: "benchmark"
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 15
timeout_in_minutes: 15

0 comments on commit f218b79

Please sign in to comment.