Skip to content

Commit 518d9b7

Browse files
committed
Pass $BUILDKITE_AGENT_META_DATA_QUEUE to pipeline.yml
Reimplement keeping the queue value for subsequent steps. This requires Agent 3.0 to be stable. This reverts commit ac3ea61.
1 parent ac3ea61 commit 518d9b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ steps:
22
- name: ":hammer: Example Script"
33
command: "script.sh"
44
artifact_paths: "artifacts/*"
5+
agents:
6+
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"

0 commit comments

Comments
 (0)