Skip to content

Commit abf829d

Browse files
authored
changing agents for the new pipeline
1 parent d78fd54 commit abf829d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/buildkite-solana-private.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ command_step() {
103103
timeout_in_minutes: $3
104104
artifact_paths: "log-*.txt"
105105
agents:
106-
- "queue=solana"
106+
- "queue=sol-private"
107107
EOF
108108
}
109109

@@ -182,7 +182,7 @@ all_test_steps() {
182182
timeout_in_minutes: 20
183183
artifact_paths: "bpf-dumps.tar.bz2"
184184
agents:
185-
- "queue=solana"
185+
- "queue=sol-private"
186186
EOF
187187
else
188188
annotate --style info \
@@ -209,7 +209,7 @@ EOF
209209
timeout_in_minutes: 20
210210
artifact_paths: "log-*.txt"
211211
agents:
212-
- "queue=cuda"
212+
- "queue=sol-private"
213213
EOF
214214
else
215215
annotate --style info \
@@ -236,7 +236,7 @@ EOF
236236
name: "downstream-projects"
237237
timeout_in_minutes: 30
238238
agents:
239-
- "queue=solana"
239+
- "queue=sol-private"
240240
EOF
241241
else
242242
annotate --style info \
@@ -263,7 +263,7 @@ EOF
263263
name: "downstream-anchor-projects"
264264
timeout_in_minutes: 10
265265
agents:
266-
- "queue=solana"
266+
- "queue=sol-private"
267267
EOF
268268
else
269269
annotate --style info \

0 commit comments

Comments
 (0)