Skip to content

Commit

Permalink
UPSTREAM: <carry>: Add OpenShift tooling, images, configs and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Nov 29, 2024
1 parent bf8a343 commit 7fa5d9e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions openshift-hack/e2e/annotate/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,20 @@ var (
"[Disabled:Alpha]": {
`\[Feature:StorageVersionAPI\]`,
`\[Feature:InPlacePodVerticalScaling\]`,
`\[Feature:RecoverVolumeExpansionFailure\]`,
`\[Feature:WatchList\]`,
`\[Feature:ServiceCIDRs\]`,
`\[Feature:ClusterTrustBundle\]`,
`\[Feature:SELinuxMount\]`,
`\[FeatureGate:SELinuxMount\]`,
`\[Feature:RelaxedEnvironmentVariableValidation\]`,
`\[Feature:UserNamespacesPodSecurityStandards\]`,
`\[Feature:UserNamespacesSupport\]`, // disabled Beta
`\[Feature:DynamicResourceAllocation\]`,
`\[Feature:VolumeAttributesClass\]`, // disabled Beta
// 4.19
`\[Feature:PodLevelResources\]`,
`\[Feature:SchedulerAsyncPreemption\]`,
`\[Feature:RelaxedDNSSearchValidation\]`,
`\[Feature:PodLogsQuerySplitStreams\]`,
`\[Feature:PodLifecycleSleepActionAllowZero\]`,
},
// tests for features that are not implemented in openshift
"[Disabled:Unimplemented]": {
Expand Down

0 comments on commit 7fa5d9e

Please sign in to comment.