]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/rgw: force s3 java tests to run gradle on Java 8 61010/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Mon, 9 Dec 2024 22:23:59 +0000 (17:23 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 11 Dec 2024 15:28:07 +0000 (10:28 -0500)
commit1c2954648362c450c3e90fa6b72814de8eeeafa2
treee537eded1af7e1fcccff268af6a5c40601fcfc41
parent15e7c89869051a3074d8201bd49c7b85c419418f
qa/rgw: force s3 java tests to run gradle on Java 8

Previously gradle would run using the default Java version. This looks
for Java 8 using `alternatives` and sets JAVA_HOME to the
corresponding directory prior to launching gradle.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
qa/tasks/s3tests_java.py