зеркало из https://github.com/mozilla/treeherder.git
continuous-integrationdjangodjango-rest-frameworkdockerdocker-composemozillapythonreactreactjstreeherder
7b6fa25402
This adds an autoclassify command and a detect_intermittents command. The former is designed to take an incoming job with an error summary and look for existing results marked as intermittent that are a close match for the new result. At present only one matcher is implemented; this requires an exact match in terms of test name, result and error message. Matching is also constrained to be based on single lines; it is anticipated that future iterations may add support for matching on groups of lines. The detect_intermittents command is designed to take a group of jobs running on the same push and with the same build job (i.e. same testsuite, same chunk, etc.) and look for new intermittents to add to the database. This currently only looks for test failures where there is at least one green job and one non-green job. There is currently no UI for seeing matches or for adding new prototypical intermittents as match candidates. There is also no integration with bugzilla; future development should add association of frequent intermittents with bugs. |
||
---|---|---|
bin | ||
deployment | ||
dist | ||
docker | ||
docs | ||
puppet | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
ui | ||
.coveragerc | ||
.dockerignore | ||
.eslintrc | ||
.gitignore | ||
.landscape.yaml | ||
.slugignore | ||
.travis.yml | ||
Dockerfile | ||
Gruntfile.js | ||
LICENSE.txt | ||
Procfile | ||
README.md | ||
Vagrantfile | ||
fig.yml | ||
manage.py | ||
package.json | ||
pylintrc | ||
requirements.txt | ||
runtests.sh | ||
runtime.txt | ||
setup.cfg | ||
setup.py | ||
web-server.js |
README.md
treeherder
Description
Treeherder is a reporting dashboard for Mozilla checkins. It allows users to see the results of automatic builds and their respective tests. The Treeherder service manages the etl layer for data ingestion, web services, and the data model behind Treeherder.
Instances
Treeherder exists on two instances, stage for pre-deployment validation, and production for actual use.
Installation
The steps to run Treeherder are provided here.
The steps to run only the UI are provided here.
Links
Visit our project tracking Wiki at: https://wiki.mozilla.org/Auto-tools/Projects/Treeherder
Visit our readthedocs page for other setup and configuration at: https://treeherder.readthedocs.org/
File any bugs you may encounter here.