From 2c2315a94b1269c929b8378c0958e854cfb1a25b Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 27 May 2020 09:53:46 +0200 Subject: [PATCH] .packit.yaml: Use fedora-all and centos-stream targets --- .packit.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 31e4f44..caa0883 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -3,19 +3,17 @@ jobs: - job: copr_build metadata: targets: - - fedora-30-x86_64 - - fedora-31-x86_64 - - fedora-rawhide-x86_64 + - fedora-all - epel-8-x86_64 + - centos-stream-x86_64 trigger: pull_request - job: tests trigger: pull_request metadata: targets: - - fedora-30-x86_64 - - fedora-31-x86_64 - - fedora-rawhide-x86_64 + - fedora-all - epel-8-x86_64 + - centos-stream-x86_64 specfile_path: tuned.spec synced_files: - tuned.spec