OPRUN-4590: Add OLMLifecycleAndCompatibility feature gate#2824
OPRUN-4590: Add OLMLifecycleAndCompatibility feature gate#2824perdasilva wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @perdasilva! Some important instructions when contributing to openshift/api: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (10)
✅ Files skipped from review due to trivial changes (5)
🚧 Files skipped from review as they are similar to previous changes (4)
📝 WalkthroughWalkthroughA new feature gate, OLMLifecycleAndCompatibility, was added: a variable registered in the feature gates registry (features/features.go) and an entry in the feature matrix (features.md). Multiple FeatureGate YAMLs were updated to include this gate—enabled for SelfManagedHA in DevPreviewNoUpgrade and TechPreviewNoUpgrade, and added to the disabled lists for several Hypershift and SelfManagedHA Default/OKD manifests. 🚥 Pre-merge checks | ✅ 11 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (11 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.1)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Comment |
|
@perdasilva: This pull request references OPRUN-4590 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@perdasilva: This pull request references OPRUN-4590 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Scheduling tests matching the |
yuqi-zhang
left a comment
There was a problem hiding this comment.
Featuregate itself looks good. For Tech Preview, we do require the enhancement to be merged, even if openshift/enhancements#1991 isn't explicitly introducing an API change
|
/lgtm Pending @yuqi-zhang's comments about aligning the contact person handle. |
Add a new feature gate for OLM lifecycle and compatibility metadata support, enabled in TechPreviewNoUpgrade and DevPreviewNoUpgrade feature sets for the SelfManaged cluster profile. Enhancement: openshift/enhancements#1991 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Per G. da Silva <pegoncal@redhat.com>
0e80480 to
28e5398
Compare
|
/lgtm |
|
Scheduling tests matching the |
|
@perdasilva: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
yuqi-zhang
left a comment
There was a problem hiding this comment.
Marking as shadow review complete, pending merge of openshift/enhancements#1991
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fgiudici, joelanford, yuqi-zhang The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I left some comments on the EP. The EP must be merged before the feature gate can go under TechPreviewNoUpgrade. |
Summary
OLMLifecycleAndCompatibilityfeature gate for OLM lifecycle and compatibility metadata supportTechPreviewNoUpgradeandDevPreviewNoUpgradefeature sets for theSelfManagedcluster profilemake update-payload-featuregatesEnhancement: openshift/enhancements#1991
Test plan
make verify-payload-featuregatespassesmake verifypasses🤖 Generated with Claude Code