From ec1efdbdacea96f0a251150a0aa0d6622962eb25 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 10 Nov 2025 09:07:13 -0500 Subject: [PATCH] [v5.7] Packit/TMT: remove podman-next repos from release branches Release branches should be tested with what's in the official repos or intended to go there soon. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 7 ------- plans/system.fmf | 9 --------- 2 files changed, 16 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 3e7827fbf3..117c7b5d96 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -105,11 +105,6 @@ jobs: targets: - fedora-all tmt_plan: "/plans/system/*" - tf_extra_params: - environments: - - artifacts: - - type: repository-file - id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo - job: tests identifier: cockpit-revdeps @@ -126,8 +121,6 @@ jobs: - artifacts: - type: repository-file id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo - - type: repository-file - id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo tmt: context: revdeps: "yes" diff --git a/plans/system.fmf b/plans/system.fmf index e41ffb805c..b04c062064 100644 --- a/plans/system.fmf +++ b/plans/system.fmf @@ -14,15 +14,6 @@ prepare: dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm --eval '%{?rhel}').noarch.rpm dnf -y config-manager --set-enabled epel order: 10 - - when: initiator == packit - how: shell - script: | - COPR_REPO_FILE="/etc/yum.repos.d/*podman-next*.repo" - if compgen -G $COPR_REPO_FILE > /dev/null; then - sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE - fi - dnf -y upgrade --allowerasing - order: 20 adjust+: - enabled: false