ci: move all formerly-default-queue jobs to solana queue
This commit is contained in:
parent
911c5a8362
commit
f814c4a082
|
@ -102,6 +102,8 @@ command_step() {
|
||||||
command: "$2"
|
command: "$2"
|
||||||
timeout_in_minutes: $3
|
timeout_in_minutes: $3
|
||||||
artifact_paths: "log-*.txt"
|
artifact_paths: "log-*.txt"
|
||||||
|
agents:
|
||||||
|
- "queue=solana"
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -168,7 +170,7 @@ all_test_steps() {
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
artifact_paths: "bpf-dumps.tar.bz2"
|
artifact_paths: "bpf-dumps.tar.bz2"
|
||||||
agents:
|
agents:
|
||||||
- "queue=default"
|
- "queue=solana"
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
annotate --style info \
|
annotate --style info \
|
||||||
|
@ -221,6 +223,8 @@ EOF
|
||||||
- command: "scripts/build-downstream-projects.sh"
|
- command: "scripts/build-downstream-projects.sh"
|
||||||
name: "downstream-projects"
|
name: "downstream-projects"
|
||||||
timeout_in_minutes: 30
|
timeout_in_minutes: 30
|
||||||
|
agents:
|
||||||
|
- "queue=solana"
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
annotate --style info \
|
annotate --style info \
|
||||||
|
@ -246,6 +250,8 @@ EOF
|
||||||
- command: "scripts/build-downstream-anchor-projects.sh"
|
- command: "scripts/build-downstream-anchor-projects.sh"
|
||||||
name: "downstream-anchor-projects"
|
name: "downstream-anchor-projects"
|
||||||
timeout_in_minutes: 10
|
timeout_in_minutes: 10
|
||||||
|
agents:
|
||||||
|
- "queue=solana"
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
annotate --style info \
|
annotate --style info \
|
||||||
|
|
Loading…
Reference in New Issue