From 019cb0666ad282e94f1b59315b31c82225ed519e Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Fri, 23 Jun 2023 12:56:30 +0200 Subject: [PATCH] Try build before test Signed-off-by: Frantisek Lachman --- .packit.yaml | 7 ++++++- plans/test.fmf | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index df305255..d23e759f 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -23,11 +23,16 @@ jobs: targets: - fedora-stable +- job: copr_build + trigger: pull_request + targets: + - fedora-37 + - fedora-38 + - job: tests trigger: pull_request targets: - fedora-37 - skip_build: true tf_extra_params: environments: - os: null diff --git a/plans/test.fmf b/plans/test.fmf index d4962da9..de37449e 100644 --- a/plans/test.fmf +++ b/plans/test.fmf @@ -2,14 +2,15 @@ prepare: how: install package: - - packit + - git execute: how: tmt script: - env - sh -c "echo $container" - - packit status https://github.com/packit/packit.git + - rpm -qv hello + - hello world! provision: how: container