This is an automated email from the ASF dual-hosted git repository.
edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1aabf2d Drop JDK8 and enable all JDK17 tests for C* 5.0 patch by
Ekaterina Dimitrova; reviewed by Michael Semb Wever, Berenguer Blasi, Jeremiah
Jordan and Jacek Lewandowski for CASSANDRA-18225
1aabf2d is described below
commit 1aabf2d9682ed4f4d014cb48f352c06637e7c2e7
Author: Ekaterina Dimitrova <[email protected]>
AuthorDate: Tue Jul 18 16:31:11 2023 -0400
Drop JDK8 and enable all JDK17 tests for C* 5.0
patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever, Berenguer
Blasi, Jeremiah Jordan and Jacek Lewandowski for CASSANDRA-18225
---
jenkins-dsl/cassandra_job_dsl_seed.groovy | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 7c9c708..2610e51 100755
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -107,12 +107,8 @@ def isSplittableTest(targetName) {
def jdks(branchName, targetName) {
if (branchName == 'trunk' || branchName ==~ /cassandra-5.\d+/) {
- if (targetName == 'test' || targetName == 'test-cdc' || targetName ==
'test-compression' || targetName == 'long-test' || targetName == 'jvm-dtest') {
- // todo – remove when jdk17 failures in unit and jvm-dtest are
fixed
- return ['jdk_1.8_latest','jdk_11_latest']
- } else if (!targetName.endsWith('dtest-upgrade')) {
- //return ['jdk_11_latest', 'jdk_17_latest'] // CASSANDRA-18255
- return ['jdk_1.8_latest','jdk_11_latest', 'jdk_17_latest']
+ if (!targetName.endsWith('dtest-upgrade')) {
+ return ['jdk_11_latest', 'jdk_17_latest']
} else {
// upgrade tests need an overlapping jdk
return ['jdk_11_latest']
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]