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

Unified Diff: tools/builder_name_schema.json

Issue 1258083006: Cherry-pick m45 fixes onto m44 (Closed) Base URL: https://skia.googlesource.com/skia.git@m44
Patch Set: All the fixes Created 5 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
new file mode 100644
index 0000000000000000000000000000000000000000..cffe9bfd894b02eaa92f67c73fcbb3929dea8483
--- /dev/null
+++ b/tools/builder_name_schema.json
@@ -0,0 +1,40 @@
+{
+ "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"
+}
« 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