This commit is contained in:
Jim Minter 2020-05-26 20:05:20 -05:00
Родитель d32498f41b
Коммит 08bf0c30de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0730CBDA10D1A2D3
2 изменённых файлов: 20 добавлений и 0 удалений

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

@ -26,7 +26,11 @@ stages:
modulePath: ${{ variables.modulePath }}
locations:
- australiaeast
- brazilsouth
- japaneast
- japanwest
- southeastasia
- switzerlandnorth
- stage: PhaseTwo
displayName: wait 1 hour to avoid resource threshold
dependsOn: []
@ -50,9 +54,12 @@ stages:
goroot: ${{ variables.GOROOT }}
modulePath: ${{ variables.modulePath }}
locations:
- canadacentral
- canadaeast
- westeurope
- northeurope
- uksouth
- ukwest
- stage: PhaseThree
displayName: wait 2 hour to avoid resource threshold
dependsOn: []
@ -76,7 +83,10 @@ stages:
goroot: ${{ variables.GOROOT }}
modulePath: ${{ variables.modulePath }}
locations:
- centralus
- eastus
- eastus2
- northcentralus
- southcentralus
- westus
- westus2

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

@ -19,6 +19,8 @@ stages:
environment: RP-Prod-LowTrafficSector
locations:
- australiaeast
- japaneast
- japanwest
configFileName: prod-config.yaml
azureDevOpsJSONSPN: $(aro-v4-ci-devops-spn)
vsoProjectID: $(vso-project-id)
@ -40,9 +42,12 @@ stages:
parameters:
environment: RP-Prod-USSector
locations:
- centralus
- eastus
- eastus2
- northcentralus
- southcentralus
- westus
- westus2
configFileName: prod-config.yaml
azureDevOpsJSONSPN: $(aro-v4-ci-devops-spn)
@ -65,7 +70,10 @@ stages:
parameters:
environment: RP-Prod-EuropeSector
locations:
- canadacentral
- canadaeast
- northeurope
- switzerlandnorth
- westeurope
configFileName: prod-config.yaml
azureDevOpsJSONSPN: $(aro-v4-ci-devops-spn)
@ -88,9 +96,11 @@ stages:
parameters:
environment: RP-Prod-ROWSector
locations:
- brazilsouth
- southeastasia
- southafricanorth
- uksouth
- ukwest
configFileName: prod-config.yaml
azureDevOpsJSONSPN: $(aro-v4-ci-devops-spn)
vsoProjectID: $(vso-project-id)