ubuntu1804 - refactor pulseaudio initialization
Categories
(Firefox Build System :: Task Configuration, enhancement)
Tracking
(Not tracked)
People
(Reporter: egao, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
Currently, the start-pulseaudio
step is in the base harness that is run by all test instances, not just Linux:
https://searchfox.org/mozilla-central/source/testing/mozharness/scripts/desktop_unittest.py#613-635
This should be considered a kludge as platform-specific items should not be located in a harness script run by all platforms.
Once debian10 works stabilizes, investigate if possible to move this step to a Linux specific piece of code.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Reporter | ||
Comment 3•5 years ago
|
||
Changes:
- move mozharness call to load the
module-null-sink
to the base class. - rename method to better reflect the intended action.
Updated•5 years ago
|
Comment 4•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 5•3 years ago
|
||
This is marked as blocking the move to 18.04, but that happened awhile back. Plus we're likely going to be migrating to a newer Ubuntu some point in the next year or so. So going to mark this as WFM.
Description
•