Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: tools/builder_name_schema.json

Issue 2215803002: Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add missing blacklist Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/buildbot_spec.py ('k') | tools/builder_name_schema.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/builder_name_schema.json
diff --git a/tools/builder_name_schema.json b/tools/builder_name_schema.json
deleted file mode 100644
index 6a8c92175b2af3644c4f267c9bb8d5dd372c8bd4..0000000000000000000000000000000000000000
--- a/tools/builder_name_schema.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "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"
-}
« no previous file with comments | « tools/buildbot_spec.py ('k') | tools/builder_name_schema.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698