зеркало из https://github.com/Azure/ARO-RP.git
10 new regions
This commit is contained in:
Родитель
d32498f41b
Коммит
08bf0c30de
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче