Open
Bug 2000023
Opened 2 months ago
Updated 2 months ago
Add symbolication dependencies to all mochitest profiling jobs
Categories
(Testing :: Mochitest, task)
Testing
Mochitest
Tracking
(Not tracked)
NEW
People
(Reporter: animalan, Unassigned)
References
Details
(Whiteboard: [fxp])
Add the symbolication dependencies (samply, symbolicator-cli) introduced in the patch to Bug 1970961 to every mochitest job (that's worth profiling). Potential problems with this should be identified and investigated.
As of now, the dependencies are only provided in CI when the --profileroption is used (i.e. ./mach try fuzzy --profiler) to run the mochitest tests. However, there are times where profiles are generated even when the --profiler option is not used (for example, mochitest hang profiles.) In these cases, the fallback symbolication is used (not ideal) since the job does not have samply or symbolicator-cli.
| Reporter | ||
Updated•2 months ago
|
| Reporter | ||
Updated•2 months ago
|
Whiteboard: [fxp]
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•