зеркало из https://github.com/mozilla/treeherder.git
continuous-integrationdjangodjango-rest-frameworkdockerdocker-composemozillapythonreactreactjstreeherder
b4463cc9c1
* For Heroku Review Apps define tasks defaulting to the Firefox CI Taskcluster instance The Pulse sources are configured differently on Heroku Review Apps because `PULSE_PUSH_SOURCES` and `PULSE_TASK_SOURCES` are defined as arrays rather than a string. This is because `app.json` is a Json file and we cannot specify an array by mixing single & double quotes. * Bump the Redis and JawsDB add-ons to handle load * Remove ingesting android-components as it causes noise * Default LOGGING_LEVEL to INFO as we can handle the extra logging |
||
---|---|---|
.dependabot | ||
bin | ||
deployment/aws | ||
docker | ||
docs | ||
lints | ||
misc | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
ui | ||
.codecov.yml | ||
.dockerignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.neutrinorc.js | ||
.prettierignore | ||
.prettierrc.js | ||
.readthedocs.yml | ||
.renovaterc | ||
.slugignore | ||
.travis.yml | ||
.yarnrc | ||
CODE_OF_CONDUCT.md | ||
LICENSE.txt | ||
Procfile | ||
README.md | ||
app.json | ||
docker-compose.yml | ||
initialize_data.sh | ||
jest.config.js | ||
manage.py | ||
mkdocs.yml | ||
newrelic.ini | ||
package.json | ||
pylintrc | ||
requirements.txt | ||
runtests.sh | ||
runtime.txt | ||
setup.cfg | ||
webpack.config.js | ||
yarn.lock |
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/EngineeringProductivity/Projects/Treeherder
Visit our readthedocs page for other setup and configuration at: https://treeherder.readthedocs.io
File any bugs you may encounter here.