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:
Pedro Algarvio 2023-08-17 08:59:07 +01:00 committed by Pedro Algarvio
parent 444ab0d12e
commit 47d1d34398

View file

@ -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"
):