Skip to content
Snippets Groups Projects
Commit 36e0ab39 authored by Chase Qi's avatar Chase Qi
Browse files

ci: enable wic image build and test on seco b68


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 592529bd
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,16 @@ lava-raspberrypi4-64: ...@@ -152,6 +152,16 @@ lava-raspberrypi4-64:
CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/raspberrypi4-64.yaml" CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/raspberrypi4-64.yaml"
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
lava-seco-intel-b68:
needs: [linux-seco-intel-b68]
stage: test
extends: .lava-test
variables:
MACHINE: seco-intel-b68
CI_BUILD_JOB_NAME: linux-seco-intel-b68
CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/seco-intel-b68.yaml"
CI_REPORT_JOB_NAME: lava-report
lava-zephyr-96b-nitrogen-tests: lava-zephyr-96b-nitrogen-tests:
needs: [zephyr-96b-nitrogen-tests] needs: [zephyr-96b-nitrogen-tests]
stage: test stage: test
...@@ -183,7 +193,7 @@ lava-zephyr-qemu-x86: ...@@ -183,7 +193,7 @@ lava-zephyr-qemu-x86:
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
lava-report: lava-report:
needs: [lava-qemu-x86, lava-qemu-x86_64, lava-zephyr-96b-nitrogen-tests, lava-zephyr-qemu-cortex-m3, lava-zephyr-qemu-x86, lava-raspberrypi4-64] needs: [lava-qemu-x86, lava-qemu-x86_64, lava-zephyr-96b-nitrogen-tests, lava-zephyr-qemu-cortex-m3, lava-zephyr-qemu-x86, lava-raspberrypi4-64, lava-seco-intel-b68]
extends: .lava-report extends: .lava-report
lava-badge: lava-badge:
......
...@@ -31,10 +31,17 @@ linux-qemu-x86_64: ...@@ -31,10 +31,17 @@ linux-qemu-x86_64:
CI_ONIRO_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1 CI_ONIRO_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
linux-seco-intel-b68: linux-seco-intel-b68:
extends: .build-linux-matrix extends: .build-wic-image
variables: variables:
CI_ONIRO_BUILD_FLAVOUR: linux
CI_ONIRO_RECIPE_NAME: oniro-image-base-tests
MACHINE: seco-intel-b68 MACHINE: seco-intel-b68
linux-seco-intel-b68-extra:
extends: .build-linux
variables:
CI_ONIRO_BITBAKE_TARGETS: oniro-image-extra-tests
linux-seco-imx8mm-c61: linux-seco-imx8mm-c61:
extends: .build-linux-matrix extends: .build-linux-matrix
variables: variables:
......
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