Skip to content

Commit ad415f7

Browse files
Use staging zones
1 parent 7c6f104 commit ad415f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/setup_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var (
3737
project = flag.String("project", "", "Project to run tests in")
3838
serviceAccount = flag.String("service-account", "", "Service account to bring up instance with")
3939
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")
40+
zones = flag.String("zones", "us-central1-in1,us-central1-ir1", "Zones to run tests in. If there are multiple zones, separate each by comma")
4141
machineType = flag.String("machine-type", "n1-standard-1", "Type of machine to provision instance on")
4242
imageURL = flag.String("image-url", "projects/debian-cloud/global/images/family/debian-11", "OS image url to get image from")
4343
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

Comments
 (0)