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:

committed by
Marge Bot

parent
850d3e28e5
commit
8eabe3d913
@@ -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
|
||||||
|
Reference in New Issue
Block a user