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

Side by Side Diff: site_config/builder_name_schema.json

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment Created 6 years, 2 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 | « site_config/__init__.py ('k') | site_config/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 "model",
6 "gpu",
7 "arch",
8 "configuration"
9 ],
10 "Housekeeper": [
11 "frequency"
12 ],
13 "Build": [
14 "os",
15 "compiler",
16 "target_arch",
17 "configuration"
18 ],
19 "Perf": [
20 "os",
21 "model",
22 "gpu",
23 "arch",
24 "configuration"
25 ],
26 "Canary": [
27 "project",
28 "os",
29 "compiler",
30 "target_arch",
31 "configuration"
32 ]
33 },
34 "builder_name_sep": "-",
35 "trybot_name_suffix": "Trybot"
36 }
OLDNEW
« no previous file with comments | « site_config/__init__.py ('k') | site_config/builder_name_schema.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698