diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-19 11:30:00 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-19 11:30:00 -0400 |
commit | 00b34a14cfa0121cf99ba1811b97b80f04e11056 (patch) | |
tree | bf5c0aafb85ee73e95287a7a80f2257de13ef9a7 /jjb/apex | |
parent | 083d02c006ef71b1d21a5d348b9f00fb497ad46a (diff) |
Apex: adds nosdn ovs dpdk scenario to daily
Change-Id: I14524233a88dc6937456da79cd435768bacecfc8
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 1655dc488..4650fcdea 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -55,6 +55,7 @@ - 'os-nosdn-nofeature-noha' - 'os-nosdn-nofeature-ha' - 'os-nosdn-nofeature-ha-ipv6' + - 'os-nosdn-ovs-noha' - 'os-nosdn-fdio-noha' - 'os-odl_l2-nofeature-ha' - 'os-odl_l2-bgpvpn-ha' @@ -992,6 +993,36 @@ block-thresholds: build-step-failure-threshold: 'never' block: true + - trigger-builds: + - project: 'apex-deploy-baremetal-os-nosdn-ovs-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-nosdn-ovs-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-nosdn-ovs-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}' |