revisit chunking of mochitest-media
Categories
(Testing :: General, enhancement, P2)
Tracking
(firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: egao, Assigned: egao)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Summary
mochitest-media
is currently run in 3 chunks except for certain platforms:
- android-emulators
- macosx64
- windows10-64
Looking at the baseline push, it appears there are unnecessary chunks at various places that run at <20 minutes per chunk.
Data
android-hw-p2-8-0-arm7-api-16/pgo: 11, 5, 7
windows7-32-shippable/opt: 20, 25, 15
linux64-shippable/opt: 16, 21, 9
Thoughts
There are some uneven chunking going on here, which is a repeating pattern with other tests.
Platforms such as android-hw.*
could likely have its chunks merged into 1 and the runtime will still fall below the 30 minute threshold.
debug
types will need larger chunk sizes, but opt
build types can likely be condensed into 2 chunks.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Try push:
Data
android-hw-p2-8-0: 1 chunk, 19 minutes (consolidated from the baseline above)
- setup time for this chunk was
0:01:45
, so extrapolating we saved ~3 minutes by eliminating 2 chunks
windows7-32-shippable/opt: unchanged in this push from baseline
linux64-shippable/opt:
Assignee | ||
Comment 2•6 years ago
|
||
Comment 4•6 years ago
|
||
bugherder |
Description
•