Bugfix of the wrong regrex for Dovetail Jobs 45/53145/1
authorxudan <xudan16@huawei.com>
Tue, 6 Mar 2018 06:29:47 +0000 (01:29 -0500)
committerxudan <xudan16@huawei.com>
Tue, 6 Mar 2018 06:29:47 +0000 (01:29 -0500)
Change-Id: I5823f763d2f321a0b2505ca3ecd042e928b5a42c
Signed-off-by: xudan <xudan16@huawei.com>
jjb/armband/armband-ci-jobs.yml
jjb/fuel/fuel-daily-jobs.yml

index 339c3cc..329414e 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 a214a56..fea3da5 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