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
"[sig-node] ImageCredentialProvider [Feature:KubeletCredentialProviders] should be able to create pod with image credentials fetched from external credential provider",
176
+
177
+
// Below this line is new for 1.34 rebase
178
+
179
+
// https://issues.redhat.com/browse/OCPBUGS-61375
180
+
// "[sig-api-machinery] ResourceQuota [FeatureGate:VolumeAttributesClass] should verify ResourceQuota's volume attributes class scope (quota set to pvc count: 1) against 2 pvcs with same volume attributes class.",
181
+
// "[sig-api-machinery] ResourceQuota [FeatureGate:VolumeAttributesClass] should verify ResourceQuota's volume attributes class scope (quota set to pvc count: 1) against a pvc with different volume attributes class.",
182
+
// "[sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a ResourceClaim [FeatureGate:DynamicResourceAllocation] [DRA]",
183
+
// "[sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a custom resource.",
184
+
// https://issues.redhat.com/browse/OCPBUGS-62084
185
+
// "[sig-api-machinery] API Streaming (aka. WatchList) [FeatureGate:WatchList] [Beta] [Serial] server supports sending resources in Table format",
186
+
187
+
// https://issues.redhat.com/browse/OCPBUGS-61515
188
+
"[sig-scheduling] SchedulerPreemption [Serial] validates various priority Pods preempt expectedly with the async preemption [Feature:SchedulerAsyncPreemption] [FeatureGate:SchedulerAsyncPreemption] [Beta]",
189
+
190
+
// https://issues.redhat.com/browse/OCPBUGS-61377
191
+
"[sig-cli] kubectl kuberc given preferences should be applied",
192
+
"[sig-cli] kubectl kuberc given preferences should be ignored when flags are explicitly passed",
193
+
194
+
// https://issues.redhat.com/browse/OCPBUGS-61378
195
+
"[sig-network] Conntrack should be able to cleanup conntrack entries when UDP service target port changes for a NodePort service",
196
+
197
+
// https://issues.redhat.com/browse/OCPBUGS-61381
198
+
// "[sig-node] [DRA] control plane [ConformanceCandidate] must deallocate after use",
199
+
// "[sig-node] [DRA] control plane [ConformanceCandidate] retries pod scheduling after creating device class",
200
+
// "[sig-node] [DRA] control plane [ConformanceCandidate] retries pod scheduling after updating device class",
201
+
// "[sig-node] [DRA] control plane [ConformanceCandidate] runs a pod without a generated resource claim",
202
+
// "[sig-node] [DRA] control plane [ConformanceCandidate] with different ResourceSlices keeps pod pending because of CEL runtime errors",
203
+
// "[sig-node] [DRA] control plane [ConformanceCandidate] with node-local resources uses all resources",
204
+
// "[sig-node] [DRA] control plane must be possible for the driver to update the ResourceClaim.Status.Devices once allocated [FeatureGate:DRAResourceClaimDeviceStatus] [Beta]",
205
+
206
+
// https://issues.redhat.com/browse/OCPBUGS-61382
207
+
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (block volmode)] volume-modify [FeatureGate:VolumeAttributesClass] [Feature:VolumeAttributesClass] should be protected by vac-protection finalizer",
208
+
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] volume-modify [FeatureGate:VolumeAttributesClass] [Feature:VolumeAttributesClass] should be protected by vac-protection finalizer",
"[sig-storage] In-tree Volumes [Driver: vsphere] [Testpattern: Dynamic PV (delayed binding)] topology should provision a volume and schedule a pod with AllowedTopologies",
185
221
"[sig-storage] In-tree Volumes [Driver: vsphere] [Testpattern: Dynamic PV (immediate binding)] topology should fail to schedule a pod which has topologies that conflict with AllowedTopologies",
186
222
"[sig-storage] In-tree Volumes [Driver: vsphere] [Testpattern: Dynamic PV (immediate binding)] topology should provision a volume and schedule a pod with AllowedTopologies",
223
+
224
+
// May become conformance in 4.22+, will need to revisit per https://issues.redhat.com/browse/OCPBUGS-61380
225
+
"[sig-network] Services should support named targetPorts that resolve to different ports on different endpoints",
226
+
227
+
// Remove when feature gates implemented in OpenShift
0 commit comments