[PATCH 4/4] ci: enable testimage coverage for Corstone-1000 A320 FVP
Harsimran Singh Tungal <[email protected]> Tue, 30 Jun 2026 13:50:14 +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 5059699e..9279ef56 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 =20 documentation: extends: .setup