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

Side by Side Diff: masters/master.tryserver.chromium.android/builders.pyl

Issue 1846073003: Remove deterministic trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/master.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "master_base_class": "Master4a", 2 "master_base_class": "Master4a",
3 "master_port": 21401, 3 "master_port": 21401,
4 "master_port_alt": 41401, 4 "master_port_alt": 41401,
5 "slave_port": 31401, 5 "slave_port": 31401,
6 "templates": ["templates", "../master.chromium/templates"], 6 "templates": ["templates", "../master.chromium/templates"],
7 7
8 "service_account_file": "service-account-chromium-tryserver.json", 8 "service_account_file": "service-account-chromium-tryserver.json",
9 "buildbucket_bucket": "master.tryserver.chromium.android", 9 "buildbucket_bucket": "master.tryserver.chromium.android",
10 10
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "scheduler": None, 110 "scheduler": None,
111 "slavebuilddir": "android", 111 "slavebuilddir": "android",
112 "slave_pools": ["slaves_with_devices"], 112 "slave_pools": ["slaves_with_devices"],
113 }, 113 },
114 "android_cronet_tester": { 114 "android_cronet_tester": {
115 "builder_timeout_s": 6900, # 60 * 115 115 "builder_timeout_s": 6900, # 60 * 115
116 "recipe": "cronet", 116 "recipe": "cronet",
117 "scheduler": None, 117 "scheduler": None,
118 "slave_pools": ["slaves_with_devices"], 118 "slave_pools": ["slaves_with_devices"],
119 }, 119 },
120 "android_deterministic": {
121 "builder_timeout_s": 6900, # 60 * 115
122 "recipe": "deterministic_build",
123 "scheduler": None,
124 "slave_pools": ["slaves_with_devices"],
125 },
126 "linux_android_dbg_ng": { 120 "linux_android_dbg_ng": {
127 "builder_timeout_s": 6900, # 60 * 115 121 "builder_timeout_s": 6900, # 60 * 115
128 "recipe": "chromium_trybot", 122 "recipe": "chromium_trybot",
129 "scheduler": None, 123 "scheduler": None,
130 "slavebuilddir": "android", 124 "slavebuilddir": "android",
131 "slave_pools": ["slaves_with_devices"], 125 "slave_pools": ["slaves_with_devices"],
132 }, 126 },
133 127
134 "linux_android_rel_ng": { 128 "linux_android_rel_ng": {
135 "builder_timeout_s": 6900, # 60 * 115 129 "builder_timeout_s": 6900, # 60 * 115
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "bits": 64, 372 "bits": 64,
379 }, 373 },
380 "slaves": [ 374 "slaves": [
381 "build199-a4", 375 "build199-a4",
382 "build38-b4", 376 "build38-b4",
383 "build97-b4", 377 "build97-b4",
384 ], 378 ],
385 }, 379 },
386 } 380 }
387 } 381 }
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698