From 9a590b6e91791d2fc239dbf7c7eaca5d2cc3169b Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Thu, 18 Apr 2024 10:41:56 +0200 Subject: [PATCH] allow setting trusted launch --- 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 64a21f6c97..7fab617a54 100755 --- a/ci-automation/vendor-testing/azure.sh +++ b/ci-automation/vendor-testing/azure.sh @@ -66,6 +66,7 @@ run_kola_tests() { ${AZURE_USE_PRIVATE_IPS:+--azure-use-private-ips=${AZURE_USE_PRIVATE_IPS}} \ ${AZURE_RESOURCE_GROUP:+--azure-resource-group=${AZURE_RESOURCE_GROUP}} \ ${AZURE_AVSET_ID:+--azure-availability-set=${AZURE_AVSET_ID}} \ + ${AZURE_TRUSTED_LAUNCH:+--azure-trusted-launch=true} \ --verbose \ "${@}" }