Port bug 1885361: Implement an optimization that reads mozlint configs
Categories
(Thunderbird :: Upstream Synchronization, enhancement)
Tracking
(Not tracked)
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file)
skip-unless-mozlint is likely moving into gecko_taskgraph, adjust comm_taskgraph accordingly.
| Assignee | ||
Comment 1•2 years ago
|
||
SkipUnlessMozlint is now in gecko_taskgraph and received a minor facelift so
that the code can be used for Firefox CI as well as Thunderbird.
The strategy needs to be registered in comm_taskgraph.optimize to set the
function for getting a list of changed files and the path to the mozlint config
files. It does not need to be listed in optimizations (used for kind.yml
validation) as that will be brought in from gecko_taskgraph.
This reduces the configuration needed in the job itself, all that's needed is
the mozlint yaml filename.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Pushed by sean@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/04280cf02516
Port bug 1885361: Refactor for SkipUnlessMozlint moving to gecko_taskgraph. r=dandarnell
Comment 3•2 years ago
|
||
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/0c73b92af5cf
Port bug 1885361: Refactor for SkipUnlessMozlint moving to gecko_taskgraph. r=dandarnell
Description
•