setup assisted-installer version v2.55 - #82981
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 (2)
📒 Files selected for processing (2)
WalkthroughThe v2.55 assisted-installer CI configurations now use pipeline-level changed-file filtering and explicitly disable unconditional execution for the affected tests. ChangesAssisted-installer trigger controls
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danmanor 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 |
|
@danmanor: |
|
@danmanor: 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. |
|
Closing as duplicate of #83053 |
Summary by CodeRabbit
This change updates OpenShift CI job configuration for the assisted-installer and assisted-installer-agent repositories to use assisted-installer v2.55.
It adjusts the affected e2e and subsystem tests so they do not run by default on every change. It also switches the skip control field from
skip_if_only_changedtopipeline_skip_if_only_changedin the new job definitions.The practical effect is a CI setup that matches the v2.55 release flow and reduces unnecessary test execution when only unrelated files change.