Added REGION_COOLDOWN_HOURS pipeline variable

This commit is contained in:
Omar Zevallos 2019-03-14 21:09:29 -04:00
Родитель 2ea31912b3
Коммит 70bd8b4b90
1 изменённых файлов: 3 добавлений и 1 удалений

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

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