Skip to main content

No project description provided

Project description

Retrieves job URLs from OpenStack Zuul for a particular review number.

Installation

The easiest method is to use pip:

pip install zuul_get

Running the script

Provide a six-digit gerrit review number as an argument to retrieve the CI job URLs from Zuul’s JSON status file:

$ python zuul_get.py 345997
+-------------------------------------+---------+--------------------------------+
| Jobs for 345997                     |         |                                |
+-------------------------------------+---------+--------------------------------+
| gate-openstack-ansible-releasenotes | SUCCESS | telnet://149.202.190.246:19885 |
| gate-openstack-ansible-docs         | SUCCESS | telnet://172.99.106.146:19885  |
| gate-openstack-ansible-linters      | None    | telnet://23.253.148.52:19885   |
| gate-openstack-ansible-dsvm-commit  | None    | telnet://23.253.151.120:19885  |
+-------------------------------------+---------+--------------------------------+

The script will throw an error if the review doesn’t have an acttive CI job:

$ python zuul_get.py 345998
Couldn't find any jobs for review 345998

Contributing

Pull requests and GitHub issues are always welcome!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zuul_get-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page