changing agents for the new pipeline

This commit is contained in:
axleiro 2022-05-04 12:11:26 +05:30 committed by GitHub
parent d78fd54134
commit abf829d0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -103,7 +103,7 @@ command_step() {
timeout_in_minutes: $3
artifact_paths: "log-*.txt"
agents:
- "queue=solana"
- "queue=sol-private"
EOF
}
@ -182,7 +182,7 @@ all_test_steps() {
timeout_in_minutes: 20
artifact_paths: "bpf-dumps.tar.bz2"
agents:
- "queue=solana"
- "queue=sol-private"
EOF
else
annotate --style info \
@ -209,7 +209,7 @@ EOF
timeout_in_minutes: 20
artifact_paths: "log-*.txt"
agents:
- "queue=cuda"
- "queue=sol-private"
EOF
else
annotate --style info \
@ -236,7 +236,7 @@ EOF
name: "downstream-projects"
timeout_in_minutes: 30
agents:
- "queue=solana"
- "queue=sol-private"
EOF
else
annotate --style info \
@ -263,7 +263,7 @@ EOF
name: "downstream-anchor-projects"
timeout_in_minutes: 10
agents:
- "queue=solana"
- "queue=sol-private"
EOF
else
annotate --style info \