Skip to content

Commit 41ca069

Browse files
authored
Merge pull request #274 from buildkite-plugins/remove-explicit-queue
Remove explicit targeting of the hosted queue
2 parents 9e810ed + 392a582 commit 41ca069

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
steps:
22
- label: ":shell: Shellcheck"
3-
agents:
4-
queue: "hosted"
53
plugins:
64
- shellcheck#v1.3.0:
75
files:
@@ -10,30 +8,22 @@ steps:
108
- lib/**
119

1210
- label: ":sparkles:"
13-
agents:
14-
queue: "hosted"
1511
plugins:
1612
- plugin-linter#v3.3.0:
1713
id: docker
1814

1915
- label: ":docker: :hammer:"
20-
agents:
21-
queue: "hosted"
2216
plugins:
2317
- plugin-tester#v1.1.1: ~
2418

2519
- wait
2620
- label: run the plugin
2721
command: "echo hello world"
28-
agents:
29-
queue: "hosted"
3022
plugins:
3123
- ${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
3224
image: ubuntu:22.04
3325
- label: ensure exit codes are propagated
3426
command: "exit 3"
35-
agents:
36-
queue: "hosted"
3727
plugins:
3828
- ${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
3929
image: ubuntu:22.04

0 commit comments

Comments
 (0)