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