Closed
Bug 547310
Opened 16 years ago
Closed 16 years ago
Add new mobile branches to graph server
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: jhford)
References
Details
Attachments
(1 file)
|
1.63 KB,
patch
|
anodelman
:
review+
|
Details | Diff | Splinter Review |
We need to add some talos branches for the results on-device testing.
This patch adds mobile-electrolysis and mobile-places
I don't know where to put the branches for try in the repository (i am using the 1.0 tag).
I think the sql that I need run on production graph server is:
insert into branches values (NULL,"mobile-electrolysis");
insert into branches values (NULL,"mobile-places");
and the sql I need for graphs-stage is:
insert into branches values (NULL,"mobile-electrolysis");
insert into branches values (NULL,"mobile-places");
insert into branches values (NULL,"mobile-try");
| Assignee | ||
Updated•16 years ago
|
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #427835 -
Flags: review?(anodelman)
Updated•16 years ago
|
Attachment #427835 -
Flags: review?(anodelman) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
running of sql code is tracked in bug 548150
| Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•