[backport to release/3.9.x] chore(cd): remove EOL distros#14879
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Backports the CI/CD matrix update to stop building and releasing packages for EOL distributions on the release/3.9.x branch, reducing maintenance and pipeline workload.
Changes:
- Removed Ubuntu 20.04 from
build-packagesandrelease-packagesmatrices. - Removed RHEL 8 (Rocky 8 / el8) from
build-packagesandrelease-packagesmatrices.
Comments suppressed due to low confidence (2)
.github/matrix-full.yml:13
- With ubuntu-20.04 removed from this matrix, the corresponding manifest expectation suite ("ubuntu-20.04-amd64") in scripts/explain_manifest/config.py becomes unused along with its fixture. Consider removing those entries (or documenting why they remain) to avoid stale/unused manifest config drifting over time.
# check-manifest-suite: the check manifest suite as defined in scripts/explain_manifest/config.py
# Ubuntu
- label: ubuntu-22.04
image: ubuntu:22.04
package: deb
check-manifest-suite: ubuntu-22.04-amd64
.github/matrix-full.yml:44
- Now that the rhel-8 build/release targets are removed from this matrix, scripts/explain_manifest/config.py still defines an "el8-amd64" suite/fixture that appears unused. Consider cleaning it up (or adding a note) to prevent dead manifest suites from accumulating.
# RHEL
- label: rhel-9
image: rockylinux:9
package: rpm
package-type: el9
check-manifest-suite: el9-amd64
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
outsinre
approved these changes
May 27, 2026
KAG-8998 (cherry picked from commit d4c6d9a8bb479b2dae59f781c068c3ccd9db6180)
5304852 to
15c573d
Compare
outsinre
approved these changes
May 28, 2026
chobits
approved these changes
May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
KAG-8998
#14873
(cherry picked from commit d4c6d9a8bb479b2dae59f781c068c3ccd9db6180)
Summary
Checklist
changelog/unreleased/kongorskip-changeloglabel added on PR if changelog is unnecessary. README.mdIssue reference
Fix #[issue number]