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