From acbec0fa23e3d0d06a14cbdb5caa853f42d12ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 20 Jun 2022 16:53:51 +0300 Subject: [PATCH] radv/ci: allow specifying a warning pattern MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will be used to detect soft resets without aborting the run, but still make the job fail. Signed-off-by: Martin Roukala (né Peres) Acked-by: Timur Kristóf Part-of: --- .gitlab-ci/b2c/b2c.yml.jinja2.jinja2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 b/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 index 04e07894786..2ac849a9d79 100644 --- a/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 +++ b/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 @@ -35,6 +35,9 @@ console_patterns: job_success: regex: >- {{ job_success_regex }} + job_warn: + regex: >- + {{ job_warn_regex }} # Environment to deploy deployment: