diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-03-06 16:57:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-06 16:57:35 +0000 |
commit | d2b0a9884dcc44e21d62ddf72367e1ea83aa1a6b (patch) | |
tree | b460e144bbd8264e0eba7bc8f10b36e17ca51ebe /jjb/fuel | |
parent | ab022c99c32ffb0ee87a90c28d984d02b89974ae (diff) | |
parent | f38eaad933a2daf0c6f2ee50e45e082c1875d002 (diff) |
Merge "Bugfix of the wrong regrex for Dovetail Jobs"
Diffstat (limited to 'jjb/fuel')
-rw-r--r-- | jjb/fuel/fuel-daily-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/fuel/fuel-daily-jobs.yml b/jjb/fuel/fuel-daily-jobs.yml index d4f225a3c..b9120b098 100644 --- a/jjb/fuel/fuel-daily-jobs.yml +++ b/jjb/fuel/fuel-daily-jobs.yml @@ -217,7 +217,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 @@ -242,7 +242,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 |