From 34496f429f87f107467235a2233730974c483970 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 26 Jul 2016 13:28:52 -0400 Subject: [PATCH] Apex: adds ODL SFC to daily Change-Id: I993c459d012bddbcd4db041ada17aa9133d0bbf4 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index f380233cc..604e4d406 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -889,6 +889,36 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'apex-deploy-baremetal-os-odl_l2-sfc-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-odl_l2-sfc-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-odl_l2-sfc-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