diff --git a/.pipelines/e2e-with-billing-all-regions.yml b/.pipelines/e2e-with-billing-all-regions.yml index d6cd44400a7..14dfde24bb2 100644 --- a/.pipelines/e2e-with-billing-all-regions.yml +++ b/.pipelines/e2e-with-billing-all-regions.yml @@ -68,6 +68,7 @@ stages: - southcentralus - westus - westus2 + - westus3 - stage: PhaseThree displayName: wait 2 hours to avoid resource threshold dependsOn: [] diff --git a/.pipelines/prod-release-tag.yml b/.pipelines/prod-release-tag.yml index bb9f2baf62c..0e36b9e6b3e 100644 --- a/.pipelines/prod-release-tag.yml +++ b/.pipelines/prod-release-tag.yml @@ -80,6 +80,7 @@ stages: - southcentralus - westus - westus2 + - westus3 configFileName: prod-config.yaml azureDevOpsJSONSPN: $(aro-v4-ci-devops-spn) vsoProjectID: $(vso-project-id) diff --git a/.pipelines/prod-release.yml b/.pipelines/prod-release.yml index e1aacd5274e..687f815e29e 100644 --- a/.pipelines/prod-release.yml +++ b/.pipelines/prod-release.yml @@ -76,6 +76,7 @@ stages: - southcentralus - westus - westus2 + - westus3 configFileName: prod-config.yaml configVersion: ${{ parameters.configVersion }} azureDevOpsJSONSPN: $(aro-v4-ci-devops-spn)