From ba17def14a27ebe0bf024e1981e90e24f3757e41 Mon Sep 17 00:00:00 2001 From: Drew Reed Date: Wed, 18 Oct 2023 10:22:52 +0000 Subject: [PATCH] CI: Enable TF-A TFTF test builds 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 Signed-off-by: Jon Mason --- .gitlab-ci.yml | 7 +++++-- ci/tftf.yml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) 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"