From f2d2244d294a26cb2c2df3b33a842c8947b05c12 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Wed, 10 Apr 2024 10:17:12 -0400 Subject: [PATCH] jjb: Update regex match for lttng-modules detection on dev_review jobs Change-Id: I0ef1df3a4e395f786f1b1b1ba829843d0297c500 Signed-off-by: Kienan Stewart --- jobs/lttng-tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1