From eac783ba6267ffe4e7259f2aa536ca59aea9421b Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Fri, 23 Jun 2023 08:19:29 +0200 Subject: [PATCH] Try running TMT test in container Signed-off-by: Frantisek Lachman --- .packit.yaml | 13 ++++++------- plans/test.fmf | 5 +++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index f2d42f8e..8c08a1a2 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -11,12 +11,6 @@ downstream_package_name: hello # create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."] jobs: -- job: copr_build - trigger: pull_request - metadata: - targets: - - fedora-all - - job: copr_build trigger: release metadata: @@ -34,7 +28,12 @@ jobs: trigger: pull_request metadata: targets: - - fedora-all + - fedora-38 + skip_build: true + tf_extra_params: + environments: + os: + compose: null - job: propose_downstream trigger: release diff --git a/plans/test.fmf b/plans/test.fmf index 0e6b5e26..7ba736f9 100644 --- a/plans/test.fmf +++ b/plans/test.fmf @@ -11,3 +11,8 @@ execute: - systemctl start httpd - echo foo > /var/www/html/index.html - curl http://localhost/ | grep foo + +provision: + how: container + image: fedora:latest +