Skip to content

Commit 6145c8f

Browse files
authored
Merge pull request #1320 from sunnylovestiramisu/machine-type-in-test
Change e2e test machine type to n2-standard-2 to include more Hyperdisk cases
2 parents 6a3a084 + 070e781 commit 6145c8f

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
@@ -39,7 +39,7 @@ var (
3939
serviceAccount = flag.String("service-account", "", "Service account to bring up instance with")
4040
architecture = flag.String("arch", "amd64", "Architecture pd csi driver build on")
4141
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")
42+
machineType = flag.String("machine-type", "n2-standard-2", "Type of machine to provision instance on")
4343
imageURL = flag.String("image-url", "projects/debian-cloud/global/images/family/debian-11", "OS image url to get image from")
4444
runInProw = flag.Bool("run-in-prow", false, "If true, use a Boskos loaned project and special CI service accounts and ssh keys")
4545
deleteInstances = flag.Bool("delete-instances", false, "Delete the instances after tests run")

0 commit comments

Comments
 (0)