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)

x86
macOS
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: armenzg, Assigned: mpressman)

References

Details

I need it to do a very important testing for bug 702504
I'm not sure you're clear enough on this bug. What is MozillaTest-Non-PGO?
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.
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
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: server-ops-database → mpressman
completed

mysql> insert into branches values (null, 'MozillaTest-Non-PGO');
Query OK, 1 row affected (0.00 sec)
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
Thanks!
No longer blocks: 702504
Blocks: 710233
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.