From f38eaad933a2daf0c6f2ee50e45e082c1875d002 Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 6 Mar 2018 01:29:47 -0500 Subject: Bugfix of the wrong regrex for Dovetail Jobs Change-Id: I5823f763d2f321a0b2505ca3ecd042e928b5a42c Signed-off-by: xudan --- jjb/fuel/fuel-daily-jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/fuel') diff --git a/jjb/fuel/fuel-daily-jobs.yml b/jjb/fuel/fuel-daily-jobs.yml index a214a56b8..fea3da5be 100644 --- a/jjb/fuel/fuel-daily-jobs.yml +++ b/jjb/fuel/fuel-daily-jobs.yml @@ -207,7 +207,7 @@ condition-kind: and condition-operands: - condition-kind: regex-match - regex: '-ha$' + regex: '.*-ha' label: '{scenario}' - condition-kind: day-of-week day-selector: select-days @@ -232,7 +232,7 @@ condition-kind: and condition-operands: - condition-kind: regex-match - regex: '-ha$' + regex: '.*-ha' label: '{scenario}' - condition-kind: day-of-week day-selector: select-days -- cgit 1.2.3-korg