Skip to content

Commit

Permalink
Stop using P2 instances which will be retired (#7826)
Browse files Browse the repository at this point in the history
stop using P2 instances which will be retired
  • Loading branch information
TiberiuGC committed Jun 11, 2024
1 parent b5fce7c commit 1cecd77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/tests/crud/creategetdelete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ var _ = Describe("(Integration) Create, Get, Scale & Delete", func() {
"--timeout=45m",
"--cluster", params.ClusterName,
"--nodes", "1",
"--instance-types", "p2.xlarge,p3.2xlarge,p3.8xlarge,g3s.xlarge,g4ad.xlarge,g4ad.2xlarge",
"--instance-types", "p3.2xlarge,p3.8xlarge,g3s.xlarge,g4ad.xlarge,g4ad.2xlarge",
"--node-private-networking",
"--node-zones", "us-west-2b,us-west-2c",
GPUMng,
Expand Down Expand Up @@ -970,7 +970,6 @@ var _ = Describe("(Integration) Create, Get, Scale & Delete", func() {
"--timeout", time.Hour.String(),
"--cluster", params.ClusterName,
"--nodes", "1",
"--node-type", "p2.xlarge",
"--subnet-ids", extraSubnetID,
newSubnetCLIMng,
)).To(RunSuccessfully())
Expand Down

0 comments on commit 1cecd77

Please sign in to comment.