Skip to content

Commit

Permalink
projects: lkft: fastboot: kir: use trixie rootfs
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Jun 5, 2024
1 parent 3c15b9f commit 0ac4b22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lava_test_plans/projects/lkft/fastboot.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

{% set BOOT_LABEL_OVERRIDE = BOOT_LABEL_OVERRIDE|default(false) %}
{% set DEPLOY_TARGET = DEPLOY_TARGET|default("downloads") %}
{% set DOCKER_IMAGE_DEPLOY = DOCKER_IMAGE_DEPLOY|default("linaro/kir:20240124") %}
{% set DOCKER_IMAGE_BOOT = DOCKER_IMAGE_BOOT|default("linaro/kir:20240124") %}
{% set DOCKER_IMAGE_DEPLOY = DOCKER_IMAGE_DEPLOY|default("linaro/kir:20240605") %}
{% set DOCKER_IMAGE_BOOT = DOCKER_IMAGE_BOOT|default("linaro/kir:20240605") %}
{% set DOCKER_IMAGE_POSTPROCESS = DOCKER_IMAGE_POSTPROCESS|default("linaro/kir:20240124") %}
{% set DOCKER_PTABLE_FILE = DOCKER_PTABLE_FILE|default("ptable-linux-8g.img") %}
{% set DOCKER_BOOT_FILE = DOCKER_BOOT_FILE|default("boot.img") %}
Expand All @@ -17,7 +17,7 @@
{{ super() }}
{% if DEPLOY_TARGET == "downloads" %}
steps:
- /kir/lava/board_setup.sh {{DEVICE_TYPE}}{% if DEPLOY_OS == "debian" %} rootfs{% endif %}
- /kir/lava/board_setup.sh {{DEVICE_TYPE}}{% if DEPLOY_OS == "debian" %} rootfs "/usr/"{% endif %}

- deploy:
timeout:
Expand Down

0 comments on commit 0ac4b22

Please sign in to comment.