mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
850d3e28e5
commit
8eabe3d913
1 changed files with 0 additions and 2 deletions
|
|
@ -2,12 +2,10 @@ version: 1
|
|||
|
||||
# Rules to match for a machine to qualify
|
||||
target:
|
||||
{% if tags %}
|
||||
tags:
|
||||
{% for tag in tags %}
|
||||
- '{{ tag | trim }}'
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
timeouts:
|
||||
first_console_activity: # This limits the time it can take to receive the first console log
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue