Skip to content

Commit

Permalink
Try running in benchmark queue
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 27, 2024
1 parent 2102de7 commit e789719
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ steps:
plugins:
- monebag/monorepo-diff#v2.5.9:
diff: ".buildkite/scripts/diff.sh $BUILDKITE_COMMIT"
log_level: "debug"
interpolation: false
watch:
- path:
Expand Down
14 changes: 9 additions & 5 deletions .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
artifact_paths:
- "bench/results/*"
agents:
queue: "juliagpu"
queue: "benchmark"
env:
BENCHMARK_GROUP: CPU
timeout_in_minutes: 120
Expand All @@ -42,7 +42,8 @@ steps:
artifact_paths:
- "bench/results/*"
agents:
queue: "juliagpu"
queue: "benchmark"
gpu: "*"
rocm: "*"
env:
BENCHMARK_GROUP: AMDGPU
Expand All @@ -69,7 +70,8 @@ steps:
artifact_paths:
- "bench/results/*"
agents:
queue: "juliagpu"
queue: "benchmark"
gpu: "*"
cuda: "*"
env:
BENCHMARK_GROUP: CUDA
Expand All @@ -96,7 +98,8 @@ steps:
artifact_paths:
- "bench/results/*"
agents:
queue: "juliaecosystem"
queue: "benchmark"
gpu: "*"
os: "macos"
arch: "aarch64"
env:
Expand Down Expand Up @@ -124,7 +127,8 @@ steps:
artifact_paths:
- "bench/results/*"
agents:
queue: "juliagpu"
queue: "benchmark"
gpu: "*"
intel: "*"
env:
BENCHMARK_GROUP: oneAPI
Expand Down

0 comments on commit e789719

Please sign in to comment.