From: Dan Mick Date: Fri, 8 Nov 2019 04:43:05 +0000 (-0800) Subject: ceph-dev-new, quay-pruner: cephci/daemon-base -> ceph-ci/ceph X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1435%2Fhead;p=ceph-build.git ceph-dev-new, quay-pruner: cephci/daemon-base -> ceph-ci/ceph name change requested by @liewegas Signed-off-by: Dan Mick --- diff --git a/ceph-dev-new/config/definitions/ceph-dev-new.yml b/ceph-dev-new/config/definitions/ceph-dev-new.yml index 83e9d92d..5d587178 100644 --- a/ceph-dev-new/config/definitions/ceph-dev-new.yml +++ b/ceph-dev-new/config/definitions/ceph-dev-new.yml @@ -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: diff --git a/quay-pruner/build/prune-quay.py b/quay-pruner/build/prune-quay.py index 093bbdf7..ba29d118 100755 --- a/quay-pruner/build/prune-quay.py +++ b/quay-pruner/build/prune-quay.py @@ -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):