From abcf545358c7cf16e81987ffb6a9d8df98f02f58 Mon Sep 17 00:00:00 2001 From: Chase Qi <chase.qi@linaro.org> Date: Thu, 24 Mar 2022 16:02:44 +0800 Subject: [PATCH] .oniro-ci: publish wic and bootloader images for Seco C61 4G Signed-off-by: Chase Qi <chase.qi@linaro.org> --- .oniro-ci/machines-and-flavours.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.oniro-ci/machines-and-flavours.yaml b/.oniro-ci/machines-and-flavours.yaml index d190d1ad..ed835326 100644 --- a/.oniro-ci/machines-and-flavours.yaml +++ b/.oniro-ci/machines-and-flavours.yaml @@ -55,8 +55,21 @@ linux-seco-imx8mm-c61-2gb: CI_ONIRO_BB_LOCAL_CONF_ACCEPT_FSL_EULA: 1 linux-seco-imx8mm-c61-4gb: - extends: .build-linux-matrix + extends: .build-wic-image variables: + CI_ONIRO_BUILD_FLAVOUR: linux + CI_ONIRO_RECIPE_NAME: oniro-image-base-tests + MACHINE: seco-imx8mm-c61-4gb + # This platform requires proprietary resources to boot. + # See build-generic.yaml for explanation of CI_ONIRO_BB_LOCAL_CONF_ variables. + CI_ONIRO_BB_LOCAL_CONF_ACCEPT_FSL_EULA: 1 + CI_ONIRO_JOB_ARTIFACTS: "*.wic.* *.bmap flash.bin-seco-imx8mm-c61*" + +linux-seco-imx8mm-c61-4gb-extra: + extends: .build-linux + variables: + CI_ONIRO_BUILD_FLAVOUR: linux + CI_ONIRO_BITBAKE_TARGETS: oniro-image-extra-tests MACHINE: seco-imx8mm-c61-4gb # This platform requires proprietary resources to boot. # See build-generic.yaml for explanation of CI_ONIRO_BB_LOCAL_CONF_ variables. -- GitLab