[PATCH wrynose 4/6] ci: Add Corstone-1000 with Cortex-A320 builds
Hugues KAMBA MPIANA <[email protected]> Mon, 18 May 2026 19:51:39 +0100
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
Add CI coverage for the Corstone-1000 with Cortex-A320 FVP machine. Build the Corstone-1000 with Cortex-A320 FVP with the firmware-only configuration and run both `none` and `tftf`. Also run `none` for the no-firmware build. Signed-off-by: Alex Chapman <[email protected]> Signed-off-by: Hugues KAMBA MPIANA <[email protected]> --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e40ae84d..9c56a5c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,6 +156,15 @@ corstone1000-mps3: - FIRMWARE: none SECUREDEBUG: [none, secure-debug] =20 +corstone1000-a320-fvp: + extends: .build + parallel: + matrix: + - FIRMWARE: corstone1000-firmware-only + TESTING: [none, tftf] + - FIRMWARE: none + TESTING: none + documentation: extends: .setup script: