]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/s3tests_java: move to gradle 6.0.1 32335/head
authorSage Weil <sage@redhat.com>
Wed, 18 Dec 2019 22:58:50 +0000 (16:58 -0600)
committerSage Weil <sage@redhat.com>
Wed, 18 Dec 2019 23:04:20 +0000 (17:04 -0600)
Also switch to using a stable symlink so that the version is determined by the branch.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/s3tests_java.py

index e14bb5ea7dd102f7129cdf86fda6ca3ac303c25b..5ccf46e8a43dd035c72c4da501a0250c35654db8 100644 (file)
@@ -314,7 +314,7 @@ class S3tests_java(Task):
             args = ['cd',
                     '{tdir}/s3-tests-java'.format(tdir=testdir),
                     run.Raw('&&'),
-                    '/opt/gradle/gradle-4.7/bin/gradle', 'clean', 'test',
+                    '/opt/gradle/gradle/bin/gradle', 'clean', 'test',
                     '--rerun-tasks', '--no-build-cache',
                     ]
             extra_args = []