From 2ff317a8b7847b93c09539169a905a9bac3c37ad Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Thu, 15 Apr 2021 17:37:50 +0300 Subject: [PATCH] Run tests only on accounts with increased limits --- tests/e2e/kubetest2-kops/aws/zones.go | 76 ++++++++++++++++----------- 1 file changed, 44 insertions(+), 32 deletions(-) diff --git a/tests/e2e/kubetest2-kops/aws/zones.go b/tests/e2e/kubetest2-kops/aws/zones.go index 1d36acc4c1..10dc97f9a7 100644 --- a/tests/e2e/kubetest2-kops/aws/zones.go +++ b/tests/e2e/kubetest2-kops/aws/zones.go @@ -23,46 +23,58 @@ import ( ) var allZones = []string{ - "ap-northeast-1a", - "ap-northeast-1c", - "ap-northeast-1d", - "ap-northeast-2a", - //"ap-northeast-2b" - AZ does not exist, so we're breaking the 3 AZs per region target here - "ap-northeast-2c", - "ap-northeast-2d", - //"ap-northeast-3a", - Disabled until etcd-manager supports the region and the AMIs used in testing are present + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"ap-northeast-1a", + //"ap-northeast-1c", + //"ap-northeast-1d", + // AZ does not exist, so we're breaking the 3 AZs per region target here + //"ap-northeast-2b", + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"ap-northeast-2a", + //"ap-northeast-2c", + //"ap-northeast-2d", + // Disabled until etcd-manager supports the region and the AMIs used in testing are present + //"ap-northeast-3a", //"ap-northeast-3b", //"ap-northeast-3c", "ap-south-1a", "ap-south-1b", "ap-south-1c", - "ap-southeast-1a", - "ap-southeast-1b", - "ap-southeast-1c", - "ap-southeast-2a", - "ap-southeast-2b", - "ap-southeast-2c", - "ca-central-1a", - "ca-central-1b", - "ca-central-1d", - "eu-central-1a", - "eu-central-1b", - "eu-central-1c", - "eu-north-1a", - "eu-north-1b", - "eu-north-1c", + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"ap-southeast-1a", + //"ap-southeast-1b", + //"ap-southeast-1c", + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"ap-southeast-2a", + //"ap-southeast-2b", + //"ap-southeast-2c", + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"ca-central-1a", + //"ca-central-1b", + //"ca-central-1d", + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"eu-central-1a", + //"eu-central-1b", + //"eu-central-1c", + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"eu-north-1a", + //"eu-north-1b", + //"eu-north-1c", "eu-west-1a", "eu-west-1b", "eu-west-1c", - "eu-west-2a", - "eu-west-2b", - "eu-west-2c", - "eu-west-3a", - "eu-west-3b", - "eu-west-3c", - "sa-east-1a", - "sa-east-1b", - "sa-east-1c", + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"eu-west-2a", + //"eu-west-2b", + //"eu-west-2c", + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"eu-west-3a", + //"eu-west-3b", + //"eu-west-3c", + // Disabled until region limits are increased https://github.com/kubernetes/k8s.io/issues/1921 + //"sa-east-1a", + //"sa-east-1b", + //"sa-east-1c", "us-east-1a", "us-east-1b", "us-east-1c",