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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « tools/buildbot_spec.py ('k') | tools/builder_name_schema.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "builder_name_schema": {
3 "Test": [
4 "os",
5 "compiler",
6 "model",
7 "cpu_or_gpu",
8 "cpu_or_gpu_value",
9 "arch",
10 "configuration"
11 ],
12 "Housekeeper": [
13 "frequency"
14 ],
15 "Infra": [
16 "frequency"
17 ],
18 "Build": [
19 "os",
20 "compiler",
21 "target_arch",
22 "configuration"
23 ],
24 "Perf": [
25 "os",
26 "compiler",
27 "model",
28 "cpu_or_gpu",
29 "cpu_or_gpu_value",
30 "arch",
31 "configuration"
32 ],
33 "Canary": [
34 "project",
35 "os",
36 "compiler",
37 "target_arch",
38 "configuration"
39 ]
40 },
41 "builder_name_sep": "-",
42 "trybot_name_suffix": "Trybot"
43 }
OLDNEW
« 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