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

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

Issue 2308683002: [Android] Set up continuous builder + trybot for cronet. (Closed)
Patch Set: update expectations Created 4 years, 3 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 "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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "android_coverage": { 118 "android_coverage": {
119 "builder_timeout_s": 6900, # 60 * 115 119 "builder_timeout_s": 6900, # 60 * 115
120 "recipe": "chromium_trybot", 120 "recipe": "chromium_trybot",
121 "repository": "https://chromium.googlesource.com/chromium/src.git", 121 "repository": "https://chromium.googlesource.com/chromium/src.git",
122 "remote_run_use_gitiles": True, 122 "remote_run_use_gitiles": True,
123 "use_remote_run": True, 123 "use_remote_run": True,
124 "scheduler": None, 124 "scheduler": None,
125 "slavebuilddir": "android", 125 "slavebuilddir": "android",
126 "slave_pools": ["slaves_with_devices"], 126 "slave_pools": ["slaves_with_devices"],
127 }, 127 },
128 "android_cronet": {
129 "builder_timeout_s": 6900, # 60 * 115
130 "recipe": "chromium_trybot",
131 "use_remote_run": True,
132 "scheduler": None,
133 "slavebuildder": "cronet",
134 "slave_pools": ["ccompute_bots_cq"],
135 },
128 "android_cronet_tester": { 136 "android_cronet_tester": {
129 "builder_timeout_s": 6900, # 60 * 115 137 "builder_timeout_s": 6900, # 60 * 115
130 "recipe": "cronet", 138 "recipe": "cronet",
131 "scheduler": None, 139 "scheduler": None,
132 "slave_pools": ["slaves_with_devices"], 140 "slave_pools": ["slaves_with_devices"],
133 }, 141 },
134 "linux_android_dbg_ng": { 142 "linux_android_dbg_ng": {
135 "builder_timeout_s": 6900, # 60 * 115 143 "builder_timeout_s": 6900, # 60 * 115
136 "recipe": "chromium_trybot", 144 "recipe": "chromium_trybot",
137 "repository": "https://chromium.googlesource.com/chromium/src.git", 145 "repository": "https://chromium.googlesource.com/chromium/src.git",
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "os": "linux", 551 "os": "linux",
544 "version": "precise", 552 "version": "precise",
545 "bits": 64, 553 "bits": 64,
546 }, 554 },
547 "slaves": [ 555 "slaves": [
548 "build35-b4", 556 "build35-b4",
549 ], 557 ],
550 } 558 }
551 } 559 }
552 } 560 }
OLDNEW
« no previous file with comments | « masters/master.chromium.android/builders.pyl ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698