Skip to content

Commit

Permalink
include: fastboot: KSELFTEST: mimic tuxrun variables
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Aug 31, 2023
1 parent b447720 commit dc8ed7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lava_test_plans/include/fastboot.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
{% set fastboot_deploy_timeout = fastboot_deploy_timeout|default(40) %}
{% set download_postprocess_required = download_postprocess_required|default(true) %}

{% if KSELFTEST is defined %}
{% set OVERLAY_KSELFTEST_URL = KSELFTEST %}
{% if KSELFTEST_FORMAT is defined %}
{% set OVERLAY_KSELFTEST_URL_FORMAT = KSELFTEST_FORMAT %}
{% endif %}
{% if KSELFTEST_COMP is defined %}
{% set OVERLAY_KSELFTEST_URL_COMP = KSELFTEST_COMP %}
{% endif %}
{% endif %}

{# partitions for android jobs #}
{# boot_a partition would be set via boot_label #}
{% set partition_boot_b = partition_boot_b|default(false) %}
Expand Down

0 comments on commit dc8ed7b

Please sign in to comment.