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

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

Issue 1996053002: [Android] Turn down gn-specific Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: expectation changes Created 4 years, 7 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 30 matching lines...) Expand all
41 "recipe": "chromium_trybot", 41 "recipe": "chromium_trybot",
42 "scheduler": None, 42 "scheduler": None,
43 "slave_pools": ["ccompute_bots_cq"], 43 "slave_pools": ["ccompute_bots_cq"],
44 }, 44 },
45 "android_arm64_dbg_recipe": { 45 "android_arm64_dbg_recipe": {
46 "builder_timeout_s": 6900, # 60 * 115 46 "builder_timeout_s": 6900, # 60 * 115
47 "recipe": "chromium_trybot", 47 "recipe": "chromium_trybot",
48 "scheduler": None, 48 "scheduler": None,
49 "slave_pools": ["ccompute_bots_cq"], 49 "slave_pools": ["ccompute_bots_cq"],
50 }, 50 },
51 "android_chromium_gn_compile_dbg": {
52 "builder_timeout_s": 6900, # 60 * 115
53 "recipe": "chromium_trybot",
54 "scheduler": None,
55 "slavebuilddir": "android_chromium_gn",
56 "slave_pools": ["ccompute_bots_cq"],
57 },
58 "android_chromium_gn_compile_rel": {
59 "builder_timeout_s": 6900, # 60 * 115
60 "recipe": "chromium_trybot",
61 "scheduler": None,
62 "slavebuilddir": "android_chromium_gn",
63 "slave_pools": ["ccompute_bots_cq"],
64 },
65 "android_clang_dbg_recipe": { 51 "android_clang_dbg_recipe": {
66 "builder_timeout_s": 6900, # 60 * 115 52 "builder_timeout_s": 6900, # 60 * 115
67 "recipe": "chromium_trybot", 53 "recipe": "chromium_trybot",
68 "scheduler": None, 54 "scheduler": None,
69 "slave_pools": ["ccompute_bots_cq"], 55 "slave_pools": ["ccompute_bots_cq"],
70 }, 56 },
71 "android_compile_dbg": { 57 "android_compile_dbg": {
72 "builder_timeout_s": 6900, # 60 * 115 58 "builder_timeout_s": 6900, # 60 * 115
73 "recipe": "chromium_trybot", 59 "recipe": "chromium_trybot",
74 "scheduler": None, 60 "scheduler": None,
(...skipping 12 matching lines...) Expand all
87 "recipe": "chromium_trybot", 73 "recipe": "chromium_trybot",
88 "scheduler": None, 74 "scheduler": None,
89 "slave_pools": ["ccompute_bots_cq"], 75 "slave_pools": ["ccompute_bots_cq"],
90 }, 76 },
91 "android_blink_rel": { 77 "android_blink_rel": {
92 "builder_timeout_s": 6900, # 60 * 115 78 "builder_timeout_s": 6900, # 60 * 115
93 "recipe": "chromium_trybot", 79 "recipe": "chromium_trybot",
94 "scheduler": None, 80 "scheduler": None,
95 "slave_pools": ["slaves_with_devices"], 81 "slave_pools": ["slaves_with_devices"],
96 }, 82 },
97 "android_chromium_gn_rel": {
98 "builder_timeout_s": 6900, # 60 * 115
99 "recipe": "chromium_trybot",
100 "scheduler": None,
101 "slave_pools": ["slaves_with_devices"],
102 },
103 "android_coverage": { 83 "android_coverage": {
104 "builder_timeout_s": 6900, # 60 * 115 84 "builder_timeout_s": 6900, # 60 * 115
105 "recipe": "chromium_trybot", 85 "recipe": "chromium_trybot",
106 "scheduler": None, 86 "scheduler": None,
107 "slavebuilddir": "android", 87 "slavebuilddir": "android",
108 "slave_pools": ["slaves_with_devices"], 88 "slave_pools": ["slaves_with_devices"],
109 }, 89 },
110 "android_cronet_tester": { 90 "android_cronet_tester": {
111 "builder_timeout_s": 6900, # 60 * 115 91 "builder_timeout_s": 6900, # 60 * 115
112 "recipe": "cronet", 92 "recipe": "cronet",
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "os": "linux", 436 "os": "linux",
457 "version": "precise", 437 "version": "precise",
458 "bits": 64, 438 "bits": 64,
459 }, 439 },
460 "slaves": [ 440 "slaves": [
461 "build35-b4", 441 "build35-b4",
462 ], 442 ],
463 } 443 }
464 } 444 }
465 } 445 }
OLDNEW
« no previous file with comments | « masters/master.chromium.linux/slaves.cfg ('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