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

Side by Side Diff: infra/bots/recipe_modules/builder_name_schema/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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "builder_name_schema": { 2 "builder_name_schema": {
3 "Test": [ 3 "Test": [
4 "os", 4 "os",
5 "compiler", 5 "compiler",
6 "model", 6 "model",
7 "cpu_or_gpu", 7 "cpu_or_gpu",
8 "cpu_or_gpu_value", 8 "cpu_or_gpu_value",
9 "arch", 9 "arch",
10 "configuration" 10 "configuration"
(...skipping 23 matching lines...) Expand all
34 "project", 34 "project",
35 "os", 35 "os",
36 "compiler", 36 "compiler",
37 "target_arch", 37 "target_arch",
38 "configuration" 38 "configuration"
39 ] 39 ]
40 }, 40 },
41 "builder_name_sep": "-", 41 "builder_name_sep": "-",
42 "trybot_name_suffix": "Trybot" 42 "trybot_name_suffix": "Trybot"
43 } 43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698