From 959e6f81a898f15a516a1e5c266e4b637e854dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Thu, 10 Oct 2024 08:20:29 +0200 Subject: [PATCH] fix: use centos-stream-9 target instead of epel-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the centos-stream-9 target as the epel-9 repos don't seem to be up to date. Remove the preparation steps enabling the copr repo and installing the copr packages because it's not needed and it's causing problems: Packit is supposed to enable the copr repo and install all the packages contained in that repo. Signed-off-by: Miguel Martín --- .packit.yaml | 4 ++-- test/fmf/plans/onboarding.fmf | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 727acc08a..986abe645 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -30,7 +30,7 @@ jobs: job: copr_build trigger: pull_request targets: - epel-9: {} + centos-stream-9: {} fedora-latest-stable: {} fedora-latest: {} fedora-rawhide: {} @@ -44,7 +44,7 @@ jobs: fmf_path: test/fmf tmt_plan: plans/onboarding targets: - epel-9: {} + centos-stream-9: {} fedora-latest-stable: {} fedora-latest: {} fedora-rawhide: {} diff --git a/test/fmf/plans/onboarding.fmf b/test/fmf/plans/onboarding.fmf index f7b321a5a..8b828e21e 100644 --- a/test/fmf/plans/onboarding.fmf +++ b/test/fmf/plans/onboarding.fmf @@ -4,10 +4,8 @@ discover: execute: how: tmt prepare: - - how: install - copr: ${PACKIT_COPR_PROJECT} - how: shell - script: dnf install -y ${PACKIT_COPR_RPMS} postgresql-server sqlite + script: dnf install -y postgresql-server sqlite provision: how: virtual memory: 4096