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: <carry>: Disable tests of DynamicResourceAllocation beta API
- DRA is graduated to GA and we don't want to enable the beta api support and hence disabling the tests that run on the DRA beta APIs
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",
171
171
},
172
+
// tests for beta APIs that are not enabled
173
+
"DisabledResourceBetaAPI": {
174
+
// Disabling DRA tests with beta api
175
+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with prioritized list filters config correctly for multiple devices [Feature:DRAPrioritizedList]",
176
+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with prioritized list uses the config for the selected subrequest [Feature:DRAPrioritizedList]",
177
+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with prioritized list selects the first subrequest that can be satisfied [Feature:DRAPrioritizedList]",
178
+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with prioritized list chooses the correct subrequest subject to constraints [Feature:DRAPrioritizedList]",
179
+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with v1beta2 API supports requests with alternatives [Feature:DRAPrioritizedList]",
180
+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with v1beta2 API supports simple ResourceClaim",
181
+
},
172
182
// tests that may work, but we don't support them
173
183
"Unsupported": {
174
184
"[Driver: rbd]", // OpenShift 4.x does not support Ceph RBD (use CSI instead)
0 commit comments