Skip to content

Commit

Permalink
Merge pull request openshift#6903 from smarterclayton/remove_eastus_a…
Browse files Browse the repository at this point in the history
…zure

templates: Remove eastus Azure region temporarily
  • Loading branch information
openshift-merge-robot authored Jan 29, 2020
2 parents 559acd0 + c55f530 commit 6ebb7bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ objects:
2) AZURE_REGION=centralus;;
3) AZURE_REGION=centralus;;
4) AZURE_REGION=centralus;;
5) AZURE_REGION=eastus;;
5) AZURE_REGION=centralus;;
6) AZURE_REGION=eastus2;;
7) AZURE_REGION=westus;;
*) echo >&2 "invalid Azure region index"; exit 1;;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ objects:
2) AZURE_REGION=centralus;;
3) AZURE_REGION=centralus;;
4) AZURE_REGION=centralus;;
5) AZURE_REGION=eastus;;
5) AZURE_REGION=centralus;;
6) AZURE_REGION=eastus2;;
7) AZURE_REGION=westus;;
*) echo >&2 "invalid Azure region index"; exit 1;;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ objects:
2) AZURE_REGION=centralus;;
3) AZURE_REGION=centralus;;
4) AZURE_REGION=centralus;;
5) AZURE_REGION=eastus;;
5) AZURE_REGION=centralus;;
6) AZURE_REGION=eastus2;;
7) AZURE_REGION=westus;;
*) echo >&2 "invalid Azure region index"; exit 1;;
Expand Down
4 changes: 2 additions & 2 deletions core-services/prow/02_config/_boskos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ resources:
max-count: 120
- type: azure4-quota-slice
state: free
min-count: 20
max-count: 20
min-count: 30
max-count: 30
- type: gcp-quota-slice
state: free
min-count: 80
Expand Down

0 comments on commit 6ebb7bc

Please sign in to comment.