Merge "Bugfix of the wrong regrex for Dovetail Jobs"
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 6 Mar 2018 16:57:35 +0000 (16:57 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 6 Mar 2018 16:57:35 +0000 (16:57 +0000)
jjb/armband/armband-ci-jobs.yml
jjb/fuel/fuel-daily-jobs.yml

index 1661fc3..d95ca4f 100644 (file)
           condition-kind: and
           condition-operands:
             - condition-kind: regex-match
-              regex: '-ha$'
+              regex: '.*-ha'
               label: '{scenario}'
             - condition-kind: day-of-week
               day-selector: select-days
           condition-kind: and
           condition-operands:
             - condition-kind: regex-match
-              regex: '-ha$'
+              regex: '.*-ha'
               label: '{scenario}'
             - condition-kind: day-of-week
               day-selector: select-days
index d4f225a..b9120b0 100644 (file)
           condition-kind: and
           condition-operands:
             - condition-kind: regex-match
-              regex: '-ha$'
+              regex: '.*-ha'
               label: '{scenario}'
             - condition-kind: day-of-week
               day-selector: select-days
           condition-kind: and
           condition-operands:
             - condition-kind: regex-match
-              regex: '-ha$'
+              regex: '.*-ha'
               label: '{scenario}'
             - condition-kind: day-of-week
               day-selector: select-days