From 44e8d3e71454b6544a02927728a63d266ee93bca Mon Sep 17 00:00:00 2001 From: A H Date: Mon, 2 Nov 2015 11:03:42 -0800 Subject: [PATCH] Changed the default JDK for Beryllium to JDK8. The first JDK listed in project.cfg will be used as the default JDK for non-verify type jobs. So this patch put openjdk8 first in the JDK list for Beryllium in project.cfg files. Change-Id: I12e8a82c65ed61dd9f965d92f0ff541eac361fe7 Signed-off-by: A H --- jjb/usc/usc.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/usc/usc.cfg b/jjb/usc/usc.cfg index 691d27ac2..a1883b379 100644 --- a/jjb/usc/usc.cfg +++ b/jjb/usc/usc.cfg @@ -4,5 +4,5 @@ STREAMS: jdks: openjdk7,openjdk8 - stable-lithium: branch: stable/lithium - jdks: openjdk7,openjdk8 + jdks: openjdk8,openjdk7 DEPENDENCIES: controller,yangtools,odlparent -- 2.36.6