Skip to content

Commit

Permalink
ci: move all formerly-default-queue jobs to solana queue (#23388)
Browse files Browse the repository at this point in the history
(cherry picked from commit f814c4a)

# Conflicts:
#	ci/buildkite-pipeline.sh

Co-authored-by: Trent Nelson <[email protected]>
  • Loading branch information
mergify[bot] and t-nelson authored Feb 28, 2022
1 parent 3463166 commit 6b71570
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ command_step() {
command: "$2"
timeout_in_minutes: $3
artifact_paths: "log-*.txt"
agents:
- "queue=solana"
EOF
}

Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 6b71570

Please sign in to comment.