openshift-logging: Remove configuration for Logging 6.3#80787
openshift-logging: Remove configuration for Logging 6.3#80787xperimental wants to merge 1 commit into
Conversation
|
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 ignored due to path filters (4)
📒 Files selected for processing (3)
💤 Files with no reviewable changes (3)
WalkthroughThree files are deleted: the CI operator pipeline configurations for Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xperimental 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@xperimental: 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. |
Logging 6.3 is end-of-life for a while already, we do not plan to make any further development on these branches.
/cc @jcantrill @JoaoBraveCoding
/assign @xperimental
Summary by CodeRabbit
This pull request removes the OpenShift CI infrastructure configuration for Logging version 6.3, which has reached end-of-life. The changes eliminate CI/CD configuration for two key components:
Removed CI Configurations:
loggingnamespace, and CI test jobs (lint, unit coverage, and e2e tests with specific image dependencies and timeouts)Removed Image Mirroring Rules:
The image mirroring mapping file for logging 6.3 is deleted, which previously maintained Quay image tag mappings for the
loki-operatorandcluster-logging-operatorimages along with their operator bundle variants. This prevents new builds from being automatically mirrored to external registries.Practical Impact:
This discontinues all automated CI/CD pipeline activity for the 6.3 release line. Components depending on cluster-logging-operator and loki 6.3 will no longer receive automated test execution or image mirroring to public registries, reflecting the end-of-life status of this version.