• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "builder_name_schema": {
3    "Test": [
4      "os",
5      "compiler",
6      "model",
7      "cpu_or_gpu",
8      "cpu_or_gpu_value",
9      "arch",
10      "configuration"
11    ],
12    "Housekeeper": [
13      "frequency"
14    ],
15    "Infra": [
16      "frequency"
17    ],
18    "Build": [
19      "os",
20      "compiler",
21      "target_arch",
22      "configuration"
23    ],
24    "Perf": [
25      "os",
26      "compiler",
27      "model",
28      "cpu_or_gpu",
29      "cpu_or_gpu_value",
30      "arch",
31      "configuration"
32    ],
33    "Canary": [
34      "project",
35      "os",
36      "compiler",
37      "target_arch",
38      "configuration"
39    ]
40  },
41  "builder_name_sep": "-"
42}
43