aboutsummaryrefslogtreecommitdiff
path: root/jdk8-build-and-test.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-15 10:07:04 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-15 09:25:16 +0000
commit920ed8a94fc54f6697dff1d585367c5aefa1cc97 (patch)
treeabc11e181d8484ead757aafffa82a261f2abb650 /jdk8-build-and-test.yaml
parent8d7826af898c2b152dca81040b5a398a74e63049 (diff)
jdk: Synch jdk8 & 11 with jdkX jobs
The new configuration was made to jdkX, now that is tested, make the same changes for jdk8 and jdk11. Change-Id: I2664f0e4bb2507b6d2382c59e7cec5b4cf67e2f8
Diffstat (limited to 'jdk8-build-and-test.yaml')
-rw-r--r--jdk8-build-and-test.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jdk8-build-and-test.yaml b/jdk8-build-and-test.yaml
index 5fbe02b6..5a507d14 100644
--- a/jdk8-build-and-test.yaml
+++ b/jdk8-build-and-test.yaml
@@ -48,6 +48,19 @@
- name: jdk8-build-image
current-parameters: true
kill-phase-on: FAILURE
+ # Get depenencies for subsequent jobs.
+ - multijob:
+ name: 'Get Deps'
+ condition: ALWAYS
+ projects:
+ - name: jdk8-get-deps
+ current-parameters: true
+ kill-phase-on: FAILURE
+# FIXME - set SPECjbb2015 benchmark continuation condition from SUCCESSFUL to ALWAYS
+# Exception in thread "main" java.util.ServiceConfigurationError:
+# org.spec.jbb.core.comm.connectivity.ConnectivityProvider:
+# Provider org.spec.jbb.core.comm.connectivity.GrizzlyNioProvider could not be instantiated
+# Caused by: java.lang.IllegalStateException: java.lang.RuntimeException: java.lang.NullPointerException
- multijob:
name: 'SPECjbb2015 benchmark'
condition: SUCCESSFUL