Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
---

agents:
queue: mac

env:
IMAGE_ID: xcode-15.3-v3

# Nodes with values to reuse in the pipeline.
common_params:
plugins: &common_plugins
- automattic/a8c-ci-toolkit#3.1.0
# Common environment values to use with the `env` key.
env: &common_env
# -v3 contains a workaround for a Simulator boot issue
# See paaHJt-6gL-p2#comment-8712
IMAGE_ID: xcode-15.3-v3
- automattic/a8c-ci-toolkit#3.5.1

# This is the default pipeline – it will build and test the app
steps:
Expand All @@ -21,7 +25,6 @@ steps:
- fastlane/test_output/report.html
- fastlane/test_output/report.junit
- .build/derived-data/Logs/**/*.xcactivitylog
env: *common_env
plugins: *common_plugins

#################
Expand All @@ -40,7 +43,6 @@ steps:
key: "lint"
command: |
lint_pod
env: *common_env
plugins: *common_plugins

#################
Expand All @@ -49,12 +51,9 @@ steps:
- label: "⬆️ Publish Podspec"
key: "publish"
command: .buildkite/publish-pod.sh
env: *common_env
plugins: *common_plugins
depends_on:
- "test"
- "validate"
- "lint"
if: build.tag != null
agents:
queue: "mac"