diff mbox series

[4/6] ci: Add Corstone-1000 with Cortex-A320 builds

Message ID 20260518184425.10215-5-hugues.kambampiana@arm.com
State New
Headers show
Series corstone1000: Add standalone Cortex-A320 FVP support and documentation | expand

Commit Message

Hugues KAMBA MPIANA May 18, 2026, 6:44 p.m. UTC
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 <alex.chapman@arm.com>
Signed-off-by: Hugues KAMBA MPIANA <hugues.kambampiana@arm.com>
---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

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]
 
+corstone1000-a320-fvp:
+  extends: .build
+  parallel:
+    matrix:
+      - FIRMWARE: corstone1000-firmware-only
+        TESTING: [none, tftf]
+      - FIRMWARE: none
+        TESTING: none
+
 documentation:
   extends: .setup
   script: