mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Temporary skip of problematic package downgrade tests
This commit is contained in:
parent
71b1b655c6
commit
ee34e0c0a2
1 changed files with 9 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue