]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
prune-quay.py: add a few unconditional progress messages
authorDan Mick <dan.mick@redhat.com>
Sun, 30 Jun 2024 22:23:06 +0000 (15:23 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 2 Jul 2024 22:24:38 +0000 (15:24 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
quay-pruner/build/prune-quay.py

index 77975addabf74b71674a993f5710a5b352b6a758..7c185b1bb452cc688ae2548e34ce79b19b5d15b8 100755 (executable)
@@ -74,6 +74,7 @@ def query_shaman(ref, sha1, el):
 
     error = False
     if shaman_data is None:
+        print('Getting repo data from shaman for ceph builds', file=sys.stderr)
         params = {
             'project': 'ceph',
             'flavor': 'default',
@@ -215,6 +216,7 @@ def main():
                 'rb'
             ).read().strip().decode()
 
+    print('Getting ceph-ci container tags from quay.ceph.io', file=sys.stderr)
     quaytags = get_all_quay_tags(quaytoken)
 
     # build a map of digest to name(s) for detecting "same image"