mirror of
https://github.com/containers/podman.git
synced 2025-07-03 09:17:15 +08:00
Merge pull request #23119 from lsm5/packit-rhel-centos-separation
[skip-ci] Packit: split rhel and centos-stream jobs
This commit is contained in:
37
.packit.yaml
37
.packit.yaml
@ -12,6 +12,8 @@ packages:
|
|||||||
podman-centos:
|
podman-centos:
|
||||||
pkg_tool: centpkg
|
pkg_tool: centpkg
|
||||||
specfile_path: rpm/podman.spec
|
specfile_path: rpm/podman.spec
|
||||||
|
podman-rhel:
|
||||||
|
specfile_path: rpm/podman.spec
|
||||||
|
|
||||||
srpm_build_deps:
|
srpm_build_deps:
|
||||||
- git-archive-all
|
- git-archive-all
|
||||||
@ -25,32 +27,39 @@ jobs:
|
|||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
packages: [podman-fedora]
|
packages: [podman-fedora]
|
||||||
notifications:
|
notifications: &packit_build_failure_notification
|
||||||
failure_comment:
|
failure_comment:
|
||||||
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
||||||
enable_net: true
|
enable_net: true
|
||||||
targets:
|
targets:
|
||||||
- fedora-all-x86_64
|
fedora-all-x86_64: {}
|
||||||
- fedora-all-aarch64
|
fedora-all-aarch64: {}
|
||||||
- fedora-eln-x86_64
|
fedora-eln-x86_64:
|
||||||
- fedora-eln-aarch64
|
additional_repos:
|
||||||
additional_repos:
|
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
|
||||||
- "copr://rhcontainerbot/podman-next"
|
fedora-eln-aarch64:
|
||||||
|
additional_repos:
|
||||||
|
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
|
||||||
|
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
packages: [podman-centos]
|
packages: [podman-centos]
|
||||||
notifications:
|
notifications: *packit_build_failure_notification
|
||||||
failure_comment:
|
enable_net: true
|
||||||
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
targets:
|
||||||
|
- centos-stream-9-x86_64
|
||||||
|
- centos-stream-9-aarch64
|
||||||
|
- centos-stream-10-x86_64
|
||||||
|
- centos-stream-10-aarch64
|
||||||
|
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
packages: [podman-rhel]
|
||||||
|
notifications: *packit_build_failure_notification
|
||||||
enable_net: true
|
enable_net: true
|
||||||
targets:
|
targets:
|
||||||
- epel-9-x86_64
|
- epel-9-x86_64
|
||||||
- epel-9-aarch64
|
- epel-9-aarch64
|
||||||
- centos-stream-10-x86_64
|
|
||||||
- centos-stream-10-aarch64
|
|
||||||
additional_repos:
|
|
||||||
- "copr://rhcontainerbot/podman-next"
|
|
||||||
|
|
||||||
# Run on commit to main branch
|
# Run on commit to main branch
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
|
Reference in New Issue
Block a user