An OpenStack third-party CI monitoring tool
Go to file
apoorvad f52b39f483 Add highlight Jenkins +1 functionality
Currently ciwatch highlights Jenkins -1 votes, but many
third party CIs pick up Gerrit events only when Jenkins
has voted +1. Hence it is important to highlight vendor
CI failures when Jenkins has verified the change set.

Closes-Bug: #1516110

Change-Id: I5635d344404c21206d7cae049f81fb1f2067ec09
2015-11-16 22:38:44 +00:00
ciwatch Add highlight Jenkins +1 functionality 2015-11-16 22:38:44 +00:00
doc/source Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
.coveragerc Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
.gitignore Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
.gitreview Added .gitreview 2015-10-05 22:17:09 +00:00
.testr.conf Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
CONTRIBUTING.rst Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
HACKING.rst Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
LICENSE Add CI Watch, a third-party CI monitoring dashboard 2015-10-06 11:58:39 -05:00
MANIFEST.in Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
README.rst Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
ci-watch.conf.sample Add CI Watch, a third-party CI monitoring dashboard 2015-10-06 11:58:39 -05:00
ciwatch.wsgi Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
requirements.txt Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
run.py Allow external access by default 2015-10-06 11:58:42 -05:00
setup.cfg Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
setup.py Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
test-requirements.txt Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
tox.ini Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00

README.rst

CI Watch

CI Watch is a CI monitoring dashboard that shows voting history for existing CIs and more.

State of the project

This project is a work in progress and the code is pretty rough in some places.

TODO

  • Add tests.
  • Use a different cache other than SimpleCache. It is not threadsafe. We should use something like redis instead.

These items are far from the only work needed for this project.

Acknowledgements

This code was originally forked from John Griffith's sos-ci project. Some of it can still be found in the code and configuration file.