OCPERT-421 Add prow job for 5.0 stage testing#80853
Conversation
WalkthroughAdds a new CI operator YAML configuration for ChangesOCP 5.0 Stage Testing Support
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/assign @tomasdavidorg |
|
@LuboTerifaj: |
|
@LuboTerifaj: 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. |
| name: "5.0" | ||
| namespace: ocp | ||
| tag: upi-installer | ||
| releases: |
There was a problem hiding this comment.
| releases: | |
| prowgen: | |
| expose: true | |
| private: true | |
| releases: |
There was a problem hiding this comment.
Misssing prowgen section
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: LuboTerifaj 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 |
Fix enable-qe-catalogsource-staging version checks for OCP 5.x+
https://redhat.atlassian.net/browse/OCPERT-421
Summary by CodeRabbit
This PR adds OpenShift Container Platform (OCP) 5.0 support to the CI infrastructure by introducing a new stage-testing configuration and fixing version compatibility issues.
New OCP 5.0 Stage-Testing Configuration
A new CI configuration file has been added for
openshift-tests-privatetargeting the OCP 5.0 release branch. This configuration sets up:Version Compatibility Fixes in QE CatalogSource Staging
The
enable-qe-catalogsource-staging-commands.shscript has been updated to properly support OCP 5.x versions. The changes address three key issues:not (major == 4 and minor < 15)) instead of a simple minor version check. This ensures OCP 5.0 and later versions correctly use the FBC (File-Based Catalog) format, while maintaining backward compatibility with OCP 4.xThese fixes (tracked under OCPERT-421) ensure the QE CatalogSource staging setup works reliably across the entire OCP version spectrum from 4.x through 5.0 and beyond.