From 3edb0f8fa12294b47c336ae5f312ae571ddb0cdc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 13 Nov 2019 17:14:51 +0000 Subject: [PATCH] qa/tasks/ceph2: pull ceph-ci/ceph:$branch Signed-off-by: Sage Weil --- qa/tasks/ceph2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/tasks/ceph2.py b/qa/tasks/ceph2.py index d1010dc1bbb..d9df71c5af3 100644 --- a/qa/tasks/ceph2.py +++ b/qa/tasks/ceph2.py @@ -749,8 +749,8 @@ def task(ctx, config): if branch in ['master', 'nautilus']: ctx.image = 'ceph/daemon-base:latest-%s-devel' % branch else: -# ctx.image = 'ceph-ci/ceph:%s' % branch - ctx.image = 'cephci/daemon-base:%s' % branch + ctx.image = 'ceph-ci/ceph:%s' % branch +# ctx.image = 'cephci/daemon-base:%s' % branch log.info('Cluster image is %s' % ctx.image) # uuid -- 2.47.3