ci/b2c: allow setting the DTB to be used
This will be used by upcoming new CI jobs. Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28902>
This commit is contained in:

committed by
Marge Bot

parent
2d442fc014
commit
a589225827
@@ -61,3 +61,7 @@ deployment:
|
||||
initramfs:
|
||||
url: '{{ initramfs_url }}'
|
||||
|
||||
{% if dtb_url is defined %}
|
||||
dtb:
|
||||
url: '{{ dtb_url }}'
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user