Closed
Bug 677304
Opened 10 years ago
Closed 10 years ago
please add these branches to the production and staging
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: dumitru)
References
Details
Please run this SQL on the production graphserver database as well as the staging graphserver. It is to add branches that we are going to use for posting PGO results. insert into branches values (NULL,"Firefox-PGO"); insert into branches values (NULL,"TraceMonkey-PGO"); insert into branches values (NULL,"Fennec-PGO"); insert into branches values (NULL,"MozillaTest-PGO"); insert into branches values (NULL,"Places-PGO"); insert into branches values (NULL,"Electrolysis-PGO"); insert into branches values (NULL,"Firefox-Lorentz-PGO"); insert into branches values (NULL,"Graphics-PGO"); insert into branches values (NULL,"Services-Central-PGO"); insert into branches values (NULL,"Build-System-PGO"); insert into branches values (NULL,"Try-PGO"); insert into branches values (NULL,"Maple-PGO"); insert into branches values (NULL,"Cedar-PGO"); insert into branches values (NULL,"Birch-PGO"); insert into branches values (NULL,"Jaegermonkey-PGO"); insert into branches values (NULL,"Addonsmgr-PGO"); insert into branches values (NULL,"Devtools-PGO"); insert into branches values (NULL,"Mozilla-Aurora-PGO"); insert into branches values (NULL,"Mozilla-Beta-PGO"); insert into branches values (NULL,"Mozilla-Inbound-PGO"); insert into branches values (NULL,"Fx-Team-PGO"); insert into branches values (NULL,"Ionmonkey-PGO"); insert into branches values (NULL,"Alder-PGO"); insert into branches values (NULL,"Holly-PGO"); insert into branches values (NULL,"Larch-PGO"); insert into branches values (NULL,"UX-PGO");
Assignee | ||
Updated•10 years ago
|
Assignee: server-ops → dgherman
Assignee | ||
Comment 1•10 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•