From e789719d96b2981f51b2572c3a01aa954a033b05 Mon Sep 17 00:00:00 2001 From: Ryan Kierulf Date: Thu, 27 Jun 2024 13:11:17 -0500 Subject: [PATCH] Try running in benchmark queue --- .buildkite/pipeline.yml | 1 - .buildkite/runbenchmarks.yml | 14 +++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b6c969c30..85b20cfac 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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: diff --git a/.buildkite/runbenchmarks.yml b/.buildkite/runbenchmarks.yml index 21d4d08fa..085d4a6c2 100644 --- a/.buildkite/runbenchmarks.yml +++ b/.buildkite/runbenchmarks.yml @@ -16,7 +16,7 @@ steps: artifact_paths: - "bench/results/*" agents: - queue: "juliagpu" + queue: "benchmark" env: BENCHMARK_GROUP: CPU timeout_in_minutes: 120 @@ -42,7 +42,8 @@ steps: artifact_paths: - "bench/results/*" agents: - queue: "juliagpu" + queue: "benchmark" + gpu: "*" rocm: "*" env: BENCHMARK_GROUP: AMDGPU @@ -69,7 +70,8 @@ steps: artifact_paths: - "bench/results/*" agents: - queue: "juliagpu" + queue: "benchmark" + gpu: "*" cuda: "*" env: BENCHMARK_GROUP: CUDA @@ -96,7 +98,8 @@ steps: artifact_paths: - "bench/results/*" agents: - queue: "juliaecosystem" + queue: "benchmark" + gpu: "*" os: "macos" arch: "aarch64" env: @@ -124,7 +127,8 @@ steps: artifact_paths: - "bench/results/*" agents: - queue: "juliagpu" + queue: "benchmark" + gpu: "*" intel: "*" env: BENCHMARK_GROUP: oneAPI