зеркало из https://github.com/Azure/Avere.git
Added REGION_COOLDOWN_HOURS pipeline variable
This commit is contained in:
Родитель
2ea31912b3
Коммит
70bd8b4b90
|
@ -53,7 +53,9 @@ jobs:
|
|||
PIPELINES_DATA_TABLE_NAME: $(PIPELINES-DATA-TABLE-NAME)
|
||||
|
||||
- script: |
|
||||
python test/internal/region_deploy_utils.py --get_next_region > REGION_TO_TEST
|
||||
python test/internal/region_deploy_utils.py \
|
||||
--cooldown-hours $REGION_COOLDOWN_HOURS \
|
||||
--get_next_region > REGION_TO_TEST
|
||||
|
||||
if [[ "$?" -eq "0" ]]; then
|
||||
echo "REGION TO TEST: $(cat REGION_TO_TEST)"
|
||||
|
|
Загрузка…
Ссылка в новой задаче