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

.gitlab-ci.yaml: Add LAVA sysota test pipeline jobs


These will, as other LAVA jobs, end up in SQUAD and, consequently,
in LAVA. It's basic tests on QEMU, running `rauc status` and `rauc
install bundle` commands and validating output.

Signed-off-by: default avatarStevan Radaković <stevan.radakovic@linaro.org>
parent 672d8031
No related branches found
No related tags found
1 merge request!165.gitlab-ci.yaml: Add LAVA sysota test pipeline jobs
......@@ -420,6 +420,26 @@ lava-zephyr-qemu-x86:
CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/qemu-zephyr-x86.yaml"
CI_REPORT_JOB_NAME: lava-report
lava-qemu-x86-sysota:
needs: [bundle-qemu-x86]
stage: test
extends: .lava-test
variables:
MACHINE: qemux86
CI_BUILD_JOB_NAME: linux-qemu-x86
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-sysota.yaml"
CI_REPORT_JOB_NAME: lava-report
lava-qemu-x86_64-sysota:
needs: [bundle-qemu-x86_64]
stage: test
extends: .lava-test
variables:
MACHINE: qemux86-64
CI_BUILD_JOB_NAME: linux-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-sysota.yaml"
CI_REPORT_JOB_NAME: lava-report
lava-report:
extends: .lava-report
needs:
......
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