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

ci: enable raspberrypi4-64 lava test job


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 4592390f
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -154,6 +154,16 @@ lava-qemu-x86_64: ...@@ -154,6 +154,16 @@ lava-qemu-x86_64:
CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/qemu-x86_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/qemu-x86_64.yaml"
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
lava-raspberrypi4-64:
needs: [linux-raspberrypi4-64]
stage: test
extends: .lava-test
variables:
MACHINE: raspberrypi4-64
CI_BUILD_JOB_NAME: linux-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_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
...@@ -185,7 +195,7 @@ lava-zephyr-qemu-x86: ...@@ -185,7 +195,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] 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]
extends: .lava-report extends: .lava-report
lava-badge: lava-badge:
......
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
artifacts: artifacts:
paths: paths:
- job_ids_*.txt - job_ids_*.txt
- lava_jobs/*.yaml
rules: rules:
# Run the build when it is scheduled. # Run the build when it is scheduled.
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
......
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