Skip to content

Commit c348e5d

Browse files
committed
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]>
1 parent 5c9df33 commit c348e5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

openshift-hack/cmd/k8s-tests-ext/disabled_tests.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
1111
"Alpha": { // alpha features that are not gated
1212
"[Feature:StorageVersionAPI]",
1313
"[Feature:ClusterTrustBundle]",
14-
"[Feature:DynamicResourceAllocation]",
1514
"[sig-cli] Kubectl client Kubectl prune with applyset should apply and prune objects", // Alpha feature since k8s 1.27
1615
// 4.19
1716
"[Feature:PodLevelResources]",
@@ -170,6 +169,12 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
170169
// https://issues.redhat.com/browse/OCPBUGS-17194
171170
"[sig-node] ImageCredentialProvider [Feature:KubeletCredentialProviders] should be able to create pod with image credentials fetched from external credential provider",
172171
},
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.
176+
"[Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault]",
177+
},
173178
// tests that may work, but we don't support them
174179
"Unsupported": {
175180
"[Driver: rbd]", // OpenShift 4.x does not support Ceph RBD (use CSI instead)

0 commit comments

Comments
 (0)