Skip to content

Commit

Permalink
Merge pull request #1556 from lsm5/packit-update-fedora-targets
Browse files Browse the repository at this point in the history
Packit: reorg Fedora targets
  • Loading branch information
giuseppe authored Sep 6, 2024
2 parents b3ee99d + e3b5a26 commit 558fce5
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 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 @@ -46,9 +48,15 @@ jobs:
notifications: &copr_build_failure_notification
failure_comment:
message: "Ephemeral COPR build failed. @containers/packit-build please check."
targets:
targets: &fedora_copr_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 Expand Up @@ -94,9 +102,7 @@ jobs:
notifications: &podman_system_test_fail_notification
failure_comment:
message: "podman system tests failed. @containers/packit-build please check."
targets:
- fedora-all-x86_64
- fedora-all-aarch64
targets: *fedora_copr_targets
tf_extra_params:
environments:
- artifacts:
Expand Down Expand Up @@ -138,7 +144,7 @@ jobs:
- job: propose_downstream
trigger: release
packages: [crun-fedora]
dist_git_branches:
dist_git_branches: &fedora_targets
- fedora-all

- job: propose_downstream
Expand All @@ -149,8 +155,7 @@ jobs:

- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
dist_git_branches: *fedora_targets

- job: bodhi_update
trigger: commit
Expand Down

0 comments on commit 558fce5

Please # to comment.