ci/b2c: tags are mandatory

Jobs without tags are not accepted, so there is no point in having
support for creating them.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26653>
This commit is contained in:
Eric Engestrom
2023-12-12 11:50:02 +00:00
committed by Marge Bot
parent 850d3e28e5
commit 8eabe3d913

View File

@@ -2,12 +2,10 @@ version: 1
# Rules to match for a machine to qualify # Rules to match for a machine to qualify
target: target:
{% if tags %}
tags: tags:
{% for tag in tags %} {% for tag in tags %}
- '{{ tag | trim }}' - '{{ tag | trim }}'
{% endfor %} {% endfor %}
{% endif %}
timeouts: timeouts:
first_console_activity: # This limits the time it can take to receive the first console log first_console_activity: # This limits the time it can take to receive the first console log