bottlenecks: enable daily deploy job. 01/43401/1
authorliyin <liyin11@huawei.com>
Thu, 28 Sep 2017 07:14:39 +0000 (15:14 +0800)
committerliyin <liyin11@huawei.com>
Thu, 28 Sep 2017 07:17:07 +0000 (15:17 +0800)
Change-Id: I84e8cf5dc9f9ae6884ff70363067b5534b6f196b
Signed-off-by: liyin <liyin11@huawei.com>
jjb/compass4nfv/compass-ci-jobs.yml

index 74a134e..2c1298a 100644 (file)
                         build-step-failure-threshold: 'never'
                         failure-threshold: 'never'
                         unstable-threshold: 'FAILURE'
+        - conditional-step:
+            condition-kind: and
+            condition-operands:
+                - condition-kind: regex-match
+                  regex: os-nosdn-nofeature-ha
+                  label: '{scenario}'
+            steps:
+                - trigger-builds:
+                    - project: 'bottlenecks-compass-posca_stress_ping-{pod}-daily-{stream}'
+                      current-parameters: false
+                      predefined-parameters:
+                        DEPLOY_SCENARIO={scenario}
+                      block: true
+                      same-node: true
+                      block-thresholds:
+                        build-step-failure-threshold: 'never'
+                        failure-threshold: 'never'
+                        unstable-threshold: 'FAILURE'
 
 - job-template:
     name: 'compass-deploy-{pod}-daily-{stream}'