From f0a21e45a2152abd36dbcc4442a999728d05853f Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Fri, 23 Jun 2023 09:31:35 +0200 Subject: [PATCH] Try more Fedora versions Signed-off-by: Frantisek Lachman --- .packit.yaml | 13 +++++++++++++ plans/test.fmf | 3 +-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 459a7eb7..2efdb70c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -23,6 +23,17 @@ jobs: targets: - fedora-stable +- job: tests + trigger: pull_request + targets: + - fedora-37 + skip_build: true + tf_extra_params: + environments: + - os: null + variables: + IMAGE: fedora-37 + - job: tests trigger: pull_request targets: @@ -31,3 +42,5 @@ jobs: tf_extra_params: environments: - os: null + variables: + IMAGE: fedora-38 diff --git a/plans/test.fmf b/plans/test.fmf index 4cd49927..d4962da9 100644 --- a/plans/test.fmf +++ b/plans/test.fmf @@ -13,5 +13,4 @@ execute: provision: how: container - image: fedora:latest - + image: $IMAGE \ No newline at end of file