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

Commit 173f1f9

Browse files
authored
AINFRA-283 - Set queue: mac explicitly in pipeline (#838)
2 parents 83d66fa + 9b995fb commit 173f1f9

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2+
---
3+
4+
agents:
5+
queue: mac
6+
7+
env:
8+
IMAGE_ID: xcode-15.3-v3
9+
110
# Nodes with values to reuse in the pipeline.
211
common_params:
312
plugins: &common_plugins
4-
- automattic/a8c-ci-toolkit#3.1.0
5-
# Common environment values to use with the `env` key.
6-
env: &common_env
7-
# -v3 contains a workaround for a Simulator boot issue
8-
# See paaHJt-6gL-p2#comment-8712
9-
IMAGE_ID: xcode-15.3-v3
13+
- automattic/a8c-ci-toolkit#3.5.1
1014

1115
# This is the default pipeline – it will build and test the app
1216
steps:
@@ -21,7 +25,6 @@ steps:
2125
- fastlane/test_output/report.html
2226
- fastlane/test_output/report.junit
2327
- .build/derived-data/Logs/**/*.xcactivitylog
24-
env: *common_env
2528
plugins: *common_plugins
2629

2730
#################
@@ -40,7 +43,6 @@ steps:
4043
key: "lint"
4144
command: |
4245
lint_pod
43-
env: *common_env
4446
plugins: *common_plugins
4547

4648
#################
@@ -49,12 +51,9 @@ steps:
4951
- label: "⬆️ Publish Podspec"
5052
key: "publish"
5153
command: .buildkite/publish-pod.sh
52-
env: *common_env
5354
plugins: *common_plugins
5455
depends_on:
5556
- "test"
5657
- "validate"
5758
- "lint"
5859
if: build.tag != null
59-
agents:
60-
queue: "mac"

0 commit comments

Comments
 (0)