Use parallel directory processing for Lint when no path is specified or a support file is touched
Categories
(Developer Infrastructure :: Lint and Formatting, task, P2)
Tracking
(firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
At the moment, if a developer does ./mach eslint
or changes a support file, then we run lint in single-process mode, rather than multi-process.
I have a patch that fixes this.
Assignee | ||
Comment 1•6 years ago
|
||
Comment 4•5 years ago
|
||
Backed out changeset 9b60a11f4550 for causing failures in mozlint/test/test_roller.py
Backout link: https://hg.mozilla.org/integration/autoland/rev/f45e3b4314a1c83ce14be7afa1ea2ab43d154f45
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=290984731&repo=autoland&lineNumber=486
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Backed out for lint failures on test_support_files.py
Backout link: https://hg.mozilla.org/integration/autoland/rev/912a56bb367db0c2de3d260b0129e70bf911b3d8
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=291272948&repo=autoland&lineNumber=511
Also Linting opt : https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=291292268&repo=autoland&lineNumber=1073
Assignee | ||
Comment 8•5 years ago
|
||
(In reply to Narcis Beleuzu [:NarcisB] from comment #7)
Backed out for lint failures on test_support_files.py
Backout link: https://hg.mozilla.org/integration/autoland/rev/912a56bb367db0c2de3d260b0129e70bf911b3d8
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=291272948&repo=autoland&lineNumber=511
Strange, will look at this.
Also Linting opt : https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=291292268&repo=autoland&lineNumber=1073
This has nothing to do with this patch.
Comment 10•5 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•