From 5c75ad0f4abba8c3b0d0f5fe9db5d9ee7d140c7f Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 3 Mar 2026 18:12:46 +0100 Subject: [PATCH] ci-automation/gc: remove DO The account is currently unavailable, if the garbage collection fails, the following clouds are not cleaned-up (e.g stackit, akamai, etc.) Signed-off-by: Mathieu Tortuyaux --- ci-automation/garbage_collect_cloud.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-automation/garbage_collect_cloud.sh b/ci-automation/garbage_collect_cloud.sh index 4561dcfbdd..2bfa1862fd 100755 --- a/ci-automation/garbage_collect_cloud.sh +++ b/ci-automation/garbage_collect_cloud.sh @@ -2,7 +2,6 @@ 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 do gc --config-file=<(echo "${DIGITALOCEAN_TOKEN_JSON}" | base64 --decode) timeout --signal=SIGQUIT 60m ore gcloud gc --json-key <(echo "${GCP_JSON_KEY}" | base64 --decode) timeout --signal=SIGQUIT 60m ore azure gc --duration 6h timeout --signal=SIGQUIT 60m ore brightbox gc --duration 6h \