diff options
author | Tim Rozet <trozet@redhat.com> | 2016-04-08 16:58:39 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-04-08 16:58:39 -0400 |
commit | a7d5c2dc94b4212bb0aa60ef200cbfca4c59a5c8 (patch) | |
tree | 3ca537c560438027b21fda0b2989459810fb9081 | |
parent | 1bb2dbc9d552611c00f072e1369a2c02dc9a5676 (diff) |
Apex: adds bgpvpn scenario to daily
Also triggers functest/yardstick on scenario
Change-Id: I447777449289dc6ecd7072d45b5e3f661e080983
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 89b0a9343..ce60ed3b9 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -45,6 +45,7 @@ scenario: - 'os-nosdn-nofeature-ha' - 'os-odl_l2-nofeature-ha' + - 'os-odl_l2-bgpvpn-ha' - 'os-odl_l2-sfc-noha' - 'os-odl_l3-nofeature-ha' - 'os-onos-nofeature-ha' @@ -527,6 +528,30 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'apex-deploy-baremetal-os-odl_l2-bgpvpn-ha-{stream2}' + predefined-parameters: + BUILD_DIRECTORY=apex-build-{stream2}/build_output + git-revision: true + block: true + - trigger-builds: + - project: 'functest-apex-{slave}-daily-{stream2}' + predefined-parameters: + DEPLOY_SCENARIO=os-odl_l2-bgpvpn-ha + block: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'yardstick-apex-{slave}-daily-{stream2}' + predefined-parameters: + DEPLOY_SCENARIO=os-odl_l2-bgpvpn-ha + block: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' # Master Daily - job-template: |