JKNS-1079: Update release-rhel8 and release-rhel9 CI config to use OCP 5.0 base image#80801
JKNS-1079: Update release-rhel8 and release-rhel9 CI config to use OCP 5.0 base image#80801kunalmemane wants to merge 1 commit into
Conversation
…image The ocp/4.18 base image does not have java-25-openjdk packages available, causing the jenkins and jenkins-agent-base image builds to fail. Bump to ocp/5.0 to match the master branch CI config. Signed-off-by: Kunal Memane <kmemane@redhat.com>
|
@kunalmemane: This pull request references JKNS-1079 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 task 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 selected for processing (2)
WalkthroughTwo CI operator configuration files for OpenShift Jenkins (RHEL8 and RHEL9 variants) are updated to replace the version string ChangesJenkins CI Config OCP Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 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)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kunalmemane 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 more |
|
@kunalmemane: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
@kunalmemane: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@kunalmemane: 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. |
The ocp/4.18 base image does not have java-25-openjdk packages available, causing the jenkins and jenkins-agent-base image builds to fail. Bump to ocp/5.0 to match the master branch CI config.
Summary by CodeRabbit
This PR updates the OpenShift Jenkins CI configuration for the RHEL8 and RHEL9 release branches to use OCP 5.0 base images instead of OCP 4.18.
The changes affect two CI operator configuration files:
ci-operator/config/openshift/jenkins/openshift-jenkins-release-rhel8.yamlci-operator/config/openshift/jenkins/openshift-jenkins-release-rhel9.yamlIn each file, the base image version is updated from "4.18" to "5.0":
base_images.base.namefield is updated to reference OCP 5.0releases.initial.integration.nameis updated to "5.0"releases.latest.integration.nameis updated to "5.0"This change addresses a dependency issue where the OCP 4.18 base image lacks the necessary
java-25-openjdkpackages required for successful builds of the Jenkins and Jenkins agent base container images. Aligning these release branch configurations with OCP 5.0 ensures the build dependencies are available while bringing consistency with the master branch CI configuration that already uses OCP 5.0.