Skip to content

Commit

Permalink
projects: lkft: devices: db410c: add a default BOOT_URL
Browse files Browse the repository at this point in the history
Point the default BOOT_URL to the health-check's BOOT_URL that the LAB
are using.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
  • Loading branch information
roxell committed Jul 12, 2023
1 parent 1dd9acb commit 6b7e76a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lava_test_plans/projects/lkft/devices/dragonboard-410c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% extends "devices/dragonboard-410c" %}

{% set BOOT_URL = BOOT_URL|default("http://images.validation.linaro.org/releases.linaro.org/96boards/dragonboard410c/linaro/debian/18.01/boot-linaro-buster-dragonboard-410c-359.img.gz") %}
{% set MODULES_URL_COMP = MODULES_URL_COMP|default("xz") %}
{% set OVERLAY_KSELFTEST_URL_FORMAT = OVERLAY_KSELFTEST_URL_FORMAT|default("tar") %}
{% set OVERLAY_KSELFTEST_URL_COMP = OVERLAY_KSELFTEST_URL_COMP|default("xz") %}
Expand Down

0 comments on commit 6b7e76a

Please sign in to comment.