TMT: Exclude podman packages from podman-next repo for tests

podman-next copr repo packages have a much higher Epoch than packit copr
packages, We should exclude the former from the testing environment as
we intend to test the latter.

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar
2025-11-10 08:45:32 -05:00
parent 1afe2ce6d3
commit c134825013

View File

@@ -21,7 +21,7 @@ prepare:
if compgen -G $COPR_REPO_FILE > /dev/null; then
sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE
fi
dnf -y upgrade --allowerasing
dnf -y upgrade --allowerasing --exclude=podman*
order: 20
adjust+: