Skip to content
Snippets Groups Projects
Commit 68fbec3f authored by Stevan Radaković's avatar Stevan Radaković
Browse files

.ostc-ci/machines-and-flavours.yaml: Add Zephyr images as artifacts


For LAVA testing purposes we need the built images available as
artifacts.

Signed-off-by: default avatarStevan Radaković <stevan.radakovic@linaro.org>
parent bff2e690
No related branches found
No related tags found
No related merge requests found
...@@ -63,25 +63,31 @@ linux-raspberrypi4-64: ...@@ -63,25 +63,31 @@ linux-raspberrypi4-64:
MACHINE: raspberrypi4-64 MACHINE: raspberrypi4-64
zephyr-qemu-x86: zephyr-qemu-x86:
extends: .build-zephyr extends: .build-image
variables: variables:
MACHINE: qemu-x86 MACHINE: qemu-x86
# See the note on linux-qemu-x86. # See the note on linux-qemu-x86.
OHOS_BUILD_CACHE: "pub" OHOS_BUILD_CACHE: "pub"
OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1 OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
OHOS_RECIPE_NAME: zephyr-philosophers
OHOS_BUILD_FLAVOUR: zephyr
zephyr-qemu-cortex-m3: zephyr-qemu-cortex-m3:
extends: .build-zephyr extends: .build-image
variables: variables:
MACHINE: qemu-cortex-m3 MACHINE: qemu-cortex-m3
# See the note on linux-qemu-x86. # See the note on linux-qemu-x86.
OHOS_BUILD_CACHE: "pub" OHOS_BUILD_CACHE: "pub"
OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1 OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
OHOS_RECIPE_NAME: zephyr-philosophers
OHOS_BUILD_FLAVOUR: zephyr
zephyr-96b-nitrogen: zephyr-96b-nitrogen:
extends: .build-zephyr extends: .build-image
variables: variables:
MACHINE: 96b-nitrogen MACHINE: 96b-nitrogen
OHOS_RECIPE_NAME: zephyr-philosophers
OHOS_BUILD_FLAVOUR: zephyr
zephyr-96b-avenger: zephyr-96b-avenger:
extends: .build-zephyr extends: .build-zephyr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment