From 6b71570f486e97b9063d92ed1ac78236de468eb2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 22:28:05 +0000 Subject: [PATCH] ci: move all formerly-default-queue jobs to solana queue (#23388) (cherry picked from commit f814c4a082d3876137fd45f047e3b83ac164b0d9) # Conflicts: # ci/buildkite-pipeline.sh Co-authored-by: Trent Nelson --- ci/buildkite-pipeline.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index 7a6c8d0b0cb14e..c4e8cb993ecca8 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -102,6 +102,8 @@ command_step() { command: "$2" timeout_in_minutes: $3 artifact_paths: "log-*.txt" + agents: + - "queue=solana" EOF } @@ -168,7 +170,7 @@ all_test_steps() { timeout_in_minutes: 20 artifact_paths: "bpf-dumps.tar.bz2" agents: - - "queue=default" + - "queue=solana" EOF else annotate --style info \ @@ -221,6 +223,8 @@ EOF - command: "scripts/build-downstream-projects.sh" name: "downstream-projects" timeout_in_minutes: 30 + agents: + - "queue=solana" EOF else annotate --style info \