Skip to content

Commit 1cecd77

Browse files
authored
Stop using P2 instances which will be retired (#7826)
stop using P2 instances which will be retired
1 parent b5fce7c commit 1cecd77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration/tests/crud/creategetdelete_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ var _ = Describe("(Integration) Create, Get, Scale & Delete", func() {
898898
"--timeout=45m",
899899
"--cluster", params.ClusterName,
900900
"--nodes", "1",
901-
"--instance-types", "p2.xlarge,p3.2xlarge,p3.8xlarge,g3s.xlarge,g4ad.xlarge,g4ad.2xlarge",
901+
"--instance-types", "p3.2xlarge,p3.8xlarge,g3s.xlarge,g4ad.xlarge,g4ad.2xlarge",
902902
"--node-private-networking",
903903
"--node-zones", "us-west-2b,us-west-2c",
904904
GPUMng,
@@ -970,7 +970,6 @@ var _ = Describe("(Integration) Create, Get, Scale & Delete", func() {
970970
"--timeout", time.Hour.String(),
971971
"--cluster", params.ClusterName,
972972
"--nodes", "1",
973-
"--node-type", "p2.xlarge",
974973
"--subnet-ids", extraSubnetID,
975974
newSubnetCLIMng,
976975
)).To(RunSuccessfully())

0 commit comments

Comments
 (0)