summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/ci/commands.json
blob: 59463144967d782537a48a19a4d8a3a39a637eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "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
  },
  "regen-certs": {
    "path": "regen_certs.py",
    "script": "run",
    "parser": "get_parser",
    "help": "Regenerate the WPT certificates",
    "virtualenv": false
  },
  "update-built": {
    "path": "update_built.py",
    "script": "run",
    "parser": "get_parser",
    "help": "Update built tests",
    "virtualenv": true,
    "requirements": [
      "requirements_build.txt"
    ]
  },
  "tc-download": {
    "path": "tc/download.py",
    "script": "run",
    "parser": "get_parser",
    "parse_known": true,
    "help": "Download logs from taskcluster",
    "virtualenv": true,
    "requirements": [
      "requirements_tc.txt"
    ]
  },
  "tc-taskgraph": {
    "path": "tc/taskgraph.py",
    "script": "run",
    "help": "Build the taskgraph",
    "virtualenv": true,
    "requirements": [
      "requirements_tc.txt"
    ]
  },
  "tc-decision": {
    "path": "tc/decision.py",
    "parser": "get_parser",
    "script": "run",
    "help": "Run the decision task",
    "virtualenv": true,
    "requirements": [
      "requirements_tc.txt"
    ]
  },
  "tc-sink-task": {
    "path": "tc/sink_task.py",
    "parser": "get_parser",
    "script": "run",
    "help": "Run the sink task",
    "virtualenv": true,
    "requirements": [
      "requirements_tc.txt"
    ]
  }
}