From 00b34a14cfa0121cf99ba1811b97b80f04e11056 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 19 Aug 2016 11:30:00 -0400 Subject: [PATCH] Apex: adds nosdn ovs dpdk scenario to daily Change-Id: I14524233a88dc6937456da79cd435768bacecfc8 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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}' -- 2.16.6