This commit is contained in:
rebecca-makar 2019-04-02 10:19:20 -04:00
Родитель f3b28d980f
Коммит 7d945e3f9b
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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)