diff options
author | Tim Rozet <trozet@redhat.com> | 2016-05-28 17:12:01 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-05-28 17:12:01 -0400 |
commit | cc684c41e9314d6a587fe4e7170715ff0e8c76e1 (patch) | |
tree | 0cb4931257f19355432ef505231d06d64a735acb | |
parent | abf00874c02f5c9776368473081a420d6496c049 (diff) |
Apex: Fixes yardstick/functest for daily
Also adds ODL_L2 to daily
Change-Id: Ic9e29d440988ff2eba42ae314cfc0f86313092f2
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yml | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index aac65dd68..bad84f46e 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -34,7 +34,7 @@ branch: 'master' gs-pathname: '' block-stream: 'brahmaputra' - slave: 'intel-pod7' + slave: 'lf-pod1' verify-slave: 'apex-verify-master' daily-slave: 'apex-daily-master' @@ -671,6 +671,34 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'apex-deploy-baremetal-os-odl_l2-nofeature-ha-{stream1}' + predefined-parameters: | + BUILD_DIRECTORY=apex-build-{stream1}/build + OPNFV_CLEAN=yes + git-revision: true + same-node: true + block: true + - trigger-builds: + - project: 'functest-apex-{slave}-daily-{stream1}' + predefined-parameters: + DEPLOY_SCENARIO=os-odl_l2-nofeature-ha + 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-nofeature-ha + 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}' |