Add extra job to openstack-operator for testing 4.20#80790
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 (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughA new CI test job ChangesOCP 4.20 KUTTL CI Job
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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 NOT APPROVED This pull-request has been approved by: bshewale 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 |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openstack-k8s-operators-openstack-operator-18.0-fr5-openstack-operator-build-deploy-kuttl-4-20 |
|
@bshewale: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@bshewale: The following test 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. |
Summary by CodeRabbit
This PR adds a new CI testing job for the OpenStack Operator component to validate compatibility with OpenShift 4.20. Specifically, it introduces the
openstack-operator-build-deploy-kuttl-4-20job in the test matrix for the openstack-operator repository's CI configuration.The new job follows the existing KUTTL (KUnit Test Library) build and deploy testing pattern already used for other OpenShift versions, using the
openstack-k8s-operators-test-build-deploy-kuttlworkflow. The job is configured withCEPH_HOSTNETWORK: "false"for its test environment.This extends the CI infrastructure to test OpenStack Operator against the upcoming OpenShift 4.20 release, complementing the existing 4.18 KUTTL test job and ensuring the operator is validated across multiple OpenShift versions during development.