Skip to content

Commit 8c3b69c

Browse files
michaellzcSourcegraph
andauthored
Rename buildkite queue from job to standard (sourcegraph#4108)
Co-authored-by: Sourcegraph <[email protected]>
1 parent 12ae502 commit 8c3b69c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.buildkite/pipeline.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
steps:
22
- label: ":k8s:"
33
command: .buildkite/verify-yaml.sh
4-
agents: { queue: job }
4+
agents: { queue: standard }
55

66
- label: ":k8s:"
77
command: .buildkite/verify-label.sh
8-
agents: { queue: job }
8+
agents: { queue: standard }
99

1010
- label: ":k8s:"
1111
command: .buildkite/verify-rbac-labels.sh
12-
agents: { queue: job }
12+
agents: { queue: standard }
1313

1414
- label: ':lipstick:'
1515
command: .buildkite/prettier-check.sh
16-
agents: { queue: job }
16+
agents: { queue: standard }
1717

1818
- label: ':lipstick:'
1919
command: .buildkite/shfmt.sh
20-
agents: { queue: job }
20+
agents: { queue: standard }
2121

2222
- label: ":git: :sleuth_or_spy:"
2323
command: .buildkite/verify-release/verify-release.sh
24-
agents: { queue: job }
24+
agents: { queue: standard }
2525

2626
- label: ":k8s: :sleuth_or_spy:"
2727
command: .buildkite/check-image-names.sh
28-
agents: { queue: job }
28+
agents: { queue: standard }
2929

3030
- wait
3131

@@ -38,7 +38,7 @@ steps:
3838
# Can be set to true to help debug test results, but ensure that created resources
3939
# are removed manually
4040
NOCLEANUP: "false"
41-
agents: { queue: job }
41+
agents: { queue: standard }
4242

4343
- label: ":pulumi: :k8s:"
4444
concurrency: 6
@@ -49,7 +49,7 @@ steps:
4949
# Can be set to true to help debug test results, but ensure that created resources
5050
# are removed manually
5151
NOCLEANUP: "false"
52-
agents: { queue: job }
52+
agents: { queue: standard }
5353

5454
- label: ":pulumi: :k8s:"
5555
concurrency: 6
@@ -60,7 +60,7 @@ steps:
6060
# Can be set to true to help debug test results, but ensure that created resources
6161
# are removed manually
6262
NOCLEANUP: "false"
63-
agents: { queue: job }
63+
agents: { queue: standard }
6464

6565
- label: ":k8s:"
6666
concurrency: 3
@@ -70,4 +70,4 @@ steps:
7070
# Can be set to true to help debug test results, but ensure that created resources
7171
# are removed manually
7272
NOCLEANUP: "false"
73-
agents: { queue: job }
73+
agents: { queue: standard }

0 commit comments

Comments
 (0)