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

Harsimran Singh Tungal <[email protected]> Tue, 30 Jun 2026 13:47:04 +0100
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
Update the Corstone-1000 A320 FVP CI matrix to run testimage jobs.

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

Signed-off-by: Harsimran Singh Tungal <[email protected]>
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
=20
 documentation:
   extends: .setup