skia2/tools/builder_name_schema.json
borenet b76c1f706c Add builder_spec.py
Works like dm_flags.py and nanobench_flags.py; adds things like
GYP_DEFINES, additional environment variables, and build targets.

Required copying builder_name_schema from the tools/build repo.

BUG=skia:4132

Review URL: https://codereview.chromium.org/1265623002
2015-07-29 07:38:49 -07:00

41 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"
}