OCPEDGE-2484: TNA RHCOS10 CI validation and testing#79034
OCPEDGE-2484: TNA RHCOS10 CI validation and testing#79034kasturinarra wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
@kasturinarra: This pull request references OCPEDGE-2484 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "5.0.0" version, but no target version was set. DetailsIn response to this: Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
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 (3)
WalkthroughFour new nightly test job definitions are added for OpenShift 4.23 to test two-node arbiter cluster configurations with RHEL 10. The jobs are defined in the CI operator configuration and wired into both public and private release verification configurations. ChangesTest Job Definitions and Release Verification Configuration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-arbiter-rhcos10-techpreview periodic-ci-openshift-release-main-nightly-4.23-e2e-agent-ovn-two-node-arbiter-rhcos10-techpreview periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-arbiter-upgrade-rhcos10-techpreview periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-arbiter-private-tests-rhcos10-tp |
|
@kasturinarra: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@kasturinarra: The following tests 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
This PR adds CI validation and testing for RHCOS10 (Red Hat CoreOS 10) with Two-Node Arbiter (TNA) configurations in OpenShift 4.23 nightly builds.
Changes
Four new nightly test jobs are added to the OpenShift release CI pipeline:
All jobs are configured with
OSSTREAM: rhel-10to use Red Hat CoreOS 10 andFEATURE_SET="TechPreviewNoUpgrade"since this is tech preview functionality.Files Modified
openshift-release-main__nightly-4.23.yaml): Defines the four new test job specifications with their workflows and environment variablesrelease-ocp-4.23.json): Registers these jobs as optional verification steps in the release process, with retry limits and Prow job bindingsThe changes enable automated CI validation of RHCOS10 support for TNA configurations as part of the OpenShift 4.23 release pipeline.