зеркало из https://github.com/Azure/Avere.git
fix byovnet
This commit is contained in:
Родитель
f3b28d980f
Коммит
7d945e3f9b
|
@ -1,11 +1,13 @@
|
|||
# Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
# https://aka.ms/yaml
|
||||
trigger:
|
||||
- master
|
||||
- releases/*
|
||||
# trigger:
|
||||
# - master
|
||||
# - releases/*
|
||||
|
||||
variables:
|
||||
VFXT_TEST_VARS_FILE: 'pipelines.json'
|
||||
VFXT_DEPLOY_NEW_VNET: 'false'
|
||||
|
||||
|
||||
jobs:
|
||||
- job: vfxt_template_testing
|
||||
|
|
|
@ -273,7 +273,7 @@ def ext_vnet(test_vars):
|
|||
log.info("Resource Group: {}".format(rg))
|
||||
|
||||
vnet_atd.deploy_name = "ext_vnet"
|
||||
with open("{}/src/vfxt/azuredeploy.vnet.json".format(
|
||||
with open("{}/src/vfxt/azuredeploy-tf.json".format(
|
||||
test_vars["build_root"])) as tfile:
|
||||
vnet_atd.template = json.load(tfile)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче