From 0fc7bbe14eb7788a3801afb2770867cf1209ac48 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 28 Jun 2023 10:38:59 -0400 Subject: [PATCH] COPR: Exclude ELN builds 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: https://github.com/containers/podman/pull/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 --- .packit.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index ed520e2961..0d3d7a9bdf 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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 ./" @@ -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