[release-1.41] Packit: Limit packit jobs to RHEL 9 and RHEL 10#6796
Draft
lsm5 wants to merge 7 commits intocontainers:release-1.41from
Draft
[release-1.41] Packit: Limit packit jobs to RHEL 9 and RHEL 10#6796lsm5 wants to merge 7 commits intocontainers:release-1.41from
lsm5 wants to merge 7 commits intocontainers:release-1.41from
Conversation
550aca7 to
648c924
Compare
|
Ephemeral COPR build failed. @containers/packit-build please check. |
1 similar comment
|
Ephemeral COPR build failed. @containers/packit-build please check. |
lsm5
added a commit
to lsm5/skopeo
that referenced
this pull request
Apr 17, 2026
Simplify the tests job to fix Testing Farm failures by using simple target names (rhel-9-x86_64, rhel-10-x86_64) instead of complex distros arrays. This matches the approach used in buildah (containers/buildah#6796). Also consolidate copr_build jobs and use rpm/skopeo.spec directly. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
lsm5
added a commit
to lsm5/skopeo
that referenced
this pull request
Apr 20, 2026
Simplify the tests job to fix Testing Farm failures by using simple target names (rhel-9-x86_64, rhel-10-x86_64) instead of complex distros arrays. This matches the approach used in buildah (containers/buildah#6796). Also consolidate copr_build jobs and use rpm/skopeo.spec directly. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
lsm5
added a commit
to lsm5/skopeo
that referenced
this pull request
Apr 20, 2026
Simplify the tests job to fix Testing Farm failures by using simple target names (rhel-9-x86_64, rhel-10-x86_64) instead of complex distros arrays. This matches the approach used in buildah (containers/buildah#6796). Also consolidate copr_build jobs and use rpm/skopeo.spec directly. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
Member
|
/packit build |
Member
Author
|
/packit build |
648c924 to
8e57ead
Compare
|
Failed to load packit config file: For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
e009a75 to
7a1c1f9
Compare
|
Packit jobs failed. @containers/packit-build please check. |
1 similar comment
|
Packit jobs failed. @containers/packit-build please check. |
1dfdd72 to
a4eb4c7
Compare
Fix a "that doesn't take %w" warning. Fix two "you forgot to pass that error to the formatter" warnings. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Signed-off-by: Lokesh Mandvekar <lsm5@linux.com>
Signed-off-by: Lokesh Mandvekar <lsm5@linux.com>
Signed-off-by: Lokesh Mandvekar <lsm5@linux.com>
This release branch is mainly intended for RHEL 9 and RHEL 10, so configure packit to build on EPEL 9/10 and test on RHEL 9/10 using internal TF. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
Add a new TMT test definition for unit tests and configure Packit to run them as a separate job from system tests. Signed-off-by: Lokesh Mandvekar <lsm5@linux.com>
a4eb4c7 to
ecb2dd1
Compare
Add five new TMT test definitions and Packit jobs for RHEL 9/10. All jobs use crun and run on Testing Farm. Signed-off-by: Lokesh Mandvekar <lsm5@linux.com>
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.
This release branch is mainly intended for RHEL 9 and RHEL 10, so configure packit to build on EPEL 9/10 and test on RHEL 9/10 using internal TF.
What type of PR is this?
/kind other
What this PR does / why we need it:
Updates CI with targets it's meant to run on
How to verify it
See CI jobs
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?