Skip to content

Commit 45ca4fd

Browse files
committed
target hosted queue
The default queue in this cluster is `untrusted`, but we're trialing a new queue: `hosted`. The agents on this queue are configured differently, but I expect everything to Just Work.
1 parent 524ac33 commit 45ca4fd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
steps:
22
- label: ":bash: Plugin"
3+
agents:
4+
queue: "hosted"
35
plugins:
46
- plugin-tester#v1.1.1: ~
57

68
- label: ":ruby: Ruby"
9+
agents:
10+
queue: "hosted"
711
plugins:
812
- docker-compose#v5.2.0:
913
run: ruby
1014

1115
- label: "✨ Lint"
16+
agents:
17+
queue: "hosted"
1218
plugins:
1319
- plugin-linter#v3.3.0:
1420
id: junit-annotate
1521

1622
- label: ":bash: Shellcheck"
23+
agents:
24+
queue: "hosted"
1725
plugins:
1826
- shellcheck#v1.3.0:
19-
files: hooks/*
27+
files: hooks/*

0 commit comments

Comments
 (0)