From caa36c53f796beb25d9b9f58b1b7a492e9987e15 Mon Sep 17 00:00:00 2001 From: Harsimran Singh Tungal Date: Tue, 30 Jun 2026 13:47:04 +0100 Subject: [PATCH] ci: enable testimage coverage for Corstone-1000 A320 FVP 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 Signed-off-by: Jon Mason --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42689332..f5eafe95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -165,9 +165,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