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

sysota: Add ci jobs for testing SysOTA on duts


Add ci jobs for dut sysota testing on raspberrypi4  and seco b68

Fixes #533

Signed-off-by: default avatarStevan Radaković <stevan.radakovic@linaro.org>
parent 84ecb065
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !256. Comments created here will be created in the context of that merge request.
......@@ -490,6 +490,28 @@ lava-qemu-x86_64-sysota:
CI_REPORT_JOB_NAME: lava-report
CI_UPDATE_JOB_NAME: bundle-qemu-x86_64
lava-raspberrypi4-64-sysota:
needs: [bundle-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-sysota.yaml"
CI_REPORT_JOB_NAME: lava-report
CI_UPDATE_JOB_NAME: bundle-raspberrypi4-64
lava-seco-intel-b68-sysota:
needs: [bundle-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-sysota.yaml"
CI_REPORT_JOB_NAME: lava-report
CI_UPDATE_JOB_NAME: bundle-seco-intel-b68
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