Skip to content

Commit 23eed4e

Browse files
authored
Merge pull request #224 from buildkite-plugins/remove-explicit-queue
Remove explicit targeting of the hosted queue
2 parents b70941e + 194bfd8 commit 23eed4e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.buildkite/pipeline.yml

-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
11
steps:
22
- label: ":bash: Plugin"
3-
agents:
4-
queue: "hosted"
53
plugins:
64
- plugin-tester#v1.1.1: ~
75

86
- label: ":ruby: Ruby"
9-
agents:
10-
queue: "hosted"
117
plugins:
128
- docker-compose#v5.3.0:
139
run: ruby
1410

1511
- label: "✨ Lint"
16-
agents:
17-
queue: "hosted"
1812
plugins:
1913
- plugin-linter#v3.3.0:
2014
id: junit-annotate
2115

2216
- label: ":bash: Shellcheck"
23-
agents:
24-
queue: "hosted"
2517
plugins:
2618
- shellcheck#v1.3.0:
2719
files: hooks/*

0 commit comments

Comments
 (0)