From: Dan Mick Date: Thu, 4 Mar 2021 19:51:04 +0000 (-0800) Subject: prune-quay.py: limit shaman search to ceph project X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c50d1789c46f01acafd841d4085abf0cc8802d35;p=ceph-build.git prune-quay.py: limit shaman search to ceph project Some of the searches were broad enough to find hits in other projects Signed-off-by: Dan Mick --- diff --git a/quay-pruner/build/prune-quay.py b/quay-pruner/build/prune-quay.py index 67036913..861d863d 100755 --- a/quay-pruner/build/prune-quay.py +++ b/quay-pruner/build/prune-quay.py @@ -66,6 +66,7 @@ def parse_quay_tag(tag): def query_shaman(ref, sha1, el): params = { + 'project': 'ceph', 'flavor': 'default', 'status': 'ready', }