From 891c9bda27905399da7f018b64d50dec16ab04d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Thu, 14 Nov 2024 13:50:34 +0100 Subject: [PATCH] Add packit job to run ABI check plan on testing farm The plan: https://github.com/rpm-software-management/ci-dnf-stack/pull/1595 Since the plan compares ABI with latests rawhide build target the job only to rawhide. --- .packit.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index eeb469e57..7578c51d4 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -120,3 +120,12 @@ jobs: get-current-version: - bash -c 'rpmspec -q --queryformat "%{VERSION}\n" dnf5.spec | head -n1' packages: [dnf5-without-modules] + - job: tests + trigger: pull_request + identifier: "ABI-check" + targets: + - fedora-rawhide-x86_64 + fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git + fmf_ref: main + tmt_plan: "^/plans/integration/abi-libdnf5$" + packages: [dnf5]