Closed Bug 691924 Opened 13 years ago Closed 13 years ago

please run the following sql on the production graph server db

Categories

(Data & BI Services Team :: DB: MySQL, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jhford, Assigned: dumitru)

References

Details

This is needed for the PGO work going in tomorrow.

Please run this sql on the graphserver at your earliest convenience.

insert into branches values (NULL,"Firefox-Non-PGO");
insert into branches values (NULL,"Firefox-Release-Non-PGO");
insert into branches values (NULL,"Firefox3.0-Non-PGO");
insert into branches values (NULL,"Firefox3.0-Release-Non-PGO");
insert into branches values (NULL,"Firefox3.5-Non-PGO");
insert into branches values (NULL,"Firefox3.5-Release-Non-PGO");
insert into branches values (NULL,"Firefox3.6-Non-PGO");
insert into branches values (NULL,"Firefox3.6-Release-Non-PGO");
insert into branches values (NULL,"Firefox4.0-Non-PGO");
insert into branches values (NULL,"Firefox4.0-Release-Non-PGO");
insert into branches values (NULL,"TraceMonkey-Non-PGO");
insert into branches values (NULL,"Fennec-Non-PGO");
insert into branches values (NULL,"MozillaTest-Non-PGO");
insert into branches values (NULL,"Places-Non-PGO");
insert into branches values (NULL,"Electrolysis-Non-PGO");
insert into branches values (NULL,"Firefox-Lorentz-Non-PGO");
insert into branches values (NULL,"Graphics-Non-PGO");
insert into branches values (NULL,"Services-Central-Non-PGO");
insert into branches values (NULL,"Build-System-Non-PGO");
insert into branches values (NULL,"Try-Non-PGO");
insert into branches values (NULL,"Maple-Non-PGO");
insert into branches values (NULL,"Cedar-Non-PGO");
insert into branches values (NULL,"Birch-Non-PGO");
insert into branches values (NULL,"Jaegermonkey-Non-PGO");
insert into branches values (NULL,"SeaMonkey-Non-PGO");
insert into branches values (NULL,"Addonsmgr-Non-PGO");
insert into branches values (NULL,"SeaMonkey2.0-Non-PGO");
insert into branches values (NULL,"SeaMonkey2.1-Non-PGO");
insert into branches values (NULL,"SeaMonkey-Aurora-Non-PGO");
insert into branches values (NULL,"SeaMonkey-Beta-Non-PGO");
insert into branches values (NULL,"Shadow-Central-Non-PGO");
insert into branches values (NULL,"Devtools-Non-PGO");
insert into branches values (NULL,"Mozilla-Aurora-Non-PGO");
insert into branches values (NULL,"Mozilla-Beta-Non-PGO");
insert into branches values (NULL,"Mozilla-Beta-Release-Non-PGO");
insert into branches values (NULL,"Mozilla-Release-Non-PGO");
insert into branches values (NULL,"Mozilla-Release-Release-Non-PGO");
insert into branches values (NULL,"Mozilla-Inbound-Non-PGO");
insert into branches values (NULL,"Fx-Team-Non-PGO");
insert into branches values (NULL,"Ionmonkey-Non-PGO");
insert into branches values (NULL,"Alder-Non-PGO");
insert into branches values (NULL,"Holly-Non-PGO");
insert into branches values (NULL,"Larch-Non-PGO");
insert into branches values (NULL,"UX-Non-PGO");
insert into branches values (NULL,"mobile-try-Non-PGO");
insert into branches values (NULL,"AddonTester-Non-PGO");
Assignee: server-ops-releng → server-ops-database
Component: Server Operations: RelEng → Server Operations: Database
QA Contact: zandr → cshields
Done.
Assignee: server-ops-database → dgherman
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
(In reply to John Ford [:jhford] from comment #0)
> This is needed for the PGO work going in tomorrow.
> 
> Please run this sql on the graphserver at your earliest convenience.
> 
> insert into branches values (NULL,"SeaMonkey-Non-PGO");
> insert into branches values (NULL,"SeaMonkey2.0-Non-PGO");
> insert into branches values (NULL,"SeaMonkey2.1-Non-PGO");
> insert into branches values (NULL,"SeaMonkey-Aurora-Non-PGO");
> insert into branches values (NULL,"SeaMonkey-Beta-Non-PGO");
> insert into branches values (NULL,"Shadow-Central-Non-PGO");

SeaMonkey didn't actually need these (all our builds are non PGO at this time) but for clarity sake I guess this is fine ;-)
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.