aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json
blob: 9f2978f731f1567b73dffb0af187c1fb5ec66654 (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
{
  "builder_name_schema": {
    "Test": [
      "os",
      "compiler",
      "model",
      "cpu_or_gpu",
      "cpu_or_gpu_value",
      "arch",
      "configuration",
      "test_filter"
    ],
    "Housekeeper": [
      "frequency"
    ],
    "Infra": [
      "frequency"
    ],
    "Build": [
      "os",
      "compiler",
      "target_arch",
      "configuration"
    ],
    "Perf": [
      "os",
      "compiler",
      "model",
      "cpu_or_gpu",
      "cpu_or_gpu_value",
      "arch",
      "configuration",
      "test_filter"
    ],
    "Canary": [
      "project",
      "os",
      "compiler",
      "target_arch",
      "configuration"
    ],
    "Upload": [
      "orig_role",
      "os",
      "compiler",
      "model",
      "cpu_or_gpu",
      "cpu_or_gpu_value",
      "arch",
      "configuration"
    ]
  },
  "builder_name_sep": "-"
}