From e109384e12ef6477cd91f76b350c7674079f91fc Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 8 Apr 2026 16:07:43 +0200 Subject: [PATCH 1/2] 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 \ From 47fb0c8fa65c1a33546770e9d8438ab2c8777647 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 8 Apr 2026 16:09:31 +0200 Subject: [PATCH 2/2] test/azure: use public IP The subscription is not locked down, we can access VM with public IP Signed-off-by: Mathieu Tortuyaux --- ci-automation/vendor-testing/azure.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci-automation/vendor-testing/azure.sh b/ci-automation/vendor-testing/azure.sh index 9b41633cbe..9f3f1e083b 100755 --- a/ci-automation/vendor-testing/azure.sh +++ b/ci-automation/vendor-testing/azure.sh @@ -60,8 +60,6 @@ run_kola_tests() { --azure-hyper-v-generation="${hyperv_gen}" \ ${AZURE_USE_GALLERY} \ ${AZURE_KOLA_VNET:+--azure-kola-vnet=${AZURE_KOLA_VNET}} \ - ${azure_vnet_subnet_name:+--azure-vnet-subnet-name=${azure_vnet_subnet_name}} \ - ${AZURE_USE_PRIVATE_IPS:+--azure-use-private-ips=${AZURE_USE_PRIVATE_IPS}} \ --image-version "${CIA_VERNUM}" \ "${@}" }