diff --git a/core-services/prow/02_config/_boskos.yaml b/core-services/prow/02_config/_boskos.yaml index 430215d415ae5..71e7983312698 100644 --- a/core-services/prow/02_config/_boskos.yaml +++ b/core-services/prow/02_config/_boskos.yaml @@ -220,6 +220,16 @@ resources: - centralus--13 - centralus--14 - centralus--15 + - eastus--0 + - eastus--1 + - eastus--2 + - eastus--3 + - eastus--4 + - eastus--5 + - eastus--6 + - eastus--7 + - eastus--8 + - eastus--9 - eastus2--0 - eastus2--1 - eastus2--2 diff --git a/core-services/prow/02_config/generate-boskos.py b/core-services/prow/02_config/generate-boskos.py index 2a9e7f6f96c22..63566bcec262a 100755 --- a/core-services/prow/02_config/generate-boskos.py +++ b/core-services/prow/02_config/generate-boskos.py @@ -16,6 +16,7 @@ # and each cluster needs three of public IPs: https://docs.openshift.com/container-platform/4.5/installing/installing_azure/installing-azure-account.html#installation-azure-limits_installing-azure-account 'centralus': 16, # Wild guesses. We'll see when we hit quota issues + 'eastus': 10, 'eastus2': 10, 'westus': 10 },