From bae430831e4c1cd43416ed180118670681b0ecc6 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Fri, 28 Jun 2024 14:23:19 +0200 Subject: [PATCH] Allow passing kola vnet --- ci-automation/vendor-testing/azure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-automation/vendor-testing/azure.sh b/ci-automation/vendor-testing/azure.sh index 471eee7c43..8d8be5a0b7 100755 --- a/ci-automation/vendor-testing/azure.sh +++ b/ci-automation/vendor-testing/azure.sh @@ -51,6 +51,7 @@ run_kola_tests() { --azure-size="${instance_type}" \ --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}} \ ${AZURE_RESOURCE_GROUP:+--azure-resource-group=${AZURE_RESOURCE_GROUP}} \