Skip to content

Commit

Permalink
Merge pull request #16890 from rifelpet/usw1
Browse files Browse the repository at this point in the history
Skip all us-west-1 zones
  • Loading branch information
k8s-ci-robot authored Oct 11, 2024
2 parents c2cd74a + c56fb21 commit 3a8da3d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/e2e/kubetest2-kops/aws/zones.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ var allZones = []string{
"us-east-2a",
"us-east-2b",
"us-east-2c",
"us-west-1a",
"us-west-1b",
//"us-west-1c", AZ does not exist, so we're breaking the 3 AZs per region target here
// Newer accounts don't have us-west-1c and one other zone is constrained so we ignore the entire region
//"us-west-1a",
//"us-west-1b",
//"us-west-1c",
"us-west-2a",
"us-west-2b",
"us-west-2c",
Expand Down

0 comments on commit 3a8da3d

Please sign in to comment.