blob: c9cd7c458989ec77bacd645cd5145351443ff73c [file] [log] [blame]
{
"test-jobs": {
"path": "jobs.py",
"script": "run",
"parser": "create_parser",
"help": "List test jobs that should run for a set of commits",
"virtualenv": false
},
"make-hosts-file": {
"path": "make_hosts_file.py",
"script": "run",
"parser": "create_parser",
"help": "Output a hosts file to stdout",
"virtualenv": false
},
"tc-download": {
"path": "tc/download.py",
"script": "run",
"parser": "get_parser",
"parse_known": true,
"help": "Download logs from taskcluster",
"virtualenv": true,
"install": [
"requests",
"pygithub"
]
},
"tc-taskgraph": {
"path": "tc/taskgraph.py",
"script": "run",
"help": "Build the taskgraph",
"virtualenv": true,
"install": [
"requests",
"pyyaml"
]
},
"tc-decision": {
"path": "tc/decision.py",
"parser": "get_parser",
"script": "run",
"help": "Run the decision task",
"virtualenv": true,
"install": [
"requests",
"pyyaml",
"taskcluster"
]
}
}