aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-08-04 11:07:10 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-04 11:07:10 -0700
commit538d5b68e8b6a8745ac8947f15abf1c7c6de8f18 (patch)
tree7fe5f965dde6785a2c3b89a4415f36b78adce561 /infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json
parent4e44efe50474d4eebcb30b762e784b3ef2126750 (diff)
Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes
- builder_name_schema becomes its own recipe module. - builder_spec, dm, and nanobench flags move into vars module. - recipe expectation diffs include: - no more buildbot_spec.py step - "real" dm and nanobench flags, instead of --dummy-flags - some inconsequential stuff in visualbench, which is removed anyway. BUG=skia:5578 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2215803002 Review-Url: https://codereview.chromium.org/2215803002
Diffstat (limited to 'infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json')
-rw-r--r--infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json b/infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json
new file mode 100644
index 0000000000..6a8c92175b
--- /dev/null
+++ b/infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json
@@ -0,0 +1,43 @@
+{
+ "builder_name_schema": {
+ "Test": [
+ "os",
+ "compiler",
+ "model",
+ "cpu_or_gpu",
+ "cpu_or_gpu_value",
+ "arch",
+ "configuration"
+ ],
+ "Housekeeper": [
+ "frequency"
+ ],
+ "Infra": [
+ "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"
+}