diff mbox series

[1/1] CI: Remove ts-smm-gateway from N1SDP

Message ID 20230423195855.1800774-2-adam.johnston@arm.com
State New
Headers show
Series CI: Remove ts-smm-gateway from N1SDP | expand

Commit Message

Adam Johnston April 23, 2023, 7:58 p.m. UTC
From: Adam Johnston <adam.johnston@arm.com>

Installing SMM Gateway SP on the N1SDP may stop the platform from booting
for on-device testing in CI.

In n1sdp.yml, remove `ts-smm-gateway` if it has been added

Keep `ts-smm-gateway` in default SP set so it can still be tested with
`qemu-secureboot`

Signed-off-by: Adam Johnston <adam.johnston@arm.com>
---
 ci/n1sdp.yml | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/ci/n1sdp.yml b/ci/n1sdp.yml
index 797a5225..f6883079 100644
--- a/ci/n1sdp.yml
+++ b/ci/n1sdp.yml
@@ -4,3 +4,7 @@  header:
     - ci/base.yml
 
 machine: n1sdp
+
+local_conf_header:
+  unsupported_trusted_services: |
+    MACHINE_FEATURES:remove = "ts-smm-gateway"