From e109384e12ef6477cd91f76b350c7674079f91fc Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 8 Apr 2026 16:07:43 +0200 Subject: [PATCH] Revert "ci-automation/gc: skip azure for now" This reverts commit 314e21af915878d804eba9211f480d5024fd30cc. Signed-off-by: Mathieu Tortuyaux --- ci-automation/garbage_collect_cloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/garbage_collect_cloud.sh b/ci-automation/garbage_collect_cloud.sh index ab9a9b2dcc..2bfa1862fd 100755 --- a/ci-automation/garbage_collect_cloud.sh +++ b/ci-automation/garbage_collect_cloud.sh @@ -3,7 +3,7 @@ set -euo pipefail source ci-automation/ci_automation_common.sh timeout --signal=SIGQUIT 60m ore aws gc --access-id "${AWS_ACCESS_KEY_ID}" --secret-key "${AWS_SECRET_ACCESS_KEY}" timeout --signal=SIGQUIT 60m ore gcloud gc --json-key <(echo "${GCP_JSON_KEY}" | base64 --decode) -timeout --signal=SIGQUIT 60m ore azure gc --duration 6h || true +timeout --signal=SIGQUIT 60m ore azure gc --duration 6h timeout --signal=SIGQUIT 60m ore brightbox gc --duration 6h \ --brightbox-client-id="${BRIGHTBOX_CLIENT_ID}" --brightbox-client-secret="${BRIGHTBOX_CLIENT_SECRET}" timeout --signal=SIGQUIT 60m ore akamai gc --duration 6h \