diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-09-07 10:46:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-07 10:46:26 +0000 |
commit | 610025be08333213e1bfdbc90ff21eaf62e67839 (patch) | |
tree | 60dc7f4a007fa01d3b482ad96d3860fed47e487e /jjb | |
parent | ab40963821dfbcc5d6c1ee2190f25b1bd117d711 (diff) | |
parent | 352ba19b72246730c0d946af2e5de400f0a9306e (diff) |
Merge "armband: Deploy triggers yardstick tests for CI pods."
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/armband/armband-ci-jobs.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/armband/armband-ci-jobs.yml b/jjb/armband/armband-ci-jobs.yml index a0f6de374..664768c97 100644 --- a/jjb/armband/armband-ci-jobs.yml +++ b/jjb/armband/armband-ci-jobs.yml @@ -137,6 +137,17 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'yardstick-{installer}-{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: 'armband-{installer}-deploy-{pod}-daily-{stream}' |