diff options
author | Tim Rozet <trozet@redhat.com> | 2016-07-26 19:05:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-26 19:05:14 +0000 |
commit | 4969da3b7e16ab53d79d16ac10e5ee9ed5384230 (patch) | |
tree | 83a2b577632f675db831be9946c591c3ef2b3e31 | |
parent | 3de81a93737672062b97b6bb6c78fbc11a462165 (diff) | |
parent | 34496f429f87f107467235a2233730974c483970 (diff) |
Merge "Apex: adds ODL SFC to daily"
-rw-r--r-- | jjb/apex/apex.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index f380233cc..604e4d406 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -889,6 +889,36 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'apex-deploy-baremetal-os-odl_l2-sfc-noha-{stream1}' + predefined-parameters: | + BUILD_DIRECTORY=apex-build-{stream1}/build + OPNFV_CLEAN=yes + git-revision: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + block: true + - trigger-builds: + - project: 'functest-apex-{daily-slave}-daily-{stream1}' + predefined-parameters: + DEPLOY_SCENARIO=os-odl_l2-sfc-noha + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'yardstick-apex-{slave}-daily-{stream1}' + predefined-parameters: + DEPLOY_SCENARIO=os-odl_l2-sfc-noha + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' - job-template: name: 'apex-gs-clean-{stream}' |