From 3dc179792407436b8f091232eac38e6ada6c0908 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 20 Mar 2020 14:00:23 -0700 Subject: [PATCH] Update infra-validations.sh --- tests/infra-validations.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/infra-validations.sh b/tests/infra-validations.sh index 21bbe863e..247a6db8f 100644 --- a/tests/infra-validations.sh +++ b/tests/infra-validations.sh @@ -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 @@ -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." \ No newline at end of file +echo "Successfully reached the end of the infrastructure validations script."