diff --git a/.packit.yaml b/.packit.yaml index 6a44b113f..744ae059c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -9,15 +9,14 @@ specfile_path: rpm/gvisor-tap-vsock.spec upstream_tag_template: v{version} +srpm_build_deps: + - make + jobs: - - &copr - job: copr_build + - job: copr_build trigger: pull_request - owner: rhcontainerbot - project: packit-builds enable_net: true - srpm_build_deps: - - make + # keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next targets: - fedora-rawhide-aarch64 - fedora-rawhide-x86_64 @@ -25,36 +24,20 @@ jobs: - fedora-eln-x86_64 - fedora-38-aarch64 - fedora-38-x86_64 - - centos-stream-9-aarch64 - - centos-stream-9-x86_64 - - centos-stream-8-aarch64 - - centos-stream-8-x86_64 + - centos-stream+epel-next-8-x86_64 + - centos-stream+epel-next-8-aarch64 + - centos-stream+epel-next-9-x86_64 + - centos-stream+epel-next-9-aarch64 + additional_repos: + - "copr://rhcontainerbot/podman-next" - - <<: *copr - # Run on commit to main branch + # Run on commit to main branch + - job: copr_build trigger: commit + enable_net: true branch: main + owner: rhcontainerbot project: podman-next - targets: - - fedora-rawhide-aarch64 - - fedora-rawhide-ppc64le - - fedora-rawhide-s390x - - fedora-rawhide-x86_64 - - fedora-eln-aarch64 - - fedora-eln-ppc64le - - fedora-eln-s390x - - fedora-eln-x86_64 - - fedora-38-aarch64 - - fedora-38-ppc64le - - fedora-38-s390x - - fedora-38-x86_64 - - centos-stream+epel-next-9-aarch64 - - centos-stream+epel-next-9-ppc64le - - centos-stream+epel-next-9-s390x - - centos-stream+epel-next-9-x86_64 - - centos-stream+epel-next-8-aarch64 - - centos-stream+epel-next-8-ppc64le - - centos-stream+epel-next-8-x86_64 - job: propose_downstream trigger: release