diff mbox series

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

Message ID 20240702193553.34632-1-jon.mason@arm.com
State New
Headers show
Series CI: remove ts-smm-gateway for qemuarm64-secureboot-ts | expand

Commit Message

Jon Mason July 2, 2024, 7:35 p.m. UTC
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>
---
 ci/qemuarm64-secureboot-ts.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Jon Mason July 3, 2024, 2:51 a.m. UTC | #1
On Tue, 02 Jul 2024 15:35:53 -0400, Jon Mason wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] CI: remove ts-smm-gateway for qemuarm64-secureboot-ts
      commit: 390b9824ddda6b1443961ce3932957944a1bde2d

Best regards,
diff mbox series

Patch

diff --git a/ci/qemuarm64-secureboot-ts.yml b/ci/qemuarm64-secureboot-ts.yml
index adf1f2f8402d..87f0fa9ed888 100644
--- a/ci/qemuarm64-secureboot-ts.yml
+++ b/ci/qemuarm64-secureboot-ts.yml
@@ -8,8 +8,9 @@  header:
 local_conf_header:
   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
-    MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its ts-smm-gateway"
+    # Include TS Crypto, TS Protected Storage, and TS Internal Trusted Storage and SPs into optee-os image
+    # 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
     IMAGE_INSTALL:append = " packagegroup-ts-tests"
     # Include TS PSA Arch tests into image