Confirmed users
1,905
edits
(add a link about fixes) |
|||
| Line 41: | Line 41: | ||
== Architecture == | == Architecture == | ||
The system | The system has several moving parts: | ||
* a | * modifications to TBPL that write orange comments to a database | ||
* a [http:// | * a [http://pulse.mozilla.org/ Mozilla Pulse] consumer that listens for buildbot messages that are generated when unit tests are finished | ||
* a unittest [http://hg.mozilla.org/automation/logparser/ logparser] | * a unittest [http://hg.mozilla.org/automation/logparser/ logparser], that parses buildbot logs, and feeds the resulting data into ElasticSearch | ||
* a web dashboard that pulls data from the database and displays various interesting statistics about it | * an instance of [http://www.elasticsearch.org/ ElasticSearch], which is hosted by the Metrics team, that stores the parsed log data and the TBPL bug data | ||
* a [http://brasstacks.mozilla.com/orangefactor/ web dashboard] that pulls data from the database and displays various interesting statistics about it | |||
== Making Oranges Interesting == | == Making Oranges Interesting == | ||