diff options
author | Jun Li <lijun_1203@126.com> | 2017-09-29 01:08:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-29 01:08:22 +0000 |
commit | c9728da80667f04433b52d3329c85dd178dd8c61 (patch) | |
tree | afde46f597d10f1893f742e06a529a4aa3cd6e45 /jjb | |
parent | e6cd3c6c77d2aaf6cb7d6765edb5baf9bc50bcf7 (diff) | |
parent | 92b17b6d5507c241e02d97d7f1f2f0a01dec0125 (diff) |
Merge "bottlenecks: enable daily deploy job."
Diffstat (limited to 'jjb')
-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 7b25a9b2b..b107c6520 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}' |