From 8eabe3d913b5c146b94ec323c9941017f5ada17b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 12 Dec 2023 11:50:02 +0000 Subject: [PATCH] ci/b2c: tags are mandatory Jobs without tags are not accepted, so there is no point in having support for creating them. Part-of: --- .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