diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-02 20:17:35 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-02 20:17:35 +0200 |
commit | b7b65449c824bc5cd7fdd0fba4a190fb47090e68 (patch) | |
tree | 8530ca153e28525efee561f836fba56539d4f410 /templates/machines/qemuarm.jinja2 | |
parent | 99f8e91d6641505e85528ca6e85b88a36888f9e6 (diff) |
Add prerelease type to generatorjellyfish_9.99.1jellyfish/9.99.19.99.1
Allow the tool to generate jobs against the prerelease location.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I7f00ee52ad85b2aecc52679da4e98857a5dd59cb
Diffstat (limited to 'templates/machines/qemuarm.jinja2')
-rw-r--r-- | templates/machines/qemuarm.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/qemuarm.jinja2 b/templates/machines/qemuarm.jinja2 index 0c83380..16476ba 100644 --- a/templates/machines/qemuarm.jinja2 +++ b/templates/machines/qemuarm.jinja2 @@ -13,7 +13,7 @@ {%- set qemu_cmdline = "console=ttyAMA0,115200 root=/dev/vda verbose systemd.log_color=false " %} {%- set guestfs_interface = "virtio" %} {%- set rootfs_type = rootfs_type|default("rootvd") %} -{%- if (build_type == 'daily') or (build_type == 'release') or (build_type == 'snapshot') %} +{%- if (build_type == 'daily') or (build_type == 'release') or (build_type == 'snapshot') or (build_type == 'prerelease') %} {%- set rfs_image = rfs_image|default("agl-demo-platform-crosssdk-qemuarm.ext4.xz") %} {%- else %} {%- set rfs_image = rfs_image|default("agl-demo-platform-qemuarm.ext4.xz") %} |