mirror of
https://github.com/containers/podman.git
synced 2025-12-01 10:38:05 +08:00
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:
@@ -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+:
|
||||
|
||||
Reference in New Issue
Block a user