From 73d9131839c391e3d0ba656001252843b20be53a Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Thu, 12 Dec 2019 16:09:07 -0500 Subject: [PATCH] qa: add force-branch to suites running s3readwrite & s3roundtrip tasks Signed-off-by: Ali Maredia --- qa/suites/rados/basic/tasks/rgw_snaps.yaml | 1 + qa/suites/rgw/multifs/tasks/rgw_readwrite.yaml | 1 + qa/suites/rgw/multifs/tasks/rgw_roundtrip.yaml | 1 + qa/suites/rgw/thrash/workload/rgw_readwrite.yaml | 1 + qa/suites/rgw/thrash/workload/rgw_roundtrip.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/qa/suites/rados/basic/tasks/rgw_snaps.yaml b/qa/suites/rados/basic/tasks/rgw_snaps.yaml index 2a9746391e9e..fdc9f2a51fed 100644 --- a/qa/suites/rados/basic/tasks/rgw_snaps.yaml +++ b/qa/suites/rados/basic/tasks/rgw_snaps.yaml @@ -28,6 +28,7 @@ tasks: - default.rgw.log - s3readwrite: client.0: + force-branch: ceph-master rgw_server: client.0 readwrite: bucket: rwtest diff --git a/qa/suites/rgw/multifs/tasks/rgw_readwrite.yaml b/qa/suites/rgw/multifs/tasks/rgw_readwrite.yaml index c7efaa1c7579..84f013e223a0 100644 --- a/qa/suites/rgw/multifs/tasks/rgw_readwrite.yaml +++ b/qa/suites/rgw/multifs/tasks/rgw_readwrite.yaml @@ -4,6 +4,7 @@ tasks: - rgw: [client.0] - s3readwrite: client.0: + force-branch: ceph-master rgw_server: client.0 readwrite: bucket: rwtest diff --git a/qa/suites/rgw/multifs/tasks/rgw_roundtrip.yaml b/qa/suites/rgw/multifs/tasks/rgw_roundtrip.yaml index 47b3c1894a22..07ae92454589 100644 --- a/qa/suites/rgw/multifs/tasks/rgw_roundtrip.yaml +++ b/qa/suites/rgw/multifs/tasks/rgw_roundtrip.yaml @@ -4,6 +4,7 @@ tasks: - rgw: [client.0] - s3roundtrip: client.0: + force-branch: ceph-master rgw_server: client.0 roundtrip: bucket: rttest diff --git a/qa/suites/rgw/thrash/workload/rgw_readwrite.yaml b/qa/suites/rgw/thrash/workload/rgw_readwrite.yaml index e4e68286848e..c24ac7441dd0 100644 --- a/qa/suites/rgw/thrash/workload/rgw_readwrite.yaml +++ b/qa/suites/rgw/thrash/workload/rgw_readwrite.yaml @@ -1,6 +1,7 @@ tasks: - s3readwrite: client.0: + force-branch: ceph-master rgw_server: client.0 readwrite: bucket: rwtest diff --git a/qa/suites/rgw/thrash/workload/rgw_roundtrip.yaml b/qa/suites/rgw/thrash/workload/rgw_roundtrip.yaml index 621683aeb1b8..56a88603280c 100644 --- a/qa/suites/rgw/thrash/workload/rgw_roundtrip.yaml +++ b/qa/suites/rgw/thrash/workload/rgw_roundtrip.yaml @@ -1,6 +1,7 @@ tasks: - s3roundtrip: client.0: + force-branch: ceph-master rgw_server: client.0 roundtrip: bucket: rttest -- 2.47.3