1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

ci: Add back testing of firmware only builds

Signed-off-by: Drew Reed <Drew.Reed@arm.com>
This commit is contained in:
Drew Reed
2024-02-20 15:47:41 +00:00
committed by Ross Burton
parent 1e972c5637
commit 1231e54ae8

View File

@@ -123,14 +123,18 @@ corstone1000-fvp:
extends: .build
parallel:
matrix:
- TESTING: [testimage, tftf]
- FIRMWARE: corstone1000-firmware-only
TESTING: [testimage, tftf]
- FIRMWARE: none
TESTING: testimage
corstone1000-mps3:
extends: .build
parallel:
matrix:
- TESTING: [none, tftf]
- FIRMWARE: corstone1000-firmware-only
TESTING: [none, tftf]
- FIRMWARE: none
fvp-base:
extends: .build