Closed
Bug 1047166
Opened 11 years ago
Closed 9 years ago
self-serve should use allthethings to get list of nightly and pgo builders
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1325371
People
(Reporter: nthomas, Unassigned)
References
Details
(Keywords: buildapi)
Currently it looks up the recent builder names in the db, but the matching criteria are hard to get right (bug 846104). Checking against allthethings at lets us
* filter by branch (builders[<buildername>]['properties']['branch'])
* filter by nightly job (builders[<buildername>]['properties']['nightly_build'])
to get a list of current builders.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•