Skip to content

Commit

Permalink
Update GPU ec2 instance types in integration tests (#8217)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseandcereal authored Feb 13, 2025
1 parent 3fb1a7a commit 7e25a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/tests/crud/creategetdelete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ var _ = Describe("(Integration) Create, Get, Scale & Delete", func() {
"--timeout=45m",
"--cluster", params.ClusterName,
"--nodes", "1",
"--instance-types", "p3.2xlarge,p3.8xlarge,g3s.xlarge,g4ad.xlarge,g4ad.2xlarge",
"--instance-types", "g6.xlarge,g6.2xlarge",
"--node-private-networking",
"--node-zones", "us-west-2b,us-west-2c",
GPUMng,
Expand Down

0 comments on commit 7e25a4c

Please sign in to comment.