mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-07 21:26:35 +02:00
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.
This commit is contained in:
parent
4f21679f76
commit
345ddb43ed
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user