Closed
Bug 1091217
Opened 11 years ago
Closed 11 years ago
Add gaia-autoland treeherder project
Categories
(Tree Management :: Treeherder, defect, P2)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jlal, Unassigned)
References
Details
Add a project to treeherder to show results of pending autoland commits.
| Reporter | ||
Comment 1•11 years ago
|
||
Basically you just need to add another project here https://github.com/mozilla/treeherder-service/blob/master/treeherder/model/fixtures/repository.json
Updated•11 years ago
|
Component: Gaia → Treeherder
Product: Firefox OS → Tree Management
Summary: Add gaia-autoland treeherder project. → Add gaia-autoland treeherder project
Version: unspecified → ---
Comment 2•11 years ago
|
||
To do this I need the values for each of:
"fields": {
"dvcs_type": "hg",
"name": "gaia-try",
"url": "https://hg.mozilla.org/integration/gaia-try",
"active_status": "active",
"codebase": "gaia",
"repository_group": 3,
"description": ""
}
The groups are from:
https://github.com/mozilla/treeherder-service/blob/master/treeherder/model/fixtures/repository_group.json
Updated•11 years ago
|
Flags: needinfo?(jlal)
OS: Mac OS X → All
Priority: -- → P2
Hardware: x86 → All
Comment 3•11 years ago
|
||
Closing this out for now to clean up the bug queries.
Please reopen when you have the values in comment 2 :-)
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(jlal)
Resolution: --- → INCOMPLETE
Comment 4•11 years ago
|
||
Currently this is just using gaia-try. It might be nice to have a new project, but I'm not sure there's much benefit to do so? Anyway, if there is benefit to having our own project we'll re-open with the requested info.
You need to log in
before you can comment on or make changes to this bug.
Description
•