Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24040 )
Change subject: [infra] Update build-and-test.sh for Java 17 ...................................................................... [infra] Update build-and-test.sh for Java 17 This change adds the ability to switch between Java 8 and 17 during testing on dist-test/jenkins. If the string "JAVA8_OVERRIDE" is present in the commit message - in a single line, then the build will use Java 8, otherwise Java 17 will be the default. Change-Id: Id1d6d65fbd58a8c96d1dca958fc66207893bb99e (cherry picked from commit e81698be507a36e56499d68fb3454176b7626435) Reviewed-on: http://gerrit.cloudera.org:8080/24040 Reviewed-by: Marton Greber <[email protected]> Tested-by: Marton Greber <[email protected]> Reviewed-by: Gabriella Lotz <[email protected]> --- M build-support/dist_test.py M build-support/java-home-candidates.txt M build-support/jenkins/build-and-test.sh M build-support/run_dist_test.py M java/buildSrc/src/main/groovy/org/apache/kudu/gradle/DistTestTask.java M java/test-java-examples.sh 6 files changed, 176 insertions(+), 21 deletions(-) Approvals: Marton Greber: Looks good to me, approved; Verified Gabriella Lotz: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/24040 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id1d6d65fbd58a8c96d1dca958fc66207893bb99e Gerrit-Change-Number: 24040 Gerrit-PatchSet: 21 Gerrit-Owner: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
