A system for managing CI data for Mozilla projects
Перейти к файлу
James Graham 7b6fa25402 Bug 1204942 - First cut at autoclassify / intermittent orange detection.
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.
2015-09-21 22:47:19 +01:00
bin Bug 1204942 - First cut at autoclassify / intermittent orange detection. 2015-09-21 22:47:19 +01:00
deployment Bug 1201517 - Export a revision.txt containing the Git SHA on Heroku too 2015-09-08 17:22:24 +01:00
dist update grunt build 2015-09-04 13:23:01 -07:00
docker Bug 1199179 - Remove default Django SECRET_KEY 2015-08-28 10:03:15 +01:00
docs Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
puppet Bug 1204918 - upgrade to mysql 5.6 for local development 2015-09-15 16:17:48 +01:00
requirements Bug 1201140 - Add sqlparse to the requirements file 2015-09-15 10:19:31 +01:00
schemas Bug 1171575 - Treeherder should send pulse messages for cancel all 2015-07-22 09:58:37 -07:00
tests Bug 1204942 - First cut at autoclassify / intermittent orange detection. 2015-09-21 22:47:19 +01:00
treeherder Bug 1204942 - First cut at autoclassify / intermittent orange detection. 2015-09-21 22:47:19 +01:00
ui Merge pull request #980 from wlach/1206160 2015-09-21 15:13:34 -04:00
.coveragerc added some test coverage exclusions 2013-04-30 14:37:49 -07:00
.dockerignore Bug 1169916 - Stop using Cython to build the log parser 2015-06-30 14:51:57 +01:00
.eslintrc turn off no-catch-shadow eslint rule 2015-08-05 10:02:17 -07:00
.gitignore Bug 1197796 - Make WhiteNoise serve the static assets gzipped 2015-08-26 22:10:05 +01:00
.landscape.yaml Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
.slugignore Bug 1198053 - Add a .slugignore file to reduce Heroku slug size 2015-08-25 01:28:48 +01:00
.travis.yml Bug 1199179 - Remove default Django SECRET_KEY 2015-08-28 10:03:15 +01:00
Dockerfile Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
Gruntfile.js Bug 1206108 - Add grunt option to skip loading `devDependencies` tasks 2015-09-19 02:09:58 +01:00
LICENSE.txt Bug 1192801 - List the full MPL v2 license in LICENSE.txt 2015-08-18 23:29:32 +01:00
Procfile Bug 1192976 - Refactor performance data + store in master db 2015-09-14 10:16:25 -04:00
README.md Bug 1170706 - Remove the ReadMe-UI from the repo 2015-06-02 16:29:46 -04:00
Vagrantfile Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
fig.yml Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
manage.py Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
package.json Bug 1206108 - Pin load-grunt-tasks to v3.2.0 2015-09-19 02:09:59 +01:00
pylintrc Bug 1169939 - Add a first pass at a pylintrc to the repo 2015-06-01 17:14:34 +01:00
requirements.txt Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
runtests.sh Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
runtime.txt Bug 1176253 - Heroku: Remove licence boilerplate from runtime.txt 2015-06-19 22:39:36 +01:00
setup.cfg Bug 1201852 - Allow E125 and E129 errors in pyflakes. 2015-09-15 19:01:47 +01:00
setup.py Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
web-server.js Bug 1168770 - web-server.js: Serve index.html by default, if present 2015-05-28 11:13:30 +01:00

README.md

treeherder

Build Status Code Health Documentation Status

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.

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.