Moved test/region_deploy_utils.py to test/internal/.

This commit is contained in:
Omar Zevallos 2019-03-07 21:46:38 -05:00
Родитель 3830bea879
Коммит db08ee6c1e
2 изменённых файлов: 7 добавлений и 3 удалений

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

@ -38,8 +38,8 @@ jobs:
condition: succeeded()
- script: |
python test/region_deploy_utils.py --update_region_list
python test/region_deploy_utils.py --get_next_region > REGION_TO_TEST
python test/internal/region_deploy_utils.py --update_region_list
python test/internal/region_deploy_utils.py --get_next_region > REGION_TO_TEST
if [[ "$?" -eq "0" ]]; then
echo "REGION TO TEST: $(cat REGION_TO_TEST)"
@ -212,7 +212,7 @@ jobs:
AZURE_SUBSCRIPTION_ID: $(AZURE-SUBSCRIPTION-ID)
- script: |
python test/region_deploy_utils.py --update_last_success
python test/internal/region_deploy_utils.py --update_last_success
displayName: 'CLEANUP: Update last successful run timestamp for region'
condition: and(succeeded(), eq(variables['VFXT_DEPLOY_LOCATION'], ''))
env:

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

@ -2,6 +2,10 @@
# Copyright (C) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See LICENSE-CODE in the project root for license information.
###############################################################################
# NOTE: This file is for Microsoft Azure DevOps Pipeline use only. ############
###############################################################################
import datetime
import logging
import os