mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't run upgrade tests for Photon OS 4 Arm64 packages.
We never had these prior to 3006.0 Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
444ab0d12e
commit
47d1d34398
1 changed files with 2 additions and 0 deletions
|
@ -706,6 +706,7 @@ def pkg_matrix(
|
|||
"ubuntu-22.04-arm64",
|
||||
"photonos-3",
|
||||
"photonos-4",
|
||||
"photonos-4-arm64",
|
||||
]
|
||||
and pkg_type != "MSI"
|
||||
):
|
||||
|
@ -725,6 +726,7 @@ def pkg_matrix(
|
|||
"ubuntu-22.04-arm64",
|
||||
"photonos-3",
|
||||
"photonos-4",
|
||||
"photonos-4-arm64",
|
||||
]
|
||||
and pkg_type != "MSI"
|
||||
):
|
||||
|
|
Loading…
Add table
Reference in a new issue