diff --git a/.packit.yaml b/.packit.yaml index f9a432d..f730313 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,13 +1,12 @@ ---- -upstream_project_name: dnf -specfile_path: dnf.spec jobs: - job: copr_build + metadata: + targets: &id001 + - centos-stream-x86_64 trigger: pull_request +- job: tests metadata: - targets: - - fedora-rawhide-x86_64 - - fedora-30-x86_64 - - fedora-29-x86_64 - - mageia-cauldron-x86_64 - - opensuse-tumbleweed-x86_64 + targets: *id001 + trigger: pull_request +specfile_path: SPECS/dnf.spec +upstream_ref: sg-start