lvms-zstream: make releases list configurable via environment variable#81458
lvms-zstream: make releases list configurable via environment variable#81458kasturinarra 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 selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
WalkthroughAdds ChangesLVMS zstream env wiring
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kasturinarra 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 |
Replace hardcoded RELEASES list with LVMS_ZSTREAM_RELEASES env var so adding or removing a release is a one-line CI config change. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8a7c4fc to
7f6839d
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-lvm-operator-main-zstream-trigger |
|
@kasturinarra: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@kasturinarra: 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. |
Replace hardcoded RELEASES list with LVMS_ZSTREAM_RELEASES env var so adding or removing a release is a one-line CI config change.
Summary by CodeRabbit
Updated the OpenShift CI infrastructure for the
lvms-zstreamcomponent so the z-stream trigger no longer uses a hardcoded list of OpenShift releases. The CI config now sets aLVMS_ZSTREAM_RELEASESenvironment variable (comma-separated versions) that the trigger step reads to decide which releases to check, and the trigger script fails fast if the variable is missing/empty. As a result, changing the release set is now a one-line CI configuration update rather than a code change.