]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-new, quay-pruner: cephci/daemon-base -> ceph-ci/ceph 1435/head
authorDan Mick <dan.mick@redhat.com>
Fri, 8 Nov 2019 04:43:05 +0000 (20:43 -0800)
committerDan Mick <dan.mick@redhat.com>
Mon, 11 Nov 2019 23:19:30 +0000 (15:19 -0800)
name change requested by @liewegas

Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-dev-new/config/definitions/ceph-dev-new.yml
quay-pruner/build/prune-quay.py

index 83e9d92d177e767677ffb3d30609ac80446e06b1..5d5871788b3edebca83bfa9caa6de53c2d953e0f 100644 (file)
@@ -77,8 +77,8 @@ If this is checked, then the binaries will be built and pushed to chacra even if
 
       - string:
           name: CONTAINER_REPO_ORGANIZATION
-          description: "For CI_CONTAINER: Name of container repo organization (i.e. 'cephci')"
-          default: "cephci"
+          description: "For CI_CONTAINER: Name of container repo organization (i.e. 'ceph-ci')"
+          default: "ceph-ci"
 
     builders:
       - multijob:
index 093bbdf78c2d2cb093c5b0696cbce70f2cf1a76b..ba29d1182300bf4ee5431da656c5b719b4222f5c 100755 (executable)
@@ -7,7 +7,7 @@ import requests
 import sys
 
 QUAYBASE = "https://quay.io/api/v1"
-REPO = "cephci/daemon-base"
+REPO = "ceph-ci/ceph"
 
 
 def get_all_quay_tags(quaytoken):