@@ -4,13 +4,12 @@ schedules:
44 schedule : per_commit
55 matrix :
66 exclude :
7- # Exclude all builds on old jdk versions (which are done on trusty)
8- - os : ubuntu/trusty64/java-driver
9- - os : ubuntu/bionic64/java-driver
10- java : ['openjdk6','openjdk7']
11- # Exclude java8 with all versions exception 2.1 and latest
7+ # Exclude all builds on old jdk versions
8+ - java : ['openjdk6','openjdk7']
9+ # Exclude java8 with all versions except latest
1210 - java : openjdk8
1311 cassandra : ['2.2', '3.0']
12+ # Exclude java11 with all versions except latest
1413 - java : openjdk11
1514 cassandra : ['2.1', '2.2', '3.0']
1615 env_vars : |
@@ -22,13 +21,6 @@ schedules:
2221 nightly :
2322 # Run full suite nightly on change for all primary branches if they have changes.
2423 schedule : nightly
25- matrix :
26- exclude :
27- # Run jdk8 and 11 on bionic, 6 and 7 on trusty
28- - os : ubuntu/trusty64/java-driver
29- java : ['openjdk8','openjdk11']
30- - os : ubuntu/bionic64/java-driver
31- java : ['openjdk6','openjdk7']
3224 branches :
3325 # regex matches primary branch format (2.1, 3.x, 3.0.x, 3.1.x, etc).
3426 include : ["/\\d+(\\.[\\dx]+)+/"]
@@ -41,13 +33,6 @@ schedules:
4133 adhoc :
4234 # Adhoc job for non-primary braches that doesn't have a schedule but may be used to run all configs.
4335 schedule : adhoc
44- matrix :
45- exclude :
46- # Run jdk8 and 11 on bionic, 6 and 7 on trusty
47- - os : ubuntu/trusty64/java-driver
48- java : ['openjdk8','openjdk11']
49- - os : ubuntu/bionic64/java-driver
50- java : ['openjdk6','openjdk7']
5136 branches :
5237 # regex matches primary branch format (2.1, 3.x, 3.0.x, 3.1.x, etc).
5338 exclude : ["/\\d+(\\.[\\dx]+)+/"]
6348 - openjdk8
6449 - openjdk11
6550os :
66- - ubuntu/trusty64/java-driver
6751 - ubuntu/bionic64/java-driver
6852cassandra :
6953 - ' 2.1'
0 commit comments