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

Side by Side Diff: masters/master.tryserver.infra/builders.pyl

Issue 1476173002: buildbot UI: add linkification of Rietveld issue URL to build page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: thanks,sergiyb@ Created 5 years 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "master_base_class": "Master4a", 2 "master_base_class": "Master4a",
3 "master_classname": "InfraTryServer", 3 "master_classname": "InfraTryServer",
4 "master_port": 21402, 4 "master_port": 21402,
5 "master_port_alt": 41402, 5 "master_port_alt": 41402,
6 "slave_port": 31402, 6 "slave_port": 31402,
7 "templates": [ 7 "templates": [
8 "templates",
9 "../master.chromium.infra/templates", 8 "../master.chromium.infra/templates",
10 "../master.chromium/templates", 9 "../master.chromium/templates",
11 ], 10 ],
12 11
13 "service_account_file": "service-account-chromium-tryserver.json", 12 "service_account_file": "service-account-chromium-tryserver.json",
14 "buildbucket_bucket": "master.tryserver.infra", 13 "buildbucket_bucket": "master.tryserver.infra",
15 14
16 "builders": { 15 "builders": {
17 "Build Presubmit": { 16 "Build Presubmit": {
18 "category": "Build", 17 "category": "Build",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "win64_slave_pool": { 166 "win64_slave_pool": {
168 "slave_data": { 167 "slave_data": {
169 "bits": 64, 168 "bits": 64,
170 "os": "win", 169 "os": "win",
171 "version": "win7", 170 "version": "win7",
172 }, 171 },
173 "slaves": ["vm253-m4"], 172 "slaves": ["vm253-m4"],
174 }, 173 },
175 }, 174 },
176 } 175 }
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.linux/templates/build.html ('k') | masters/master.tryserver.infra/templates/build.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698