NO-JIRA: remove release-release template#5168
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@neisw: This pull request explicitly references no jira issue. 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 (1)
📝 WalkthroughWalkthroughA single file modification that refines HTTP 404 exception handling for template configs. When a config URL returns 404 and matches an exception substring in ChangesTemplate Exception Handling Refinement
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 12 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/retest-required |
|
Scheduling tests matching the |
|
@neisw: 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. |
|
/hold |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neisw, smg247 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 |
openshift-release-release-%s-periodics.yaml look to only contain older multi release upgrade jobs that aren't monitored for signal.
Those definitions have not been updated for 5.0. Removing them from the periodicURLTemplates we monitor for job name updating
Job Run Aggregator: Removes monitoring of deprecated release-release periodic jobs
The job run aggregator's job name generator component no longer fetches or monitors the
openshift-release-release-*-periodics.yamltemplate from the OpenShift release repository.What Changed
The
periodicURLTemplateslist inpkg/jobrunaggregator/jobtableprimer/job_name_generator.gowas updated to remove one template:https://raw.githubusercontent.com/openshift/release/main/ci-operator/jobs/openshift/release/openshift-release-release-%s-periodics.yamlhttps://raw.githubusercontent.com/openshift/release/main/ci-operator/jobs/openshift/hypershift/openshift-hypershift-release-%s-periodics.yamlThe
templateExceptionlist (which provided 404-handling exceptions for specific templates) was also cleared, as it only contained an exception for the removedopenshift-release-release-5.0-periodics.yamlfile.Why
The
openshift-release-release-*template contains older multi-release upgrade jobs that are not actively monitored for disruption signal. Those job definitions have not been updated for version 5.0 and are no longer relevant to current CI monitoring requirements.Impact on CI Users and Operators