diff options
author | liyin <liyin11@huawei.com> | 2017-09-28 15:14:39 +0800 |
---|---|---|
committer | liyin <liyin11@huawei.com> | 2017-09-28 15:17:07 +0800 |
commit | 92b17b6d5507c241e02d97d7f1f2f0a01dec0125 (patch) | |
tree | 076cdd913a9be4d7946d7e9bde1b1ee375b490bd /jjb/compass4nfv | |
parent | 88f0b856c18abca765a3d4a6da1f7849096b9b73 (diff) |
bottlenecks: enable daily deploy job.
Change-Id: I84e8cf5dc9f9ae6884ff70363067b5534b6f196b
Signed-off-by: liyin <liyin11@huawei.com>
Diffstat (limited to 'jjb/compass4nfv')
-rw-r--r-- | jjb/compass4nfv/compass-ci-jobs.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/jjb/compass4nfv/compass-ci-jobs.yml b/jjb/compass4nfv/compass-ci-jobs.yml index 74a134eda..2c1298a6b 100644 --- a/jjb/compass4nfv/compass-ci-jobs.yml +++ b/jjb/compass4nfv/compass-ci-jobs.yml @@ -290,6 +290,24 @@ 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}' |