Skip to content

Commit

Permalink
Run start code freeze on tumblr-metal agent
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 4, 2024
1 parent 1f18f63 commit 230b506
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .buildkite/release-pipelines/start-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ steps:
# The first client to implement releases in CI was Android so the automation works in that queue.
# We might want to move it to a leaner one in the future.
agents:
queue: android
queue: tumblr-metal
command: |
.buildkite/commands/configure-environment.sh
echo '--- :robot_face: Use bot for git operations'
source use-bot-for-git
echo '--- :ruby: Setup Ruby Tools'
install_gems
echo '--- :shipit: Start code freeze'
bundle exec fastlane code_freeze skip_confirm:true
Expand Down

0 comments on commit 230b506

Please sign in to comment.