Skip to content

Commit

Permalink
Packit: separate out ELN build jobs
Browse files Browse the repository at this point in the history
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 <lsm5@fedoraproject.org>
  • Loading branch information
lsm5 committed Sep 6, 2024
1 parent c00c467 commit 556b808
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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

Expand Down

0 comments on commit 556b808

Please # to comment.