2015-07-29 14:38:49 +00:00
|
|
|
{
|
|
|
|
"builder_name_schema": {
|
|
|
|
"Test": [
|
|
|
|
"os",
|
|
|
|
"compiler",
|
|
|
|
"model",
|
|
|
|
"cpu_or_gpu",
|
|
|
|
"cpu_or_gpu_value",
|
|
|
|
"arch",
|
|
|
|
"configuration"
|
|
|
|
],
|
|
|
|
"Housekeeper": [
|
|
|
|
"frequency"
|
|
|
|
],
|
2016-07-20 12:54:50 +00:00
|
|
|
"Infra": [
|
|
|
|
"frequency"
|
|
|
|
],
|
2015-07-29 14:38:49 +00:00
|
|
|
"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"
|
|
|
|
}
|