Skip to content

Commit 5b4cb22

Browse files
committed
🚧 TO REVERT: Borrow M2 agent to speed builds up
Speeding up trial-and-error, and also just to give it a try and compare speed out of curiosity
1 parent 3b38f53 commit 5b4cb22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.buildkite/pipeline.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ steps:
2323
command: ".buildkite/commands/prototype-build-wordpress.sh"
2424
env: *common_env
2525
plugins: *common_plugins
26+
agents:
27+
queue: "mac-arm"
2628
if: "build.pull_request.id != null || build.pull_request.draft"
2729
notify:
2830
- github_commit_status:
@@ -32,6 +34,8 @@ steps:
3234
command: ".buildkite/commands/prototype-build-jetpack.sh"
3335
env: *common_env
3436
plugins: *common_plugins
37+
agents:
38+
queue: "mac-arm"
3539
if: "build.pull_request.id != null || build.pull_request.draft"
3640
notify:
3741
- github_commit_status:

0 commit comments

Comments
 (0)