Closed
Bug 705854
Opened 13 years ago
Closed 13 years ago
Please add MozillaTest-Non-PGO to graphs staging DB
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: mpressman)
References
Details
I need it to do a very important testing for bug 702504
Comment 1•13 years ago
|
||
I'm not sure you're clear enough on this bug. What is MozillaTest-Non-PGO?
Reporter | ||
Comment 2•13 years ago
|
||
Before we only had the "MozillaTest" branch for testing purposes but few weeks ago we created a new Non-ProfiledGuidedOptimization type of build which reports on the "MozillaTest-Non-PGO" branch.
Without this branch, I can test any talos jobs as they fail trying to post to an unknown branch.
Let me know if this is more clear or if you have further questions.
Comment 3•13 years ago
|
||
Can you get with the app-devs for the graphs server? They usually supply us with SQL to run for this. Often there's settings that need to be initialized when the branch is created, too. Oh, for bug 505803 to get fixed... :)
reopen this when you have SQL
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Reporter | ||
Comment 4•13 years ago
|
||
Hi,
Can you please run this command on the staging graphs DB?
insert into branches values (NULL,"MozillaTest-Non-PGO");
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-database → mpressman
Assignee | ||
Comment 5•13 years ago
|
||
completed
mysql> insert into branches values (null, 'MozillaTest-Non-PGO');
Query OK, 1 row affected (0.00 sec)
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•13 years ago
|
||
Thanks!
Updated•10 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•