diff --git a/.buildkite/runbenchmarks.yml b/.buildkite/runbenchmarks.yml index 7b90c7c..00484c7 100644 --- a/.buildkite/runbenchmarks.yml +++ b/.buildkite/runbenchmarks.yml @@ -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" @@ -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" @@ -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 @@ -210,4 +210,4 @@ steps: agents: queue: "benchmark" if: build.message !~ /\[skip benchmarks\]/ - timeout_in_minutes: 15 + timeout_in_minutes: 15 \ No newline at end of file