Merge pull request #16890 from rifelpet/usw1

Skip all us-west-1 zones
This commit is contained in:
Kubernetes Prow Robot 2024-10-11 05:00:19 +01:00 committed by GitHub
commit 3a8da3d7fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -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",