Name Description Size
.ruff.toml 81
__init__.py Used to register Gecko specific extensions. Args: graph_config: The graph configuration object. 2772
actions
config.py 5930
decision.py Parse the try syntax out of a commit message, returning '' if none is found. 17491
docker.py Build a context.tar for image with specified name. 3110
files_changed.py Support for optimizing tasks based on the set of files that have changed. 3078
loader
main.py Filter all the tasks on basis of a regular expression and returns a new TaskGraph object 26676
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. 9387
optimize
parameters.py 5274
target_tasks.py Filter out tasks that run via cron. 59333
test
transforms
try_option_syntax.py 28514
util