From d1d562d2432cf4ca8bf4ef493d5e7494eeae83e7 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Thu, 20 Jun 2024 07:41:41 +0800 Subject: [PATCH] test: add packit to run tmt integration test Signed-off-by: Xiaofeng Wang --- .packit.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 000000000..a4b635f40 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,9 @@ +--- +jobs: + - job: tests + trigger: pull_request + targets: + - fedora-40-x86_64 + tmt_plan: /build + skip_build: true + identifier: tmt-integration-test