Add a new variant to run mochitest-media (Mda) on GPU worker in order to test hardware decoding on CI
Categories
(Core :: Audio/Video: Playback, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Depends on 1 open bug)
Details
Attachments
(2 files)
Currently our mochitest media task only runs on the regular worker, which doesn't support hardware decoding. We should enable test coverage for hardware decoding as well.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D189026
Updated•1 year ago
|
Pushed by alwu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7ccf0ea62192 add 'media-gpu' variant to run media tests on the gpu worker. r=ci-and-tooling,jmaher https://hg.mozilla.org/integration/autoland/rev/3a29d3fc8d01 add 'mda_gpu' in mochitest manifest parsing. r=jmaher
Assignee | ||
Comment 4•1 year ago
•
|
||
FYI, for enabling hw decoding tests on the try server, now I only enable them on Windows and MacOS. But we can enable it on Linux as well in the future (there are some errors which need to be fixed first) so that we will be able to have test coverage for VAAPI.
Comment 5•1 year ago
|
||
(In reply to Alastor Wu [:alwu] from comment #4)
FYI, for enabling hw decoding tests on the try server, now I only enable them on Windows and MacOS. But we can enable it on Linux as well in the future (there are some errors which need to be fixed first) so that we will be able to have test coverage for VAAPI.
Should work on Linux too, I'm not aware of any HW decoding errors. On Intel hardware it's enabled by default for release now.
Assignee | ||
Comment 6•1 year ago
•
|
||
Oh sorry for the confusion. I didn't enable Linux in this patch because on Linux I saw some debug assertion failures on the try server (but release test worked well) I just need to investigate what happen on the assertion failure and then we can enable hw decoding test on Linux. My NI is simply letting you know about now we're able to test hw decoding on the try server as well.
Comment 7•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7ccf0ea62192
https://hg.mozilla.org/mozilla-central/rev/3a29d3fc8d01
Description
•