Skip to content

Commit

Permalink
buildkite(dra): retry if package failed (#14783) (#14787)
Browse files Browse the repository at this point in the history
(cherry picked from commit 767abab)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored Dec 3, 2024
1 parent 03fc691 commit bc43375
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ steps:
artifact_paths:
- "build/distributions/**/*"
- "build/dependencies*.csv"
retry:
automatic:
- limit: 1

- label: "Package Ubuntu-20 aarch64"
key: "package-arm"
Expand All @@ -43,6 +46,9 @@ steps:
- "staging"
artifact_paths:
- "build/distributions/**/*"
retry:
automatic:
- limit: 1

- label: "DRA"
key: "dra"
Expand Down

0 comments on commit bc43375

Please sign in to comment.