Merge pull request #22136 from lsm5/packit-c10s
[skip-ci] Packit: Enable CentOS Stream 10 update job
This commit is contained in:
commit
c25d114e1b
33
.packit.yaml
33
.packit.yaml
|
|
@ -2,9 +2,17 @@
|
||||||
# See the documentation for more information:
|
# See the documentation for more information:
|
||||||
# https://packit.dev/docs/configuration/
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
specfile_path: rpm/podman.spec
|
downstream_package_name: podman
|
||||||
upstream_tag_template: v{version}
|
upstream_tag_template: v{version}
|
||||||
|
|
||||||
|
packages:
|
||||||
|
podman-fedora:
|
||||||
|
pkg_tool: fedpkg
|
||||||
|
specfile_path: rpm/podman.spec
|
||||||
|
podman-centos:
|
||||||
|
pkg_tool: centpkg
|
||||||
|
specfile_path: rpm/podman.spec
|
||||||
|
|
||||||
srpm_build_deps:
|
srpm_build_deps:
|
||||||
- git-archive-all
|
- git-archive-all
|
||||||
- make
|
- make
|
||||||
|
|
@ -16,6 +24,7 @@ actions:
|
||||||
jobs:
|
jobs:
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
|
packages: [podman-fedora]
|
||||||
notifications:
|
notifications:
|
||||||
failure_comment:
|
failure_comment:
|
||||||
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
||||||
|
|
@ -25,6 +34,17 @@ jobs:
|
||||||
- fedora-all-aarch64
|
- fedora-all-aarch64
|
||||||
- fedora-eln-x86_64
|
- fedora-eln-x86_64
|
||||||
- fedora-eln-aarch64
|
- fedora-eln-aarch64
|
||||||
|
additional_repos:
|
||||||
|
- "copr://rhcontainerbot/podman-next"
|
||||||
|
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
packages: [podman-centos]
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
||||||
|
enable_net: true
|
||||||
|
targets:
|
||||||
- centos-stream+epel-next-8-x86_64
|
- centos-stream+epel-next-8-x86_64
|
||||||
- centos-stream+epel-next-8-aarch64
|
- centos-stream+epel-next-8-aarch64
|
||||||
- centos-stream+epel-next-9-x86_64
|
- centos-stream+epel-next-9-x86_64
|
||||||
|
|
@ -46,6 +66,7 @@ jobs:
|
||||||
- job: tests
|
- job: tests
|
||||||
identifier: cockpit-revdeps
|
identifier: cockpit-revdeps
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
|
packages: [podman-fedora]
|
||||||
notifications:
|
notifications:
|
||||||
failure_comment:
|
failure_comment:
|
||||||
message: "Cockpit tests failed for commit {commit_sha}. @martinpitt, @jelly, @mvollmer please check."
|
message: "Cockpit tests failed for commit {commit_sha}. @martinpitt, @jelly, @mvollmer please check."
|
||||||
|
|
@ -66,15 +87,25 @@ jobs:
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
update_release: false
|
update_release: false
|
||||||
|
packages: [podman-fedora]
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-development # Implies fedora-rawhide and any branched but unreleased version, will include f40 before f40 is marked stable.
|
- fedora-development # Implies fedora-rawhide and any branched but unreleased version, will include f40 before f40 is marked stable.
|
||||||
|
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
update_release: false
|
||||||
|
packages: [podman-centos]
|
||||||
|
dist_git_branches:
|
||||||
|
- c10s
|
||||||
|
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
packages: [podman-fedora]
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
|
|
||||||
- job: bodhi_update
|
- job: bodhi_update
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
packages: [podman-fedora]
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-branched # rawhide updates are created automatically
|
- fedora-branched # rawhide updates are created automatically
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue