Skip to content

Commit

Permalink
Hack pipeline to test CI plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 5, 2023
1 parent 3447696 commit 0301bd1
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,22 @@
common_params:
# Common plugin settings to use with the `plugins` key.
- &common_plugins
- automattic/a8c-ci-toolkit#2.17.0
- automattic/a8c-ci-toolkit#mokagio/omit-details-annotation-when-empty
- automattic/git-s3-cache#1.1.4:
bucket: "a8c-repo-mirrors"
repo: "automattic/wordpress-ios/"
# Common environment values to use with the `env` key.
- &common_env
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
IMAGE_ID: xcode-14.2
BUILDKITE_PLUGINS_ALWAYS_CLONE_FRESH: true

# This is the default pipeline – it will build and test the app
steps:

#################
# Create Prototype Builds for WP and JP
#################
- group: "🛠 Prototype Builds"
steps:
- label: "🛠 WordPress Prototype Build"
command: ".buildkite/commands/prototype-build-wordpress.sh"
env: *common_env
plugins: *common_plugins
if: "build.pull_request.id != null || build.pull_request.draft"
notify:
- github_commit_status:
context: "WordPress Prototype Build"

- label: "🛠 Jetpack Prototype Build"
command: ".buildkite/commands/prototype-build-jetpack.sh"
env: *common_env
plugins: *common_plugins
if: "build.pull_request.id != null || build.pull_request.draft"
notify:
- github_commit_status:
context: "Jetpack Prototype Build"

#################
# Create Builds for Testing
Expand Down

0 comments on commit 0301bd1

Please sign in to comment.