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-vshankar-testing-20250110.122509-reef-debug~13^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=48a087e0109b2e3fd35dc3141e329ccd2641f517;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 (cherry picked from commit 49e76c23de1b5c1f1e84e50a6d8207329ce4093e) --- 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 722d78f8a41..00000000000 --- a/qa/suites/rgw/verify/tasks/s3tests-java.yaml +++ /dev/null @@ -1,6 +0,0 @@ -tasks: -- s3tests-java: - client.0: - force-branch: ceph-reef - 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..722d78f8a41 --- /dev/null +++ b/qa/suites/rgw/verify/tasks/zzz-s3tests-java.yaml @@ -0,0 +1,6 @@ +tasks: +- s3tests-java: + client.0: + force-branch: ceph-reef + force-repo: https://github.com/ceph/java_s3tests.git +