]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
prune-quay.py: limit shaman search to ceph project
authorDan Mick <dmick@redhat.com>
Thu, 4 Mar 2021 19:51:04 +0000 (11:51 -0800)
committerDan Mick <dmick@redhat.com>
Mon, 8 Mar 2021 19:54:44 +0000 (11:54 -0800)
Some of the searches were broad enough to find hits in other projects

Signed-off-by: Dan Mick <dmick@redhat.com>
quay-pruner/build/prune-quay.py

index 6703691354d4f05e5dc25b7193b84ff8e74fbe88..861d863dfde7e4e474681cd004e66242b46e36bd 100755 (executable)
@@ -66,6 +66,7 @@ def parse_quay_tag(tag):
 def query_shaman(ref, sha1, el):
 
     params = {
+        'project': 'ceph',
         'flavor': 'default',
         'status': 'ready',
     }