Lines Matching +full:qemu +full:- +full:project
3 # Copyright (c) 2019-2020 Red Hat, Inc.
9 # later. See the COPYING file in the top-level directory.
38 result = subprocess.run(['git', 'rev-parse', branch],
74 # project + commit. If this assumption is false, we can add further
77 msg = "No pipeline found for project %s and commit %s" % (project_id,
91 msg = ("Timeout (-t/--timeout) of %i seconds reached, "
122 prog='pipeline-status',
125 parser.add_argument('-t', '--timeout', type=int, default=7200,
129 parser.add_argument('-i', '--interval', type=int, default=60,
133 parser.add_argument('-w', '--wait', action='store_true', default=False,
136 parser.add_argument('-p', '--project-id', type=int, default=11167699,
137 help=('The GitLab project ID. Defaults to the project '
138 'for https://gitlab.com/qemu-project/qemu, that '
140 parser.add_argument('-b', '--branch', type=str, default="staging",
144 parser.add_argument('-c', '--commit',
150 parser.add_argument('--verbose', action='store_true', default=False,