From ab3f23fca9e5a524abab14cbe4b97a030623cfee Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 10 Nov 2016 14:23:31 -0500 Subject: [PATCH] Apex: Disables ODL functest smoke verify In stable/newton there are bugs in neutron and OVS which are causing functionality to fail in ODL. ODL will still deploy, but OS will not function correctly. Therefore temporarily we will disable ODL smoke tests to make headway on other features unrelated to ODL in OPNFV. Change-Id: I7ed2a1b696c9be14fa85b8c33bc07e4c3bfe9378 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 89965d77b..643972bd2 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -220,13 +220,13 @@ git-revision: false block: true same-node: true - - trigger-builds: - - project: 'functest-apex-{verify-slave}-suite-{stream}' - predefined-parameters: | - DEPLOY_SCENARIO=os-odl_l2-nofeature-ha - FUNCTEST_SUITE_NAME=healthcheck - block: true - same-node: true +# - trigger-builds: +# - project: 'functest-apex-{verify-slave}-suite-{stream}' +# predefined-parameters: | +# DEPLOY_SCENARIO=os-odl_l2-nofeature-ha +# FUNCTEST_SUITE_NAME=healthcheck +# block: true +# same-node: true - 'apex-workspace-cleanup' - job-template: -- 2.16.6