From 767abab33d13e46652fdfde2963c317503e104a0 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 3 Dec 2024 09:45:53 +0100 Subject: [PATCH] buildkite(dra): retry if package failed (#14783) --- .buildkite/package.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.buildkite/package.yml b/.buildkite/package.yml index d50fde9b43e..6b21c916d1b 100644 --- a/.buildkite/package.yml +++ b/.buildkite/package.yml @@ -28,6 +28,9 @@ steps: artifact_paths: - "build/distributions/**/*" - "build/dependencies*.csv" + retry: + automatic: + - limit: 1 - label: "Package Ubuntu-20 aarch64" key: "package-arm" @@ -43,6 +46,9 @@ steps: - "staging" artifact_paths: - "build/distributions/**/*" + retry: + automatic: + - limit: 1 - label: "DRA" key: "dra"