ci: allow retrying mac publishing steps (#32899)
This commit is contained in:
parent
7bd7410592
commit
aa4598d436
|
@ -37,9 +37,15 @@ steps:
|
||||||
command: "ci/publish-tarball.sh"
|
command: "ci/publish-tarball.sh"
|
||||||
agents:
|
agents:
|
||||||
queue: "release-build-aarch64-apple-darwin"
|
queue: "release-build-aarch64-apple-darwin"
|
||||||
|
retry:
|
||||||
|
manual:
|
||||||
|
permit_on_passed: true
|
||||||
timeout_in_minutes: 60
|
timeout_in_minutes: 60
|
||||||
- name: "publish tarball (x86_64-apple-darwin)"
|
- name: "publish tarball (x86_64-apple-darwin)"
|
||||||
command: "ci/publish-tarball.sh"
|
command: "ci/publish-tarball.sh"
|
||||||
agents:
|
agents:
|
||||||
queue: "release-build-x86_64-apple-darwin"
|
queue: "release-build-x86_64-apple-darwin"
|
||||||
|
retry:
|
||||||
|
manual:
|
||||||
|
permit_on_passed: true
|
||||||
timeout_in_minutes: 60
|
timeout_in_minutes: 60
|
||||||
|
|
Loading…
Reference in New Issue