1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-06 16:48:54 +00:00

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 <Drew.Reed@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Drew Reed
2023-10-18 10:22:52 +00:00
committed by Jon Mason
parent 8b3df3dd9b
commit ba17def14a
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -4,4 +4,5 @@ header:
local_conf_header:
tftf: |
TFA_UBOOT = "0"
TFA_UEFI = "0"
TFTF_TESTS = "1"