| .ruff.toml |
|
86 |
| __init__.py |
Used to register Gecko specific extensions.
Args:
graph_config: The graph configuration object.
|
3145 |
| actions |
|
|
| config.py |
|
5594 |
| decision.py |
Parse the try syntax out of a commit message, returning '' if none is
found.
|
18633 |
| docker.py |
Build a context.tar for image with specified name. |
1859 |
| files_changed.py |
Support for optimizing tasks based on the set of files that have changed.
|
2622 |
| filter_tasks.py |
Target the tasks which have indicated they should be run on autoland
(rather than try) via the `run_on_projects` attributes.
Should do the same thing as the `default` target tasks method.
|
3639 |
| loader |
|
|
| main.py |
|
21098 |
| manifests |
|
|
| morph.py |
Graph morphs are modifications to task-graphs that take place *after* the
optimization phase.
These graph morphs are largely invisible to developers running `./mach`
locally, so they should be limited to changes that do not modify the meaning of
the graph.
|
9418 |
| optimize |
|
|
| parameters.py |
|
5540 |
| target_tasks.py |
Filter out tasks that run via cron.
|
64227 |
| test |
|
|
| transforms |
|
|
| util |
|
|