From c2fd1ec5399a6f35c8d1bc157f202ddc518584e1 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Wed, 19 Jun 2024 22:30:05 +0800 Subject: [PATCH] test: add .packit.yaml to support packit Signed-off-by: Xiaofeng Wang --- .packit.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 00000000..294eaf5e --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,10 @@ +--- +jobs: + - job: tmt integration test + trigger: pull_request + targets: + - fedora-40-x86_64 + tmt_plan: /build + skip_build: true + manual_trigger: true + identifier: tmt integration test