bc0b48b262
This commit changes all the references to 'builds-4h' to 'buildbot_text'. Following are the changed files along with the no. of occurences that have been changed in each. 1. tests/etl/test_buildapi.py: 3 occurences 2. tests/sample_data/job_data.txt: 304 occurences 3. treeherder/etl/buildapi.py: 1 occurence 4. treeherder/model/sample_data/job_data.json.sample: 2 occurences In treeherder/webapp/api/logslice.py, a conditional was removed. The todo above it instructed it to be removed once this bug was addressed. To make sure all tests run properly, three files were renamed. Only the portion of the filename that said 'builds-4h' was changed to say 'buildbot_text'. |
||
---|---|---|
bin | ||
deployment | ||
docker | ||
docs | ||
puppet | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
.landscape.yaml | ||
.travis.yml | ||
Dockerfile | ||
LICENSE.txt | ||
README.md | ||
Vagrantfile | ||
fig.yml | ||
manage.py | ||
runtests.sh | ||
setup.cfg | ||
setup.py |
README.md
treeherder-service
Description
Treeherder is a reporting dashboard for Mozilla checkins. It allows users to see the results of automatic builds and their respective tests. Treeherder-service manages the etl layer for data ingestion, web services, and the data model behind Treeherder.
Treeherder is comprised of this repo for providing those back end services, and several other component repos:
- treeherder-ui for the front end UI.
- treeherder-client for data submission.
- treeherder-node NodeJS interface.
Instances
Treeherder exists on three instances, dev for treeherder development, stage for pre-deployment validation, and production for actual use.
Installation
The steps to install the treeherder-service 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-service.readthedocs.org/en/latest/index.html
File any bugs you may encounter here.