-
Notifications
You must be signed in to change notification settings - Fork 40.9k
remove general avaliable feature-gate DevicePluginCDIDevices #132083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
remove general avaliable feature-gate DevicePluginCDIDevices #132083
Conversation
test/e2e/feature/feature.go
Outdated
// DevicePluginCDIDevices tests the CDI feature which is GA. | ||
// This label is used for https://testgrid.k8s.io/sig-node-cri-o#ci-crio-cdi-device-plugins | ||
DevicePluginCDIDevices = framework.WithFeature(framework.ValidFeatures.Add("DevicePluginCDIDevices")) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing it is okay, see kubernetes/test-infra#34012
/cc @klueska |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/assign @derekwaynecarr |
150f25d
to
db80fd9
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: carlory, elezar The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/triage accepted |
@@ -282,7 +280,7 @@ func testDevicePlugin(f *framework.Framework, pluginSockDir string) { | |||
gomega.Expect(v1ResourcesForOurPod.Containers[0].Devices[0].DeviceIds).To(gomega.HaveLen(1)) | |||
}) | |||
|
|||
f.It("can make a CDI device accessible in a container", feature.DevicePluginCDIDevices, func(ctx context.Context) { | |||
f.It("can make a CDI device accessible in a container", func(ctx context.Context) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feature definition should be removed as well, I guess.
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
remove general avaliable feature-gate DevicePluginCDIDevices
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: