Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 9b995fb

Browse files
committed
AINFRA-283 - Set queue: mac explicitly in pipeline
This will allow adopting an improved default pipeline upload step on the CI infrastructure side of the setup. It also makes it clear what queue is in use just by looking at the pipeline file. Notice it does not introduce the standard `shared-pipeline-vars` file because to use that we first need the default pipeline upload step in the IaC configuration.
1 parent 650e4d9 commit 9b995fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
22
---
33

4+
agents:
5+
queue: mac
6+
47
env:
58
IMAGE_ID: xcode-15.3-v3
69

@@ -54,5 +57,3 @@ steps:
5457
- "validate"
5558
- "lint"
5659
if: build.tag != null
57-
agents:
58-
queue: "mac"

0 commit comments

Comments
 (0)