From ee34e0c0a2be19bb9118748173331ed60ea6ce02 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 11 May 2024 18:39:28 +0100 Subject: [PATCH] Temporary skip of problematic package downgrade tests --- tools/ci.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/ci.py b/tools/ci.py index e242fc54a86..bb59ab68d69 100644 --- a/tools/ci.py +++ b/tools/ci.py @@ -906,6 +906,15 @@ def pkg_matrix( f"Found {version} ({backend}) for {distro_slug}: {objects[0]['Key']}" ) for session in ("upgrade", "downgrade"): + if session == "downgrade" and distro_slug.startswith( + ("rockylinux", "amazonlinux", "centos") + ): + # XXX: Temporarily skip problematic tests + ctx.warn( + f"Temporary skip {session} builds on {distro_slug} for version {version} " + f"with backend {backend}" + ) + continue if backend == "classic": session += "-classic" _matrix.append(