From 0e3fc3d87b3bc3252f926de47a2bacaafff1680e Mon Sep 17 00:00:00 2001 From: Drew Reed Date: Tue, 30 Apr 2024 17:29:57 +0100 Subject: [PATCH] ci: Add Corstone-1000 to the SystemReady ACS build Added the Corstone-1000 FVP platform to the ACS test build as well as adding the arm-systemready-firmware variant to the Corstone-1000 FVP build. Signed-off-by: Drew Reed Signed-off-by: Jon Mason --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7876daa..3adea45e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,6 +151,7 @@ corstone1000-fvp: TESTING: [testimage, tftf] - FIRMWARE: none TESTING: testimage + - SYSTEMREADY_FIRMWARE: arm-systemready-firmware corstone1000-mps3: extends: .build @@ -192,6 +193,19 @@ fvp-base: - FIRMWARE: edk2 - SYSTEMREADY_FIRMWARE: arm-systemready-firmware +arm-systemready-ir-acs: + extends: .build + timeout: 12h + parallel: + matrix: + # arm-systemready-ir-acs must be specified after fvp-base for ordering + # purposes for the jobs-to-kas output. It is not enough to just have it + # in the job name because fvp-base.yml overwrites the target. + - PLATFORM: [fvp-base, corstone1000-fvp] + ARM_SYSTEMREADY_IR_ACS: arm-systemready-ir-acs + tags: + - ${ACS_TAG} + fvps: extends: .build