diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-30 17:46:13 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-06-30 17:46:13 -0400 |
commit | 256774b7850932536f02f77647c5d64056aa66be (patch) | |
tree | 7dfca08732a5ede8c30f16b73e273142604bbc80 | |
parent | e7d7573b9bc086783b6067d5b394e4e1d4de5933 (diff) |
Apex: adds ONOS to daily master
Change-Id: I042fa315f970d6289c2d20b922215babdfcaba69
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index ffd20bff0..578024e07 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -732,6 +732,34 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'apex-deploy-baremetal-os-onos-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-{daily-slave}-daily-{stream1}' + predefined-parameters: + DEPLOY_SCENARIO=os-onos-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-onos-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}' |