Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading