From c55f53091318e28b42826f295685bce474d04ffa Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Wed, 29 Jan 2020 13:20:53 -0500 Subject: [PATCH] templates: Remove eastus Azure region temporarily We hit the quota on this region which should be unlikely, removing it will allow us to track down potential other sources of assignment to eastus. --- .../installer/cluster-launch-installer-custom-test-image.yaml | 2 +- .../openshift/installer/cluster-launch-installer-e2e.yaml | 2 +- .../openshift/installer/cluster-launch-installer-src.yaml | 2 +- core-services/prow/02_config/_boskos.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-custom-test-image.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-custom-test-image.yaml index a9afee73be64..569bc688d680 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-custom-test-image.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-custom-test-image.yaml @@ -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;; diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml index 0d73ffd62d6c..9cf2cb8cab6a 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml @@ -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;; diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml index a3e5d57d74f8..6ef623a32b7e 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml @@ -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;; diff --git a/core-services/prow/02_config/_boskos.yaml b/core-services/prow/02_config/_boskos.yaml index 7f88a2743ffd..4348a6a9adf1 100644 --- a/core-services/prow/02_config/_boskos.yaml +++ b/core-services/prow/02_config/_boskos.yaml @@ -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