From d2acfa1c8d86318f9be5b736c63c76f395988924 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Fri, 12 Feb 2016 16:20:06 +0100 Subject: [PATCH] Add odl-clustering-test-app to verify-library csit job Needed by https://git.opendaylight.org/gerrit/33987 Timeout for Bug 4220 check set to 10 seconds. Also, Use Java7 for the job, as it uses Beryllium snapshot builds. Change-Id: If616a5cfd943b0d65450ff6d3f306caf10bd2703 Signed-off-by: Vratko Polak --- jjb/integration/integration-test-jobs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index 5bdbca521..3da167f62 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -284,19 +284,18 @@ controller-scope: 'only' - integration-controller-features: controller-features: > + odl-clustering-test-app, odl-openflowplugin-flow-services-ui, odl-bgpcep-pcep, odl-bgpcep-bgp, odl-netconf-connector-all - integration-test-options: - test-options: '-e adsal' + test-options: '-e adsal -v TIMEOUT_BUG_4220:10s' - integration-test-plan: test-plan: 'test-libraries.txt' - integration-patch-refspec: branch: '$GERRIT_REFSPEC' - - integration-jdk-version: - # {jdk} is from releng-defaults - jdkversion: '{jdk}' + # TODO: Use integration-jdk-version macro when switching to Boron scm: - integration-gerrit-scm: -- 2.36.6