1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

CI: remove ts-smm-gateway for qemuarm64-secureboot-ts

uefi-test is failing on qemuarm64-secureboot with TS enabled with a "Bus
Error".  This regression is caused by the update of QEMU from v8.2.1 to
v9.0.0.  Temporarily disable this test (via disabling ts-smm-gateway) to
get CI green until it can be root caused.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2024-07-02 15:35:53 -04:00
parent b5903ce6ea
commit 390b9824dd

View File

@@ -8,8 +8,9 @@ header:
local_conf_header: local_conf_header:
trusted_services: | trusted_services: |
TEST_SUITES:append = " trusted_services" TEST_SUITES:append = " trusted_services"
# Include TS Crypto, TS Protected Storage, TS Internal Trusted Storage and SMM-Gateway SPs into optee-os image # Include TS Crypto, TS Protected Storage, and TS Internal Trusted Storage and SPs into optee-os image
MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its ts-smm-gateway" # FIXME - remove TS SMM Gateway due to QEMU v9.0.0 test failures
MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its"
# Include TS demo/test tools into image # Include TS demo/test tools into image
IMAGE_INSTALL:append = " packagegroup-ts-tests" IMAGE_INSTALL:append = " packagegroup-ts-tests"
# Include TS PSA Arch tests into image # Include TS PSA Arch tests into image