From 6f826b4108564ae65ec7865bed4f7b019962c7ca Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Mon, 11 Oct 2021 12:13:20 +0200 Subject: [PATCH] .ostc-ci: switch linux-raspberrypi4-64 to .build-wic-image The job will now generate an image artifact. The images will be consumed by the SystemOTA CI solution shortly. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .ostc-ci/machines-and-flavours.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml index 9319e971..17437d22 100644 --- a/.ostc-ci/machines-and-flavours.yaml +++ b/.ostc-ci/machines-and-flavours.yaml @@ -58,9 +58,11 @@ linux-stm32mp1-av96: MACHINE: stm32mp1-av96 linux-raspberrypi4-64: - extends: .build-linux-matrix + extends: .build-wic-image variables: MACHINE: raspberrypi4-64 + OHOS_BUILD_FLAVOUR: linux + OHOS_RECIPE_NAME: oniro-image-base-tests zephyr-qemu-x86: extends: .build-image -- GitLab