Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/infra-validations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ pipeline_created=$(az pipelines show --name $hld_generate_pipeline --org $AZDO_O

# Verify lifecycle pipeline run was successful
echo "Polling for pipeline success"
verify_pipeline_with_poll $AZDO_ORG_URL $AZDO_PROJECT $hld_generate_pipeline 360 15
verify_pipeline_with_poll $AZDO_ORG_URL $AZDO_PROJECT $hld_generate_pipeline 360 15 1

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