From 47fb0c8fa65c1a33546770e9d8438ab2c8777647 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 8 Apr 2026 16:09:31 +0200 Subject: [PATCH] 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}" \ "${@}" }