Skip to content

Commit

Permalink
ci: allow retrying mac publishing steps (solana-labs#32899)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Aug 19, 2023
1 parent 7bd7410 commit aa4598d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/buildkite-secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ steps:
command: "ci/publish-tarball.sh"
agents:
queue: "release-build-aarch64-apple-darwin"
retry:
manual:
permit_on_passed: true
timeout_in_minutes: 60
- name: "publish tarball (x86_64-apple-darwin)"
command: "ci/publish-tarball.sh"
agents:
queue: "release-build-x86_64-apple-darwin"
retry:
manual:
permit_on_passed: true
timeout_in_minutes: 60

0 comments on commit aa4598d

Please sign in to comment.