Skip to content

Commit 8894a7d

Browse files
authored
Merge pull request #270 from buildkite-plugins/hosted-queue
target hosted queue
2 parents 520f9b6 + cbeaab5 commit 8894a7d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.buildkite/pipeline.yml

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

1012
- label: ":sparkles:"
13+
agents:
14+
queue: "hosted"
1115
plugins:
1216
- plugin-linter#v3.3.0:
1317
id: docker
1418

1519
- label: ":docker: :hammer:"
20+
agents:
21+
queue: "hosted"
1622
plugins:
1723
- plugin-tester#v1.1.1: ~
1824

1925
- wait
2026
- label: run the plugin
2127
command: "echo hello world"
28+
agents:
29+
queue: "hosted"
2230
plugins:
2331
- ${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
2432
image: ubuntu:22.04
2533
- label: ensure exit codes are propagated
2634
command: "exit 3"
35+
agents:
36+
queue: "hosted"
2737
plugins:
2838
- ${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
2939
image: ubuntu:22.04

0 commit comments

Comments
 (0)