mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
Merge PR #32375 into master
* refs/pull/32375/head: qa/tasks/cephadm: ceph.git branches are now pushed to quay.io Reviewed-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
commit
7e19a507f9
@ -790,11 +790,7 @@ def task(ctx, config):
|
||||
# hmm, fall back to branch?
|
||||
branch = config.get('branch', 'master')
|
||||
ref = branch
|
||||
# FIXME when ceph-ci builds all branches
|
||||
if branch in ['master', 'nautilus']:
|
||||
ctx.ceph[cluster_name].image = 'ceph/daemon-base:latest-%s-devel' % branch
|
||||
else:
|
||||
ctx.ceph[cluster_name].image = 'quay.io/ceph-ci/ceph:%s' % branch
|
||||
ctx.ceph[cluster_name].image = 'quay.io/ceph-ci/ceph:%s' % branch
|
||||
log.info('Cluster image is %s' % ctx.ceph[cluster_name].image)
|
||||
|
||||
# uuid
|
||||
|
Loading…
Reference in New Issue
Block a user