From: Kienan Stewart Date: Wed, 10 Apr 2024 14:17:12 +0000 (-0400) Subject: jjb: Update regex match for lttng-modules detection on dev_review jobs X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=f2d2244d294a26cb2c2df3b33a842c8947b05c12;p=lttng-ci.git jjb: Update regex match for lttng-modules detection on dev_review jobs Change-Id: I0ef1df3a4e395f786f1b1b1ba829843d0297c500 Signed-off-by: Kienan Stewart --- diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 30ac64a..f32ce04 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -244,7 +244,7 @@ - conditional-step: condition-kind: regex-match label: '$JOB_NAME' - regex: '.*_rootbuild.*' + regex: '.*_root(?:_[a-z]+)?build.*' steps: - shell: | #!/bin/bash