From 80f84baa94da42697d600848f8336eb9958cd586 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Fri, 16 Mar 2018 16:25:09 -0700 Subject: [PATCH] qa/tests: use stable branch for single node tests Signed-off-by: Vasu Kulkarni --- qa/suites/smoke/1node/tasks/ceph-deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/suites/smoke/1node/tasks/ceph-deploy.yaml b/qa/suites/smoke/1node/tasks/ceph-deploy.yaml index 5a3092304f027..b482959a26d7b 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' -- 2.39.5