Closed
Bug 693686
Opened 13 years ago
Closed 13 years ago
PGO talos is submitting to the Firefox-Non-PGO tree
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(3 files)
1.12 KB,
patch
|
jhford
:
review-
|
Details | Diff | Splinter Review |
1.08 KB,
patch
|
armenzg
:
review+
|
Details | Diff | Splinter Review |
1.23 KB,
patch
|
coop
:
review+
|
Details | Diff | Splinter Review |
This is a fallout from bug 658313.
If we look at this:
https://tbpl.mozilla.org/?jobname=pgo
we can grab a Windows talos tp log:
https://tbpl.mozilla.org/php/getParsedLog.php?id=6786954&tree=Firefox&full=1
we can see that tp5_shutdown_paint posted to Firefox-Non-PGO:
http://graphs.mozilla.org/graph.html#tests=[[128,94,496]]
This affects Fedora12, Fedora12x64, Win7 and WinXp.
We have to fix the branch name:
> 'python' 'PerfConfigurator.py' '-v' '-e' '../firefox/firefox' '-t' 'talos-r3-w7-034' '-b' '1.9.2' '--branchName' 'Firefox-Non-PGO' '--resultsServer' 'graphs.mozilla.org' '--resultsLink' '/server/collect.cgi' '--activeTests' 'tp5' '--mozAfterPaint' '--symbolsPath' '../symbols'
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 566268 [details] [diff] [review]
PGO builds should post to $branch rather than $branch-Non-PGO
We should be looking at branchConfig['add_pgo_builders'] instead. I have a patch that fixes this issue, will post it shortly.
Attachment #566268 -
Flags: review?(jhford) → review-
Comment 3•13 years ago
|
||
Before removing my printf debugging lines, some sample output. MozillaTest is the talos branch we use for all staging test runs.
Rev3 WINNT 5.1 mozilla-1.9.2 talos tp4 - MozillaTest
Rev3 WINNT 5.1 mozilla-inbound talos tp - MozillaTest-Non-PGO
Rev3 WINNT 5.1 mozilla-inbound pgo talos tp - MozillaTest
Rev3 WINNT 5.1 build-system talos tp - MozillaTest
Attachment #566310 -
Flags: review?(armenzg)
Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 566310 [details] [diff] [review]
another idea
Review of attachment 566310 [details] [diff] [review]:
-----------------------------------------------------------------
This is good. I was already trying this same approach but I was not being able to make the output match what I wanted. I probably was doing something wrong.
Feel free to land it any time. I can do a reconfig in the morning if it doesn't happen today.
Attachment #566310 -
Flags: review?(armenzg) → review+
Comment 5•13 years ago
|
||
Ok, i'll land it now. Thanks for doing the reconfig!
Comment 6•13 years ago
|
||
Comment on attachment 566310 [details] [diff] [review]
another idea
http://hg.mozilla.org/build/buildbotcustom/rev/f71f88ea9719
Attachment #566310 -
Flags: checked-in?
Updated•13 years ago
|
Flags: needs-reconfig?
Comment 7•13 years ago
|
||
Masters have been reconfig'd with this change.
Flags: needs-reconfig? → needs-reconfig+
Assignee | ||
Comment 8•13 years ago
|
||
This hasn't worked:
| Rev3 Fedora 12 mozilla-central pgo talos tp on 2011-10-12 04:02:57 PDT for push e0ae39a3298e
| python PerfConfigurator.py -v -e ../firefox/firefox-bin -t talos-r3-fed-009 -b 1.9.2 --branchName Firefox-Non-PGO --resultsServer graphs.mozilla.org --resultsLink /server/collect.cgi --activeTests tp5 --mozAfterPaint --symbolsPath ../symbols
Assignee | ||
Comment 9•13 years ago
|
||
Attachment #566524 -
Flags: review?(coop)
Updated•13 years ago
|
Attachment #566524 -
Flags: review?(coop) → review+
Assignee | ||
Comment 10•13 years ago
|
||
This is now fixed:
http://graphs-new.mozilla.org/graph.html#tests=[[115,1,1],[115,1,14],[115,1,12],[115,1,15]]&sel=none&displayrange=7&datatype=running
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•10 years ago
|
Attachment #566310 -
Flags: checked-in?
You need to log in
before you can comment on or make changes to this bug.
Description
•