Skip to content

Commit d63e68d

Browse files
authored
[Tooling] Migrate release pipelines to mac-metal queue (#1794)
2 parents 2f4fb38 + b87ab44 commit d63e68d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.buildkite/release-pipelines/complete-code-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Variables used in this pipeline are defined in `shared-pipeline-vars`, which is `source`'d before calling `buildkite-agent pipeline upload`
55

66
agents:
7-
queue: tumblr-metal
7+
queue: mac-metal
88

99
steps:
1010
- label: Complete Code Freeze

.buildkite/release-pipelines/finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
echo '--- :shipit: Finalize Release'
1818
bundle exec fastlane finalize_release skip_confirm:true
1919
agents:
20-
queue: tumblr-metal
20+
queue: mac-metal
2121
retry:
2222
manual:
2323
# If those jobs fail, one should always prefer re-triggering a new build from Releases V2 rather than retrying the individual job from Buildkite

.buildkite/release-pipelines/new-beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
echo '--- :shipit: New Beta Release'
2121
bundle exec fastlane new_beta_release skip_confirm:true
2222
agents:
23-
queue: tumblr-metal
23+
queue: mac-metal
2424
retry:
2525
manual:
2626
# If failed, we prefer retrying via Releases V2 rather than Buildkite.

.buildkite/release-pipelines/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
echo '--- :package: Publish Release'
1818
bundle exec fastlane publish_release skip_confirm:true
1919
agents:
20-
queue: tumblr-metal
20+
queue: mac-metal
2121
retry:
2222
manual:
2323
# If those jobs fail, one should always prefer re-triggering a new build from Releases V2 rather than retrying the individual job from Buildkite

.buildkite/release-pipelines/start-code-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
plugins:
99
- $CI_TOOLKIT_PLUGIN
1010
agents:
11-
queue: tumblr-metal
11+
queue: mac-metal
1212
command: |
1313
echo '--- :robot_face: Use bot for Git operations'
1414
source use-bot-for-git

0 commit comments

Comments
 (0)