From 1602e04b2d0c8100b6a00140b9fde33bd194e9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Mon, 13 Apr 2026 14:49:51 -0500 Subject: [PATCH] ci: Change Azure region to eastus2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm doing some bookkeeping in the Azure subscription that requires we move from eastus to eastus2. This should have no user-facing impact. Signed-off-by: Aurélien Bombo --- tests/gha-run-k8s-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gha-run-k8s-common.sh b/tests/gha-run-k8s-common.sh index 6b6aa8a738..ef1cd7161d 100644 --- a/tests/gha-run-k8s-common.sh +++ b/tests/gha-run-k8s-common.sh @@ -9,7 +9,7 @@ source "${tests_dir}/common.bash" kubernetes_dir="${tests_dir}/integration/kubernetes" helm_chart_dir="${repo_root_dir}/tools/packaging/kata-deploy/helm-chart/kata-deploy" -AZ_REGION="${AZ_REGION:-eastus}" +AZ_REGION="${AZ_REGION:-eastus2}" AZ_NODEPOOL_TAGS="${AZ_NODEPOOL_TAGS:-}" GENPOLICY_PULL_METHOD="${GENPOLICY_PULL_METHOD:-oci-distribution}" GH_PR_NUMBER="${GH_PR_NUMBER:-}"