From dd2437f8d6af6ab8e632d856efa142f13a1ec519 Mon Sep 17 00:00:00 2001 From: Hugues KAMBA MPIANA Date: Mon, 18 May 2026 19:44:07 +0100 Subject: [PATCH] ci: Add Corstone-1000 with Cortex-A320 builds 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 Signed-off-by: Hugues KAMBA MPIANA Signed-off-by: Jon Mason --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f77a2853..c5bb96c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,6 +156,15 @@ corstone1000-mps3: - FIRMWARE: none SECUREDEBUG: [none, secure-debug] +corstone1000-a320-fvp: + extends: .build + parallel: + matrix: + - FIRMWARE: corstone1000-firmware-only + TESTING: [none, tftf] + - FIRMWARE: none + TESTING: none + documentation: extends: .setup script: