mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Merge pull request #254 from flatcar-linux/jepio/azure-private-networking
jenkins/kola/azure: forward azure private networking parameters to kola
This commit is contained in:
commit
d28ceb03b7
@ -48,5 +48,7 @@ timeout --signal=SIGQUIT 20h bin/kola run \
|
||||
${AZURE_USE_GALLERY} \
|
||||
${AZURE_MACHINE_SIZE_OPT} \
|
||||
${AZURE_HYPER_V_GENERATION:+--azure-hyper-v-generation=${AZURE_HYPER_V_GENERATION}} \
|
||||
${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…
Reference in New Issue
Block a user