Module: Mesa Branch: main Commit: 8eabe3d913b5c146b94ec323c9941017f5ada17b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8eabe3d913b5c146b94ec323c9941017f5ada17b
Author: Eric Engestrom <e...@igalia.com> Date: Tue Dec 12 11:50:02 2023 +0000 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> --- .gitlab-ci/b2c/b2c.yml.jinja2.jinja2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 b/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 index 5761c485626..98cc03f304b 100644 --- a/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 +++ b/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 @@ -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