From b3d57ed4f4108ad1aaf0e445fd045d58b743ee77 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Mon, 11 Apr 2016 10:17:56 +0300 Subject: [PATCH] Switch Beryllium LISP perf job to jdk8 Since lispflowmapping works well with jdk8, I see no reason to have different JDKs for Beryllium and Boron+, which is another variable that's different between the tests. While it should not siginificantly affect performance, I would feel better if we ran all tests with the same JDK. Change-Id: I5f4b239064f6c3bff7f00640c3eab01bf6051b85 Signed-off-by: Lorand Jakab --- jjb/lispflowmapping/lispflowmapping-csit-performance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/lispflowmapping/lispflowmapping-csit-performance.yaml b/jjb/lispflowmapping/lispflowmapping-csit-performance.yaml index 46fe80361..c76676d0a 100644 --- a/jjb/lispflowmapping/lispflowmapping-csit-performance.yaml +++ b/jjb/lispflowmapping/lispflowmapping-csit-performance.yaml @@ -16,7 +16,7 @@ jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' - jre: 'openjdk7' + jre: 'openjdk8' install: - only: -- 2.36.6