mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Debian 12: Do not run upgrade/downgrade tests until we release packages
This commit is contained in:
parent
2a4bb2698d
commit
cdd940a9aa
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue