You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPSTREAM: <drop>: Enable tests from DynamicResourceAllocation featuregate
- Fixes OCPBUGS-61381, enables DRA related tests from OCP-4.21
- DRA has been graduated to GA in upstream from K8s-1.34 i.e OCP-4.21
- These tests need to be enabled to get some signal so that the featuregate can be enabled for the Default cluster types in o/api
- Disabling the tests that run on the DRA beta APIs as we support the GA
APIs only
Signed-off-by: Sai Ramesh Vanka <[email protected]>
"[sig-node] ImageCredentialProvider [Feature:KubeletCredentialProviders] should be able to create pod with image credentials fetched from external credential provider",
172
171
},
172
+
// tests for beta APIs that are not enabled
173
+
"DisabledResourceBetaAPI": {
174
+
// Disabling ALL DRA tests with beta api i.e. off-by-default,
175
+
// which means ALL tests under tag/decorator [Beta] and [Feature:OffByDefault] labels automatically.
0 commit comments