From: Casey Bodley Date: Fri, 22 Nov 2024 16:19:37 +0000 (-0500) Subject: qa/rgw: the rgw/verify suite runs java tests last X-Git-Tag: testing/wip-mchangir-testing-PR59936-main-debug~3^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=49e76c23de1b5c1f1e84e50a6d8207329ce4093e;p=ceph-ci.git qa/rgw: the rgw/verify suite runs java tests last a band-aid for https://tracker.ceph.com/issues/68991 to make sure all other tests run before the failing java tests Signed-off-by: Casey Bodley --- diff --git a/qa/suites/rgw/verify/tasks/s3tests-java.yaml b/qa/suites/rgw/verify/tasks/s3tests-java.yaml deleted file mode 100644 index 9ad89cc6790..00000000000 --- a/qa/suites/rgw/verify/tasks/s3tests-java.yaml +++ /dev/null @@ -1,6 +0,0 @@ -tasks: -- s3tests-java: - client.0: - force-branch: ceph-master - force-repo: https://github.com/ceph/java_s3tests.git - diff --git a/qa/suites/rgw/verify/tasks/zzz-s3tests-java.yaml b/qa/suites/rgw/verify/tasks/zzz-s3tests-java.yaml new file mode 100644 index 00000000000..9ad89cc6790 --- /dev/null +++ b/qa/suites/rgw/verify/tasks/zzz-s3tests-java.yaml @@ -0,0 +1,6 @@ +tasks: +- s3tests-java: + client.0: + force-branch: ceph-master + force-repo: https://github.com/ceph/java_s3tests.git +