From nobody Fri Dec 19 20:36:14 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1563371407; cv=none; d=zoho.com; s=zohoarc; b=AMhggBD/HAW3T9pCL2As9MngsoLacewnFgv+27jJ9eVTeNGgW/amRSbZkbEgd7lzeJ7JYeAptdWONWYVgcSDUGXQuH7BVc01wq5+fbr46nwKeuStOk9pozbSWoi9u/rlRisEUmcEXQkrVKGQ0CvScLFK9MJrsQF0V6W3YoR5WjQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563371407; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=U66WHpHcAogLNUcodk9og59Ug4MPeypV7s3m2j1qgAs=; b=EKD0SAW/42zzXOXCzc+2Fb7WsktFykbwjLg067qwSRjQRVzTq2BO00zw3TWiZU+G5KwGGXIyOeXESRUkrha5VVYxPz3nmxHg5e5U1gyg50H2cdOAefF09p+1mJixkeITjLtf1f5Dz/sgI0hiq+DJOoIPb7mmHBNfdfaDQkC2PH0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1563371407919695.0183572987218; Wed, 17 Jul 2019 06:50:07 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0B4A286671; Wed, 17 Jul 2019 13:50:06 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C38341824A; Wed, 17 Jul 2019 13:50:05 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 5DA3F1972D; Wed, 17 Jul 2019 13:50:05 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x6HDo3Fh025605 for ; Wed, 17 Jul 2019 09:50:03 -0400 Received: by smtp.corp.redhat.com (Postfix) id D1582614C4; Wed, 17 Jul 2019 13:50:03 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 56FA21798D for ; Wed, 17 Jul 2019 13:49:59 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 17 Jul 2019 15:49:22 +0200 Message-Id: <20190717134929.10540-14-abologna@redhat.com> In-Reply-To: <20190717134929.10540-1-abologna@redhat.com> References: <20190717134929.10540-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH v2 13/20] quayadmin: Add show-trigger command X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 17 Jul 2019 13:50:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- guests/quayadmin | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/guests/quayadmin b/guests/quayadmin index 99c7a27..cd989b3 100755 --- a/guests/quayadmin +++ b/guests/quayadmin @@ -196,6 +196,31 @@ def run_list_triggers(config, args): print(trigger["id"]) =20 =20 +def run_show_trigger(config, args): + endpoint =3D "/repository/{}/{}/trigger/{}".format(args.namespace, + args.repo, args.trigg= er) + + res =3D get(config, endpoint, debug=3Dargs.debug) + + if has_error(args.quiet, res, 200, + "Cannot query trigger {} for repository {}/{}" + .format(args.trigger, args.namespace, args.repo)): + return 1 + + if args.quiet: + return 0 + + info =3D res.json() + + print("trigger:") + print(" namespace: {}".format(args.namespace)) + print(" repo: {}".format(args.repo)) + print(" id: {}".format(args.trigger)) + print(" source_repo: {}".format(info["config"]["build_source"])) + print(" source_path: {}".format(info["config"]["dockerfile_path"])) + print(" activatable: {}".format(info["can_invoke"])) + + def add_arg_namespace(parser): parser.add_argument("namespace", help=3D"Organization or user name") =20 @@ -208,6 +233,10 @@ def add_arg_desc(parser): parser.add_argument("desc", help=3D"Repository description") =20 =20 +def add_arg_trigger(parser): + parser.add_argument("trigger", help=3D"Trigger ID") + + def build_parser_list_repos(subparser): parser =3D subparser.add_parser("list-repos", help=3D"List container r= epositories") =20 @@ -253,6 +282,16 @@ def build_parser_list_triggers(subparser): add_arg_repo(parser) =20 =20 +def build_parser_show_trigger(subparser): + parser =3D subparser.add_parser("show-trigger", help=3D"Show trigger i= nformation") + + parser.set_defaults(func=3Drun_show_trigger) + + add_arg_namespace(parser) + add_arg_repo(parser) + add_arg_trigger(parser) + + def build_parser(): parser =3D argparse.ArgumentParser( description=3D"quay.io client admin tool" @@ -270,6 +309,7 @@ def build_parser(): build_parser_delete_repo(subparser) =20 build_parser_list_triggers(subparser) + build_parser_show_trigger(subparser) =20 return parser =20 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list