From 68fbec3f6149e65578ccf066c58f24f31c0e8d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevan=20Radakovi=C4=87?= <stevan.radakovic@linaro.org> Date: Thu, 24 Jun 2021 23:04:15 +0200 Subject: [PATCH] .ostc-ci/machines-and-flavours.yaml: Add Zephyr images as artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For LAVA testing purposes we need the built images available as artifacts. Signed-off-by: Stevan Radaković <stevan.radakovic@linaro.org> --- .ostc-ci/machines-and-flavours.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml index 728af0ed..ede9a2bc 100644 --- a/.ostc-ci/machines-and-flavours.yaml +++ b/.ostc-ci/machines-and-flavours.yaml @@ -63,25 +63,31 @@ linux-raspberrypi4-64: MACHINE: raspberrypi4-64 zephyr-qemu-x86: - extends: .build-zephyr + extends: .build-image variables: MACHINE: qemu-x86 # See the note on linux-qemu-x86. OHOS_BUILD_CACHE: "pub" OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1 + OHOS_RECIPE_NAME: zephyr-philosophers + OHOS_BUILD_FLAVOUR: zephyr zephyr-qemu-cortex-m3: - extends: .build-zephyr + extends: .build-image variables: MACHINE: qemu-cortex-m3 # See the note on linux-qemu-x86. OHOS_BUILD_CACHE: "pub" OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1 + OHOS_RECIPE_NAME: zephyr-philosophers + OHOS_BUILD_FLAVOUR: zephyr zephyr-96b-nitrogen: - extends: .build-zephyr + extends: .build-image variables: MACHINE: 96b-nitrogen + OHOS_RECIPE_NAME: zephyr-philosophers + OHOS_BUILD_FLAVOUR: zephyr zephyr-96b-avenger: extends: .build-zephyr -- GitLab