|
1 | 1 | steps:
|
2 | 2 | - label: ":k8s:"
|
3 | 3 | command: .buildkite/verify-yaml.sh
|
4 |
| - agents: { queue: job } |
| 4 | + agents: { queue: standard } |
5 | 5 |
|
6 | 6 | - label: ":k8s:"
|
7 | 7 | command: .buildkite/verify-label.sh
|
8 |
| - agents: { queue: job } |
| 8 | + agents: { queue: standard } |
9 | 9 |
|
10 | 10 | - label: ":k8s:"
|
11 | 11 | command: .buildkite/verify-rbac-labels.sh
|
12 |
| - agents: { queue: job } |
| 12 | + agents: { queue: standard } |
13 | 13 |
|
14 | 14 | - label: ':lipstick:'
|
15 | 15 | command: .buildkite/prettier-check.sh
|
16 |
| - agents: { queue: job } |
| 16 | + agents: { queue: standard } |
17 | 17 |
|
18 | 18 | - label: ':lipstick:'
|
19 | 19 | command: .buildkite/shfmt.sh
|
20 |
| - agents: { queue: job } |
| 20 | + agents: { queue: standard } |
21 | 21 |
|
22 | 22 | - label: ":git: :sleuth_or_spy:"
|
23 | 23 | command: .buildkite/verify-release/verify-release.sh
|
24 |
| - agents: { queue: job } |
| 24 | + agents: { queue: standard } |
25 | 25 |
|
26 | 26 | - label: ":k8s: :sleuth_or_spy:"
|
27 | 27 | command: .buildkite/check-image-names.sh
|
28 |
| - agents: { queue: job } |
| 28 | + agents: { queue: standard } |
29 | 29 |
|
30 | 30 | - wait
|
31 | 31 |
|
|
38 | 38 | # Can be set to true to help debug test results, but ensure that created resources
|
39 | 39 | # are removed manually
|
40 | 40 | NOCLEANUP: "false"
|
41 |
| - agents: { queue: job } |
| 41 | + agents: { queue: standard } |
42 | 42 |
|
43 | 43 | - label: ":pulumi: :k8s:"
|
44 | 44 | concurrency: 6
|
|
49 | 49 | # Can be set to true to help debug test results, but ensure that created resources
|
50 | 50 | # are removed manually
|
51 | 51 | NOCLEANUP: "false"
|
52 |
| - agents: { queue: job } |
| 52 | + agents: { queue: standard } |
53 | 53 |
|
54 | 54 | - label: ":pulumi: :k8s:"
|
55 | 55 | concurrency: 6
|
|
60 | 60 | # Can be set to true to help debug test results, but ensure that created resources
|
61 | 61 | # are removed manually
|
62 | 62 | NOCLEANUP: "false"
|
63 |
| - agents: { queue: job } |
| 63 | + agents: { queue: standard } |
64 | 64 |
|
65 | 65 | - label: ":k8s:"
|
66 | 66 | concurrency: 3
|
|
70 | 70 | # Can be set to true to help debug test results, but ensure that created resources
|
71 | 71 | # are removed manually
|
72 | 72 | NOCLEANUP: "false"
|
73 |
| - agents: { queue: job } |
| 73 | + agents: { queue: standard } |
0 commit comments