Name Description Size Coverage
__init__.py Convert a job description into a task description. Jobs descriptions are similar to task descriptions, but they specify how to run the job at a higher level, using a "run" field that can be interpreted by run-using handlers in `taskcluster/gecko_taskgraph/transforms/job`. 19289 -
common.py Common support for various job types. These functions are all named after the worker implementation they operate on, and take the same three parameters, for consistency. 7926 -
distro_package.py Support for running spidermonkey jobs via dedicated scripts 8032 -
hazard.py Support for running hazard jobs via dedicated scripts 2163 -
mach.py Support for running mach tasks (via run-task) 2389 -
mozharness.py Support for running jobs via mozharness. Ideally, most stuff gets run this way, and certainly anything using mozharness should use this approach. 12540 -
mozharness_test.py Account for different platforms that name their test packages differently 17963 -
python_test.py Support for running mach python-test tasks (via run-task) 1525 -
run_task.py Support for running jobs that are invoked via the `run-task` script. 9153 -
spidermonkey.py Support for running spidermonkey jobs via dedicated scripts 3569 -
toolchain.py Support for running toolchain-building jobs via dedicated scripts 10482 -