Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip-ci] Packit: enable c10s downstream sync #388

Merged
merged 1 commit into from
May 15, 2024
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
41 changes: 38 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,68 @@
# https://packit.dev/docs/configuration/

downstream_package_name: python-podman
specfile_path: rpm/python-podman.spec
update_release: false
upstream_tag_template: v{version}

packages:
python-podman-fedora:
pkg_tool: fedpkg
specfile_path: rpm/python-podman.spec
python-podman-centos:
pkg_tool: centpkg
specfile_path: rpm/python-podman.spec
python-podman-rhel:
specfile_path: rpm/python-podman.spec

srpm_build_deps:
- make

jobs:
# Copr builds for Fedora
- job: copr_build
trigger: pull_request
packages: [python-podman-fedora]
targets:
- fedora-all
- centos-stream-8

# Copr builds for CentOS Stream
- job: copr_build
trigger: pull_request
packages: [python-podman-centos]
targets:
- centos-stream-10
- centos-stream-9

# Copr builds for RHEL
- job: copr_build
trigger: pull_request
packages: [python-podman-rhel]
targets:
- epel-9

# Run on commit to main branch
- job: copr_build
trigger: commit
packages: [python-podman-fedora]
branch: main
owner: rhcontainerbot
project: podman-next

# Downstream sync for Fedora
- job: propose_downstream
trigger: release
update_release: false
packages: [python-podman-fedora]
dist_git_branches:
- fedora-all

# Downstream sync for CentOS Stream
# TODO: c9s enablement being tracked in https://issues.redhat.com/browse/RUN-2123
- job: propose_downstream
trigger: release
packages: [python-podman-centos]
dist_git_branches:
- c10s
lsm5 marked this conversation as resolved.
Show resolved Hide resolved

- job: koji_build
trigger: commit
dist_git_branches:
Expand Down
Loading