Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit bf01091

Browse files
Update infra-validations.sh (#428)
1 parent 614bee9 commit bf01091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/infra-validations.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pipeline_created=$(az pipelines show --name $hld_generate_pipeline --org $AZDO_O
227227

228228
# Verify lifecycle pipeline run was successful
229229
echo "Polling for pipeline success"
230-
verify_pipeline_with_poll $AZDO_ORG_URL $AZDO_PROJECT $hld_generate_pipeline 360 15
230+
verify_pipeline_with_poll $AZDO_ORG_URL $AZDO_PROJECT $hld_generate_pipeline 360 15 1
231231

232232
# Verify Generate Validation Pipeline PR files------------------
233233
git fetch --all
@@ -245,4 +245,4 @@ echo "PR for generated repo validated."
245245
spkVars_test=$'rg_name = "test-rg"\nrg_location = "west us2"\n'
246246
validate_file "$TEST_WORKSPACE/$infra_generated_dir/$infra_hld_project-generated/$infra_region/spk.tfvars" $spkVars_test >> $TEST_WORKSPACE/log.txt
247247
echo "SPK.tfvars file in the generated repo validated."
248-
echo "Successfully reached the end of the infrastructure validations script."
248+
echo "Successfully reached the end of the infrastructure validations script."

0 commit comments

Comments
 (0)