diff mbox series

[wrynose,5/5] ci: enable testimage coverage for Corstone-1000 A320 FVP

Message ID 20260630124704.301310-6-harsimransingh.tungal@arm.com
State New
Headers show
Series Corstone1000: update 2026.05 Wrynose release docs | expand

Commit Message

Harsimran Singh Tungal June 30, 2026, 12:47 p.m. UTC
Update the Corstone-1000 A320 FVP CI matrix to run testimage jobs.

This enables testimage coverage for both the firmware-only and no-firmware
entries.

Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c56a5c4..b770e45a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -161,9 +161,9 @@  corstone1000-a320-fvp:
   parallel:
     matrix:
       - FIRMWARE: corstone1000-firmware-only
-        TESTING: [none, tftf]
+        TESTING: [testimage, tftf]
       - FIRMWARE: none
-        TESTING: none
+        TESTING: testimage
 
 documentation:
   extends: .setup