Skip to content

Commit 7e25a4c

Browse files
Update GPU ec2 instance types in integration tests (#8217)
1 parent 3fb1a7a commit 7e25a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/tests/crud/creategetdelete_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ var _ = Describe("(Integration) Create, Get, Scale & Delete", func() {
924924
"--timeout=45m",
925925
"--cluster", params.ClusterName,
926926
"--nodes", "1",
927-
"--instance-types", "p3.2xlarge,p3.8xlarge,g3s.xlarge,g4ad.xlarge,g4ad.2xlarge",
927+
"--instance-types", "g6.xlarge,g6.2xlarge",
928928
"--node-private-networking",
929929
"--node-zones", "us-west-2b,us-west-2c",
930930
GPUMng,

0 commit comments

Comments
 (0)