android_mt6572_jiabo/external/skia/tools/builder_name_schema.json
2025-09-05 16:56:03 +08:00

40 lines
645 B
JSON

{
"builder_name_schema": {
"Test": [
"os",
"compiler",
"model",
"cpu_or_gpu",
"cpu_or_gpu_value",
"arch",
"configuration"
],
"Housekeeper": [
"frequency"
],
"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"
}