We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6f104 commit ad415f7Copy full SHA for ad415f7
test/e2e/tests/setup_e2e_test.go
@@ -37,7 +37,7 @@ var (
37
project = flag.String("project", "", "Project to run tests in")
38
serviceAccount = flag.String("service-account", "", "Service account to bring up instance with")
39
architecture = flag.String("arch", "amd64", "Architecture pd csi driver build on")
40
- zones = flag.String("zones", "us-west1-c,us-west1-b", "Zones to run tests in. If there are multiple zones, separate each by comma")
+ zones = flag.String("zones", "us-central1-in1,us-central1-ir1", "Zones to run tests in. If there are multiple zones, separate each by comma")
41
machineType = flag.String("machine-type", "n1-standard-1", "Type of machine to provision instance on")
42
imageURL = flag.String("image-url", "projects/debian-cloud/global/images/family/debian-11", "OS image url to get image from")
43
runInProw = flag.Bool("run-in-prow", false, "If true, use a Boskos loaned project and special CI service accounts and ssh keys")
0 commit comments