summaryrefslogtreecommitdiffstats
path: root/jjb/fuel
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-03-06 01:29:47 -0500
committerxudan <xudan16@huawei.com>2018-03-06 01:29:47 -0500
commitf38eaad933a2daf0c6f2ee50e45e082c1875d002 (patch)
tree8957111a9d197d610040bd729ea52edaee5d3e81 /jjb/fuel
parentb0b7be23fa6c60b12c01ba575f2dcaec974d775d (diff)
Bugfix of the wrong regrex for Dovetail Jobs
Change-Id: I5823f763d2f321a0b2505ca3ecd042e928b5a42c Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'jjb/fuel')
-rw-r--r--jjb/fuel/fuel-daily-jobs.yml4
1 files changed, 2 insertions, 2 deletions
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