From 556b808989cfa4d6403b0376ff22d3fc9afdf046 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 6 Sep 2024 16:20:26 +0530 Subject: [PATCH] Packit: separate out ELN build jobs ELN is neither Fedora nor RHEL, but more of a midstream between the two. It's best to split it out as a separate package set in packit. This will allow reusability of Fedora targets specified in copr_build jobs in other jobs. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 25da438a6..44975464e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -28,6 +28,8 @@ packages: specfile_path: rpm/crun.spec crun-rhel: specfile_path: rpm/crun.spec + crun-eln: + specfile_path: rpm/crun.spec srpm_build_deps: - git-archive-all @@ -49,6 +51,12 @@ jobs: targets: - fedora-all-x86_64 - fedora-all-aarch64 + + - job: copr_build + trigger: pull_request + packages: [crun-eln] + notifications: *copr_build_failure_notification + targets: - fedora-eln-x86_64 - fedora-eln-aarch64