diff mbox series

[2/2] CI: Enable TF-A TFTF test builds

Message ID 20231018142409.5807-3-drew.reed@arm.com
State New
Headers show
Series Enable TFTF test build for additional boards | expand

Commit Message

drew.reed@arm.com Oct. 18, 2023, 2:24 p.m. UTC
From: Drew Reed <Drew.Reed@arm.com>

To allow running the TF-A TFTF tests we need to ensure the images for
N1SDP and Corstone-1000 MPS3 boards build

Signed-off-by: Drew Reed <Drew.Reed@arm.com>
---
 .gitlab-ci.yml | 7 +++++--
 ci/tftf.yml    | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1845be5..89387405 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,6 +117,10 @@  corstone1000-fvp:
 
 corstone1000-mps3:
   extends: .build
+  parallel:
+    matrix:
+      - TESTING: [none, tftf]
+
 
 fvp-base:
   extends: .build
@@ -148,8 +152,7 @@  n1sdp:
   extends: .build
   parallel:
     matrix:
-      - TS: [none, n1sdp-ts]
-      - OPTEE: [none, n1sdp-optee]
+      - TESTING: [none, n1sdp-ts, n1sdp-optee, tftf]
 
 qemu-generic-arm64:
   extends: .build
diff --git a/ci/tftf.yml b/ci/tftf.yml
index 260ceab0..33a8a4f5 100644
--- a/ci/tftf.yml
+++ b/ci/tftf.yml
@@ -4,4 +4,5 @@  header:
 local_conf_header:
   tftf: |
     TFA_UBOOT = "0"
+    TFA_UEFI = "0"
     TFTF_TESTS = "1"