Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
borenet
2015/07/29 13:38:57
Copied from https://chromium.googlesource.com/chro
| |
| 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 "Build": [ | |
| 16 "os", | |
| 17 "compiler", | |
| 18 "target_arch", | |
| 19 "configuration" | |
| 20 ], | |
| 21 "Perf": [ | |
| 22 "os", | |
| 23 "compiler", | |
| 24 "model", | |
| 25 "cpu_or_gpu", | |
| 26 "cpu_or_gpu_value", | |
| 27 "arch", | |
| 28 "configuration" | |
| 29 ], | |
| 30 "Canary": [ | |
| 31 "project", | |
| 32 "os", | |
| 33 "compiler", | |
| 34 "target_arch", | |
| 35 "configuration" | |
| 36 ] | |
| 37 }, | |
| 38 "builder_name_sep": "-", | |
| 39 "trybot_name_suffix": "Trybot" | |
| 40 } | |
| OLD | NEW |