Our jenkins server stores the logs for all of the test jobs related to a
commit on http://logs.openstack.org, organized by the commit hash. To
review the logs after a job runs, most developers start with the message
jenkins leaves on gerrit, and click through to the log files. Not all
jenkins jobs are triggered by or related to a gerrit review, though (e.g,
release tags).

"git os-job" makes it easy to find those logs by finding the hash of the
commit and using it to build the right URL. It will then either print the
URL or open a web browser directly.

You can download the package from
https://pypi.python.org/pypi/git-os-jobor install it with pip:

  $ pip install git-os-job

See the project page on github for more details:

https://github.com/dhellmann/git-os-job

Enjoy,
Doug
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to