From 0dc86a2a093488f180c730d19d4aebd445a1c323 Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Wed, 1 Apr 2026 15:46:10 +0200 Subject: [PATCH] Basic test case: epel in targets This test case is triggered automatically by our validation script. ``` yaml - job: copr_build trigger: pull_request targets: - epel-7-x86_64 - epel-8-x86_64 ``` --- .packit.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index dce8acc3..84fe6172 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -14,8 +14,8 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 + - epel-7-x86_64 + - epel-8-x86_64 - job: copr_build trigger: release @@ -28,12 +28,6 @@ jobs: targets: - fedora-stable -- job: tests - trigger: pull_request - targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 - - job: propose_downstream trigger: release packit_instances: ["stg"]