From 06f6425c0c9f835c2f163f97fccd6a3ce77e1a87 Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Thu, 29 Nov 2018 11:21:11 -0600 Subject: [PATCH] Add openjdk11 to jenkins matrix --- build.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build.yaml b/build.yaml index d9f707f5a7f..ae5f3499869 100644 --- a/build.yaml +++ b/build.yaml @@ -11,6 +11,8 @@ schedules: # Exclude java8 with all versions exception 2.1 and latest - java: openjdk8 cassandra: ['2.2', '3.0'] + - java: openjdk11 + cassandra: ['2.1', '2.2', '3.0'] env_vars: | TEST_GROUP="short" disable_commit_status: true @@ -22,9 +24,9 @@ schedules: schedule: nightly matrix: exclude: - # Run jdk8 on bionic, 6 and 7 on trusty + # Run jdk8 and 11 on bionic, 6 and 7 on trusty - os: ubuntu/trusty64/java-driver - java: ['openjdk8'] + java: ['openjdk8','openjdk11'] - os: ubuntu/bionic64/java-driver java: ['openjdk6','openjdk7'] branches: @@ -41,9 +43,9 @@ schedules: schedule: adhoc matrix: exclude: - # Run jdk8 on bionic, 6 and 7 on trusty + # Run jdk8 and 11 on bionic, 6 and 7 on trusty - os: ubuntu/trusty64/java-driver - java: ['openjdk8'] + java: ['openjdk8','openjdk11'] - os: ubuntu/bionic64/java-driver java: ['openjdk6','openjdk7'] branches: @@ -59,6 +61,7 @@ java: - openjdk6 - openjdk7 - openjdk8 + - openjdk11 os: - ubuntu/trusty64/java-driver - ubuntu/bionic64/java-driver