From c50d1789c46f01acafd841d4085abf0cc8802d35 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 4 Mar 2021 11:51:04 -0800 Subject: [PATCH] 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 --- quay-pruner/build/prune-quay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/quay-pruner/build/prune-quay.py b/quay-pruner/build/prune-quay.py index 670369135..861d863df 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', } -- 2.47.3