Skip to content

Commit a6fd275

Browse files
authored
Add openjdk11 to jenkins matrix (apache#1142)
1 parent 140fe5b commit a6fd275

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

build.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ schedules:
1111
# Exclude java8 with all versions exception 2.1 and latest
1212
- java: openjdk8
1313
cassandra: ['2.2', '3.0']
14+
- java: openjdk11
15+
cassandra: ['2.1', '2.2', '3.0']
1416
env_vars: |
1517
TEST_GROUP="short"
1618
disable_commit_status: true
@@ -22,9 +24,9 @@ schedules:
2224
schedule: nightly
2325
matrix:
2426
exclude:
25-
# Run jdk8 on bionic, 6 and 7 on trusty
27+
# Run jdk8 and 11 on bionic, 6 and 7 on trusty
2628
- os: ubuntu/trusty64/java-driver
27-
java: ['openjdk8']
29+
java: ['openjdk8','openjdk11']
2830
- os: ubuntu/bionic64/java-driver
2931
java: ['openjdk6','openjdk7']
3032
branches:
@@ -41,9 +43,9 @@ schedules:
4143
schedule: adhoc
4244
matrix:
4345
exclude:
44-
# Run jdk8 on bionic, 6 and 7 on trusty
46+
# Run jdk8 and 11 on bionic, 6 and 7 on trusty
4547
- os: ubuntu/trusty64/java-driver
46-
java: ['openjdk8']
48+
java: ['openjdk8','openjdk11']
4749
- os: ubuntu/bionic64/java-driver
4850
java: ['openjdk6','openjdk7']
4951
branches:
@@ -59,6 +61,7 @@ java:
5961
- openjdk6
6062
- openjdk7
6163
- openjdk8
64+
- openjdk11
6265
os:
6366
- ubuntu/trusty64/java-driver
6467
- ubuntu/bionic64/java-driver

0 commit comments

Comments
 (0)