Skip to content

Commit

Permalink
COPR: Exclude ELN builds
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
lsm5 committed Jun 28, 2023
1 parent 0909284 commit 0fc7bbe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
- cargo
- make
- rpkg
targets:
- centos-stream-8-aarch64
- centos-stream-8-x86_64
- centos-stream-9-aarch64
- centos-stream-9-x86_64
- fedora-all-aarch64
- fedora-all-x86_64
actions:
post-upstream-clone:
- "rpkg spec --outdir ./"
Expand All @@ -31,3 +38,10 @@ jobs:
trigger: commit
branch: main
project: podman-next
targets:
- centos-stream+epel-next-8-aarch64
- centos-stream+epel-next-8-x86_64
- centos-stream+epel-next-9-aarch64
- centos-stream+epel-9-x86_64
- fedora-all-aarch64
- fedora-all-x86_64

0 comments on commit 0fc7bbe

Please sign in to comment.