Skip to content

Commit 91c45ed

Browse files
committed
Remove oraclejdk10
It's no longer in our images, will add openjdk11 once we update our images.
1 parent 38d6acc commit 91c45ed

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

build.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ schedules:
1111
# Exclude java8 with all versions exception 2.1 and latest
1212
- java: openjdk8
1313
cassandra: ['2.2', '3.0']
14-
- java: oraclejdk10
15-
cassandra: ['2.1', '2.2', '3.0']
1614
env_vars: |
1715
TEST_GROUP="short"
1816
disable_commit_status: true
@@ -24,9 +22,9 @@ schedules:
2422
schedule: nightly
2523
matrix:
2624
exclude:
27-
# Run jdk8 and 10 on bionic, 6 and 7 on trusty
25+
# Run jdk8 on bionic, 6 and 7 on trusty
2826
- os: ubuntu/trusty64/java-driver
29-
java: ['openjdk8','oraclejdk10']
27+
java: ['openjdk8']
3028
- os: ubuntu/bionic64/java-driver
3129
java: ['openjdk6','openjdk7']
3230
branches:
@@ -43,9 +41,9 @@ schedules:
4341
schedule: adhoc
4442
matrix:
4543
exclude:
46-
# Run jdk8 and 10 on bionic, 6 and 7 on trusty
44+
# Run jdk8 on bionic, 6 and 7 on trusty
4745
- os: ubuntu/trusty64/java-driver
48-
java: ['openjdk8','oraclejdk10']
46+
java: ['openjdk8']
4947
- os: ubuntu/bionic64/java-driver
5048
java: ['openjdk6','openjdk7']
5149
branches:
@@ -61,7 +59,6 @@ java:
6159
- openjdk6
6260
- openjdk7
6361
- openjdk8
64-
- oraclejdk10
6562
os:
6663
- ubuntu/trusty64/java-driver
6764
- ubuntu/bionic64/java-driver

0 commit comments

Comments
 (0)