aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/builder_name_schema.json
blob: cffe9bfd894b02eaa92f67c73fcbb3929dea8483 (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
{
  "builder_name_schema": {
    "Test": [
      "os",
      "compiler",
      "model",
      "cpu_or_gpu",
      "cpu_or_gpu_value",
      "arch",
      "configuration"
    ],
    "Housekeeper": [
      "frequency"
    ],
    "Build": [
      "os",
      "compiler",
      "target_arch",
      "configuration"
    ],
    "Perf": [
      "os",
      "compiler",
      "model",
      "cpu_or_gpu",
      "cpu_or_gpu_value",
      "arch",
      "configuration"
    ],
    "Canary": [
      "project",
      "os",
      "compiler",
      "target_arch",
      "configuration"
    ]
  },
  "builder_name_sep": "-",
  "trybot_name_suffix": "Trybot"
}