Closed
Bug 1271965
Opened 9 years ago
Closed 8 years ago
Split mochitest_other into mochitest_chrome and mochitest_a11y on opt builds
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1338610
People
(Reporter: jgraham, Unassigned)
References
Details
Moth causes problems for treeherder since it assumes that there is only one error summary per job, and that job produces two. This leads to bad data, and slowness as tasks are retried.
It seems like this split was made for debug builds in the gecko 44 timeframe. Is there any reason we can't do it for opt builds as well?
Reporter | ||
Comment 1•9 years ago
|
||
Armen: I'm not sure if you're the best person to ask, but is there some reason not to split these jobs out? If you aren't the best person to ask, do you know who is?
Flags: needinfo?(armenzg)
Comment 2•9 years ago
|
||
jmaher and I worked on this together.
My vague recollection was that there were too many Linux builders at the time but I can't tell [1]
At the same time, we're going to be adding a new gpu jobs which is a collection of multiple harnesses.
What could be done for Treeherder and these kind of jobs to work better together instead of splitting them up?
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1211889#c29
Flags: needinfo?(armenzg)
Reporter | ||
Comment 3•9 years ago
|
||
Do we know if the builder situation has improved in the interim e.g. by removing project branches?
This could work better in buildbot if we stored some extra information with the job e.g. the error summary filename. But this is the only job we have that requires that, so it's very annoying to make the backend more complex just to support this single oddball.
Comment 4•9 years ago
|
||
I don't see a problem with doing this- I believe as we just turned off a lot of linux64 builders we have room- :jgraham, feel free to polish up our old patch!
Comment 5•9 years ago
|
||
> This could work better in buildbot if we stored some extra information with the job e.g. the error summary filename.
Would you mind ellaborating more about this? I'm happy to improve this if the gpu job will have the same problems.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Resolution: INCOMPLETE → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•