Skip to content
Snippets Groups Projects
Commit 02a25fac authored by Detlev Casanova's avatar Detlev Casanova Committed by Andre Moreira Magalhaes
Browse files

lava: Add tiny-lxc image name

parent 298640bd
No related branches found
No related tags found
1 merge request!436Add support for tiny images tests
......@@ -9,6 +9,8 @@
{% macro image_url(ext) -%}
{% if image_base_url is defined -%}
{{image_base_url}}.{{ext}}
{%- elif host_image_release_version is defined -%}
{{baseurl}}/{{imgpath}}/{{host_image_release}}/{{host_image_release_version}}/{{arch}}/{{host_image_type}}/apertis_{{host_image_release}}-{{host_image_type}}-{{arch}}-{{board}}_{{host_image_release_version}}.img.{{ext}}
{%- else -%}
{{baseurl}}/{{imgpath}}/{{image_date}}/{{arch}}/{{image_type}}/{{image_name}}.img.{{ext}}
{%- endif %}
......
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