__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`.
|
18204 |
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.
|
7902 |
distro_package.py |
Support for running spidermonkey jobs via dedicated scripts
|
8239 |
hazard.py |
Support for running hazard jobs via dedicated scripts
|
2240 |
mach.py |
Support for running mach tasks (via run-task)
|
2760 |
mozharness.py |
Support for running jobs via mozharness. Ideally, most stuff gets run this
way, and certainly anything using mozharness should use this approach.
|
13547 |
mozharness_test.py |
Account for different platforms that name their test packages differently |
17369 |
python_test.py |
Support for running mach python-test tasks (via run-task)
|
1368 |
run_task.py |
Support for running jobs that are invoked via the `run-task` script.
|
9673 |
spidermonkey.py |
Support for running spidermonkey jobs via dedicated scripts
|
3708 |
toolchain.py |
Support for running toolchain-building jobs via dedicated scripts
|
10196 |