Closed
Bug 1110241
Opened 11 years ago
Closed 10 years ago
Datazilla pushlog is gone
Categories
(Datazilla Graveyard :: Metrics, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ekyle, Unassigned)
References
Details
Looks like Datazilla staging servers are gone. dzAlerts used one to grab the pushlog dates. dzAlerts must be changed to digest pushlog from hg directly.
| Reporter | ||
Comment 1•11 years ago
|
||
Some code changes required:
* Must use TreeHerder repo api to know what the pushlog urls are - fixed
* TreeHerder does not use the "-non-pgo" prefix, datazilla does - fixed
* TreeHerder does not allow "." in branch name, datazilla does - fixed
* TreeHerder has reference to Try, datazilla did not - now pulling Try too
* hg is too slow when looking up "NULL" revision (yea, it happens) - optimized
* ".e" is used to indicate e10s switched on - fixed
* Some tests have no results - deal with them
* TreeHerder references "mozilla-central", Datazilla references "Firefox" for the same - made map function
* add pushdate=testdate when no revision is found after a ?week? of trying
| Reporter | ||
Comment 2•11 years ago
|
||
One more change:
The alerting routine was turned off during the reloading of the cluster to avoid what happened last time: occasional false alerts based on incomplete loading. It seems dzAlerts could not swallow the whole 3 months at once (well, blame MySQL). Added a limit to reduce the SQL query sizes.
| Reporter | ||
Comment 3•10 years ago
|
||
dzAlerts is a dead project
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•