From: Vasu Kulkarni Date: Fri, 16 Mar 2018 23:25:09 +0000 (-0700) Subject: qa/tests: use stable branch for single node tests X-Git-Tag: v13.1.0~438^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20979%2Fhead;p=ceph.git qa/tests: use stable branch for single node tests Signed-off-by: Vasu Kulkarni --- diff --git a/qa/suites/smoke/1node/tasks/ceph-deploy.yaml b/qa/suites/smoke/1node/tasks/ceph-deploy.yaml index 5a3092304f02..b482959a26d7 100644 --- a/qa/suites/smoke/1node/tasks/ceph-deploy.yaml +++ b/qa/suites/smoke/1node/tasks/ceph-deploy.yaml @@ -4,4 +4,5 @@ meta: and verify all the cli works and cluster can reach HEALTH_OK state(implicty verifying the daemons via init). tasks: -- ceph_deploy.single_node_test: null +- ceph_deploy.single_node_test: + ceph-deploy-branch: '1.5.39-stable'