From 1ac2f586760121ebe38a2e9c39b40b95ddb53edd Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Thu, 2 Nov 2023 17:04:00 +0100 Subject: [PATCH] Try plans from packit/tmt-plans repo Signed-off-by: Frantisek Lachman --- .packit.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index dce8acc3..fec83c14 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -14,8 +14,15 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 + - fedora-latest-stable + +- job: tests + trigger: pull_request + fmf_url: https://github.com/packit/tmt-plans + fmf_ref: main + tmt_plan: "/plans/(rpminspect|rpmlint)" + targets: + - fedora-latest-stable - job: copr_build trigger: release @@ -28,12 +35,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"]