ci: Update for Fedora 45 branching from rawhide - #2397
Open
jeckersb wants to merge 1 commit into
Open
Conversation
Fedora 45 has branched from rawhide, so update the CI matrix accordingly: - Add fedora-46 as the new rawhide to os-image-map.json - Add fedora-46 to package build matrix and build-and-publish - Add fedora-45 to Packit COPR and TMT test full target sets - Update continue-on-error rawhide guard from fedora-45 to fedora-46 Intentionally omit fedora-45 from the GHA integration test matrix for now while it undergoes stabilization, to avoid introducing additional flaky test failures. Assisted-by: AI Closes: bootc-dev#2389 Signed-off-by: John Eckersberg <jeckersb@redhat.com>
cgwalters
reviewed
Aug 20, 2026
| strategy: | ||
| matrix: | ||
| test_os: [fedora-43, fedora-44, fedora-45, centos-9, centos-10] | ||
| test_os: [fedora-43, fedora-44, fedora-45, fedora-46, centos-9, centos-10] |
Collaborator
There was a problem hiding this comment.
Let's drop fedora-43 too our matrix is already way way too big. IOW rule is "At most 3 fedoras"? and we just stop updating fedora-43 `
| || echo "$LABELS" | jq -e 'index("ci/merge")' > /dev/null; }; then | ||
| # Full suite: all OSes | ||
| echo 'package_os_matrix=["fedora-43","fedora-44","fedora-45","centos-9","centos-10"]' >> "$GITHUB_OUTPUT" | ||
| echo 'package_os_matrix=["fedora-43","fedora-44","fedora-45","fedora-46","centos-9","centos-10"]' >> "$GITHUB_OUTPUT" |
Collaborator
There was a problem hiding this comment.
Really need to dedup these lists, but at least a comment "keep in sync with " is a good comment to add
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.
Fedora 45 has branched from rawhide, so update the CI matrix
accordingly:
Intentionally omit fedora-45 from the GHA integration test matrix
for now while it undergoes stabilization, to avoid introducing
additional flaky test failures.
Assisted-by: AI
Closes: #2389
Signed-off-by: John Eckersberg jeckersb@redhat.com