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

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

Issue 1895503002: Delete android_amp trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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
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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "scheduler": None, 77 "scheduler": None,
78 "slavebuilddir": "android", 78 "slavebuilddir": "android",
79 "slave_pools": ["ccompute_bots_cq"], 79 "slave_pools": ["ccompute_bots_cq"],
80 }, 80 },
81 "cast_shell_android": { 81 "cast_shell_android": {
82 "builder_timeout_s": 6900, # 60 * 115 82 "builder_timeout_s": 6900, # 60 * 115
83 "recipe": "chromium_trybot", 83 "recipe": "chromium_trybot",
84 "scheduler": None, 84 "scheduler": None,
85 "slave_pools": ["ccompute_bots_cq"], 85 "slave_pools": ["ccompute_bots_cq"],
86 }, 86 },
87
88 "android_amp": {
89 "builder_timeout_s": 6900, # 60 * 115
90 "recipe": "chromium_trybot",
91 "scheduler": None,
92 "slavebuilddir": "android",
93 "slave_pools": ["slaves_with_devices"],
94 },
95 "android_blink_rel": { 87 "android_blink_rel": {
96 "builder_timeout_s": 6900, # 60 * 115 88 "builder_timeout_s": 6900, # 60 * 115
97 "recipe": "chromium_trybot", 89 "recipe": "chromium_trybot",
98 "scheduler": None, 90 "scheduler": None,
99 "slave_pools": ["slaves_with_devices"], 91 "slave_pools": ["slaves_with_devices"],
100 }, 92 },
101 "android_chromium_gn_rel": { 93 "android_chromium_gn_rel": {
102 "builder_timeout_s": 6900, # 60 * 115 94 "builder_timeout_s": 6900, # 60 * 115
103 "recipe": "chromium_trybot", 95 "recipe": "chromium_trybot",
104 "scheduler": None, 96 "scheduler": None,
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "bits": 64, 383 "bits": 64,
392 }, 384 },
393 "slaves": [ 385 "slaves": [
394 "build199-a4", 386 "build199-a4",
395 "build38-b4", 387 "build38-b4",
396 "build97-b4", 388 "build97-b4",
397 ], 389 ],
398 }, 390 },
399 } 391 }
400 } 392 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698