mirror of
https://github.com/containers/podman.git
synced 2025-12-03 03:39:44 +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
|
if compgen -G $COPR_REPO_FILE > /dev/null; then
|
||||||
sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE
|
sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE
|
||||||
fi
|
fi
|
||||||
dnf -y upgrade --allowerasing
|
dnf -y upgrade --allowerasing --exclude=podman*
|
||||||
order: 20
|
order: 20
|
||||||
|
|
||||||
adjust+:
|
adjust+:
|
||||||
|
|||||||
Reference in New Issue
Block a user