-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COPR: Exclude ELN builds #1451
COPR: Exclude ELN builds #1451
Conversation
The packit workflow for Podman and other repos has recently changed to include the official rpm spec file upstream and have Fedora dist-git sync from upstream on every release. Ref: containers/podman#18465 This has made it necessary to verify ELN package build success in our copr builds. And enabling ELN on copr is causing conmon-rs failures Ref: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/build/6121423/ Since ELN is not an immediate concern, this commit will only do copr builds for centos stream and fedora rawhide, 38 and 37. Signed-off-by: Lokesh Mandvekar <[email protected]>
@haircommander @jakecorrenti PTAL. |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, lsm5, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The packit workflow for Podman and other repos has recently changed to include the official rpm spec file upstream and have Fedora dist-git sync from upstream on every release.
Ref: containers/podman#18465
This has made it necessary to verify ELN package build success in our copr builds. And enabling ELN on copr is causing conmon-rs failures Ref: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/build/6121423/
Since ELN is not an immediate concern, this commit will only do copr builds for centos stream and fedora rawhide, 38 and 37.
What type of PR is this?
/kind other
What this PR does / why we need it:
Disable ELN buildroot for copr builds
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Does this PR introduce a user-facing change?