Debian 12: Do not run upgrade/downgrade tests until we release packages

This commit is contained in:
Megan Wilhite 2023-10-05 08:16:54 -06:00 committed by Gareth J. Greenaway
parent 2a4bb2698d
commit cdd940a9aa

View file

@ -706,6 +706,9 @@ def pkg_matrix(
distro_slug
not in [
"debian-11-arm64",
# TODO: remove debian 12 once debian 12 pkgs are released
"debian-12-arm64",
"debian-12",
"ubuntu-20.04-arm64",
"ubuntu-22.04-arm64",
"photonos-3",
@ -741,6 +744,9 @@ def pkg_matrix(
distro_slug
not in [
"centosstream-9",
"debian-11-arm64",
"debian-12-arm64",
"debian-12",
"ubuntu-22.04",
"ubuntu-22.04-arm64",
"photonos-3",