OCPBUGS-74513: OCPBUGS-74519: Remove MachineConfigNodes and PinnedImages feature gates#2715
OCPBUGS-74513: OCPBUGS-74519: Remove MachineConfigNodes and PinnedImages feature gates#2715isabella-janssen wants to merge 1 commit intoopenshift:masterfrom
MachineConfigNodes and PinnedImages feature gates#2715Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@isabella-janssen: This pull request references Jira Issue OCPBUGS-74513, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
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: Pro Run ID: 📒 Files selected for processing (10)
💤 Files with no reviewable changes (9)
📝 WalkthroughWalkthroughThis change removes two feature gates from the codebase: FeatureGateMachineConfigNodes and FeatureGatePinnedImages. The removal includes deletion of their definitions in the features.go file, rows in the features.md documentation table, and entries from enabled/disabled lists across eight feature gate configuration YAML files covering both Hypershift and SelfManagedHA deployment modes with different preview levels (Default, DevPreviewNoUpgrade, OKD, and TechPreviewNoUpgrade configurations). 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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.5.0)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Comment |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/6aa05d40-0c44-11f1-9ce4-4d5ce96c4ea8-0 |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/843dfb40-0c44-11f1-9e48-755722ba80a8-0 |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/4e394a80-0cfe-11f1-9008-fbd59384bacd-0 |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/524f9610-0cfe-11f1-8b6a-9e13349dc0d7-0 |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/5fc92400-0cfe-11f1-9bf2-4de395b04ad1-0 |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/5da83fd0-0cfe-11f1-8b6b-9146d3917b7a-0 |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/633fd430-0cfe-11f1-96e2-6f48c960f3ec-0 |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/7b4b40c0-0dbf-11f1-8257-094951812dc9-0 |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/7da906e0-0dbf-11f1-8e35-60e130204d6c-0 |
|
@isabella-janssen: This PR was included in a payload test run from openshift/machine-config-operator#5609
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/804c8890-0dbf-11f1-95a3-c5ba819bee74-0 |
e875633 to
7e5f270
Compare
|
/lgtm Changes here are good when you're ready for this to go |
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@isabella-janssen: The following tests failed, say
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. |
This removes the
MachineConfigNodesandPinnedImagesfeature gates and should merge after openshift/machine-config-operator#5609.