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:
Martin Roukala (né Peres) 2024-04-03 15:49:36 +03:00 committed by Marge Bot
parent 2d442fc014
commit a589225827
1 changed files with 4 additions and 0 deletions

View File

@ -61,3 +61,7 @@ deployment:
initramfs:
url: '{{ initramfs_url }}'
{% if dtb_url is defined %}
dtb:
url: '{{ dtb_url }}'
{% endif %}