From 345ddb43ed24dc0c787826404f842f026dbff15c Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Thu, 24 Feb 2022 14:38:30 +0100 Subject: [PATCH] jenkins/kola/azure: forward azure private networking parameters to kola These allow the configuration of virtual network for the created instances to join, and tell kola to use the private instance IP for connectivity. --- jenkins/kola/azure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/kola/azure.sh b/jenkins/kola/azure.sh index 8a9a3f0702..70d1b1e9db 100755 --- a/jenkins/kola/azure.sh +++ b/jenkins/kola/azure.sh @@ -43,5 +43,7 @@ timeout --signal=SIGQUIT 20h bin/kola run \ --tapfile="${JOB_NAME##*/}.tap" \ --torcx-manifest=torcx_manifest.json \ ${AZURE_MACHINE_SIZE_OPT} \ + ${AZURE_VNET_SUBNET_NAME:+--azure-vnet-subnet-name=${AZURE_VNET_SUBNET_NAME}} \ + ${AZURE_USE_PRIVATE_IPS:+--azure-use-private-ips=${AZURE_USE_PRIVATE_IPS}} \ ${KOLA_TESTS} set +o noglob