From 940d81f28e6f177a5d1378aaee7cb51f9f156c0a Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Wed, 23 Oct 2024 17:04:03 +0000 Subject: [PATCH] chore: Remove AL2 `AMISelectorTerms` pin from e2e tests now that AL2023 accelerated AMIs are available (#7253) --- test/suites/integration/extended_resources_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/suites/integration/extended_resources_test.go b/test/suites/integration/extended_resources_test.go index 48c1ad0116fe..4f47f1b3ec16 100644 --- a/test/suites/integration/extended_resources_test.go +++ b/test/suites/integration/extended_resources_test.go @@ -44,8 +44,6 @@ var _ = Describe("Extended Resources", func() { }) It("should provision nodes for a deployment that requests nvidia.com/gpu", func() { ExpectNvidiaDevicePluginCreated() - // TODO: jmdeal@ remove AL2 pin once AL2023 accelerated AMIs are available - nodeClass.Spec.AMISelectorTerms = []v1.AMISelectorTerm{{Alias: "al2@latest"}} numPods := 1 dep := test.Deployment(test.DeploymentOptions{ Replicas: int32(numPods), @@ -224,8 +222,6 @@ var _ = Describe("Extended Resources", func() { } // Only select private subnets since instances with multiple network instances at launch won't get a public IP. nodeClass.Spec.SubnetSelectorTerms[0].Tags["Name"] = "*Private*" - // TODO: jmdeal@ remove AL2 pin once AL2023 accelerated AMIs are available - nodeClass.Spec.AMISelectorTerms = []v1.AMISelectorTerm{{Alias: "al2@latest"}} numPods := 1 dep := test.Deployment(test.DeploymentOptions{