Skip to content

Commit e908694

Browse files
authored
Merge pull request #452 from buildkite-plugins/remove-explicit-queue
Remove explicit targeting of the hosted queue
2 parents d5daa29 + 98de40a commit e908694

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.buildkite/pipeline.yml

-26
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ env:
66

77
steps:
88
- label: ":shell: Shellcheck"
9-
agents:
10-
queue: "hosted"
119
plugins:
1210
shellcheck#v1.3.0:
1311
files:
@@ -16,16 +14,12 @@ steps:
1614
- commands/**
1715

1816
- label: ":sparkles: Lint"
19-
agents:
20-
queue: "hosted"
2117
plugins:
2218
plugin-linter#v3.3.0:
2319
id: docker-compose
2420
readme: docs/examples.md
2521

2622
- label: ":bash: Tests"
27-
agents:
28-
queue: "hosted"
2923
plugins:
3024
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
3125
run: tests
@@ -37,16 +31,12 @@ steps:
3731

3832
- label: run, with links that fail
3933
command: echo hello from alpine
40-
agents:
41-
queue: "hosted"
4234
plugins:
4335
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
4436
run: alpinewithfailinglink
4537
config: tests/composefiles/docker-compose.v2.1.yml
4638

4739
- label: run, with environment
48-
agents:
49-
queue: "hosted"
5040
plugins:
5141
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
5242
run: alpinewithenv
@@ -55,8 +45,6 @@ steps:
5545
- ALPACAS=sometimes
5646

5747
- label: run, with multi-line command
58-
agents:
59-
queue: "hosted"
6048
command: |
6149
echo \
6250
hello \
@@ -71,8 +59,6 @@ steps:
7159
env:
7260
PERSIST_REGISTRY: true
7361
command: /hello
74-
agents:
75-
queue: "hosted"
7662
plugins:
7763
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
7864
build: helloworld
@@ -83,8 +69,6 @@ steps:
8369
depends_on: prebuild-2-0
8470
env:
8571
RESTORE_REGISTRY_FROM: prebuild-2-0
86-
agents:
87-
queue: "hosted"
8872
plugins:
8973
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
9074
run: helloworld
@@ -97,8 +81,6 @@ steps:
9781
env:
9882
PERSIST_REGISTRY: true
9983
command: /hello
100-
agents:
101-
queue: "hosted"
10284
plugins:
10385
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
10486
build: helloworld
@@ -109,8 +91,6 @@ steps:
10991
depends_on: prebuild-2-1
11092
env:
11193
RESTORE_REGISTRY_FROM: prebuild-2-1
112-
agents:
113-
queue: "hosted"
11494
plugins:
11595
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
11696
run: helloworld
@@ -122,8 +102,6 @@ steps:
122102
key: prebuild-custom-image-name
123103
env:
124104
PERSIST_REGISTRY: true
125-
agents:
126-
queue: "hosted"
127105
plugins:
128106
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
129107
build: helloworld
@@ -135,8 +113,6 @@ steps:
135113
key: run-custom-image-name
136114
env:
137115
RESTORE_REGISTRY_FROM: prebuild-custom-image-name
138-
agents:
139-
queue: "hosted"
140116
plugins:
141117
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
142118
run: helloworld
@@ -148,8 +124,6 @@ steps:
148124
depends_on: run-custom-image-name
149125
env:
150126
RESTORE_REGISTRY_FROM: prebuild-custom-image-name
151-
agents:
152-
queue: "hosted"
153127
plugins:
154128
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
155129
push: helloworld:${IMAGE_REPO}:llamas-build-${BUILDKITE_BUILD_NUMBER}-push

0 commit comments

Comments
 (0)