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: v19.2.1~45^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7ebee35ecec41d81c9b228b06e9768cfbd8a418b;p=ceph.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 cbb1ab8b279b7..0000000000000 --- a/qa/suites/rgw/verify/tasks/s3tests-java.yaml +++ /dev/null @@ -1,6 +0,0 @@ -tasks: -- s3tests-java: - client.0: - force-branch: ceph-squid - 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 0000000000000..cbb1ab8b279b7 --- /dev/null +++ b/qa/suites/rgw/verify/tasks/zzz-s3tests-java.yaml @@ -0,0 +1,6 @@ +tasks: +- s3tests-java: + client.0: + force-branch: ceph-squid + force-repo: https://github.com/ceph/java_s3tests.git +