| OLD | NEW |
| 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 |
| 11 "default_properties": { | 11 "default_properties": { |
| 12 "$recipe_engine": {"mode_flags": {"use_subprocess42": True}} | 12 "$recipe_engine": {"mode_flags": {"use_subprocess42": True}} |
| 13 }, | 13 }, |
| 14 | 14 |
| 15 "default_remote_run_properties": { | 15 "default_remote_run_properties": { |
| 16 "path_config": "kitchen", | 16 "path_config": "kitchen", |
| 17 }, | 17 }, |
| 18 "default_remote_run_repository": "https://chromium.googlesource.com/chromium/t
ools/build.git", | 18 "default_remote_run_repository": "https://chromium.googlesource.com/chromium/t
ools/build.git", |
| 19 | 19 |
| 20 # This is sorted first alphabetically by slave pool, and then alphabetically | 20 # This is sorted first alphabetically by slave pool, and then alphabetically |
| 21 # by builder name | 21 # by builder name |
| 22 "builders": { | 22 "builders": { |
| 23 "android_compile_mips_dbg": { | 23 "android_compile_mips_dbg": { |
| 24 "builder_timeout_s": 6900, # 60 * 115 | 24 "builder_timeout_s": 6900, # 60 * 115 |
| 25 "recipe": "chromium_trybot", | 25 "recipe": "chromium_trybot", |
| 26 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 26 "remote_run_use_gitiles": True, | 27 "remote_run_use_gitiles": True, |
| 27 "use_remote_run": True, | 28 "use_remote_run": True, |
| 28 "scheduler": None, | 29 "scheduler": None, |
| 29 "slave_pools": ["ccompute_optional_bots"], | 30 "slave_pools": ["ccompute_optional_bots"], |
| 30 "slavebuilddir": "android_compile_mips_dbg", | 31 "slavebuilddir": "android_compile_mips_dbg", |
| 31 }, | 32 }, |
| 32 "android_compile_x64_dbg": { | 33 "android_compile_x64_dbg": { |
| 33 "builder_timeout_s": 6900, # 60 * 115 | 34 "builder_timeout_s": 6900, # 60 * 115 |
| 34 "recipe": "chromium_trybot", | 35 "recipe": "chromium_trybot", |
| 36 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 35 "remote_run_use_gitiles": True, | 37 "remote_run_use_gitiles": True, |
| 36 "use_remote_run": True, | 38 "use_remote_run": True, |
| 37 "scheduler": None, | 39 "scheduler": None, |
| 38 "slave_pools": ["ccompute_optional_bots"], | 40 "slave_pools": ["ccompute_optional_bots"], |
| 39 "slavebuilddir": "android_compile_x64_dbg", | 41 "slavebuilddir": "android_compile_x64_dbg", |
| 40 }, | 42 }, |
| 41 "android_compile_x86_dbg": { | 43 "android_compile_x86_dbg": { |
| 42 "builder_timeout_s": 6900, # 60 * 115 | 44 "builder_timeout_s": 6900, # 60 * 115 |
| 43 "recipe": "chromium_trybot", | 45 "recipe": "chromium_trybot", |
| 46 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 44 "remote_run_use_gitiles": True, | 47 "remote_run_use_gitiles": True, |
| 45 "use_remote_run": True, | 48 "use_remote_run": True, |
| 46 "scheduler": None, | 49 "scheduler": None, |
| 47 "slave_pools": ["ccompute_optional_bots"], | 50 "slave_pools": ["ccompute_optional_bots"], |
| 48 "slavebuilddir": "android_compile_x86_dbg", | 51 "slavebuilddir": "android_compile_x86_dbg", |
| 49 }, | 52 }, |
| 50 "android_archive_rel_ng": { | 53 "android_archive_rel_ng": { |
| 51 "builder_timeout_s": 6900, # 60 * 115 | 54 "builder_timeout_s": 6900, # 60 * 115 |
| 52 "recipe": "chromium_trybot", | 55 "recipe": "chromium_trybot", |
| 56 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 53 "remote_run_use_gitiles": True, | 57 "remote_run_use_gitiles": True, |
| 54 "use_remote_run": True, | 58 "use_remote_run": True, |
| 55 "scheduler": None, | 59 "scheduler": None, |
| 56 "slave_pools": ["ccompute_bots_cq"], | 60 "slave_pools": ["ccompute_bots_cq"], |
| 57 }, | 61 }, |
| 58 "android_arm64_dbg_recipe": { | 62 "android_arm64_dbg_recipe": { |
| 59 "builder_timeout_s": 6900, # 60 * 115 | 63 "builder_timeout_s": 6900, # 60 * 115 |
| 60 "recipe": "chromium_trybot", | 64 "recipe": "chromium_trybot", |
| 65 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 61 "remote_run_use_gitiles": True, | 66 "remote_run_use_gitiles": True, |
| 62 "use_remote_run": True, | 67 "use_remote_run": True, |
| 63 "scheduler": None, | 68 "scheduler": None, |
| 64 "slave_pools": ["ccompute_bots_cq"], | 69 "slave_pools": ["ccompute_bots_cq"], |
| 65 }, | 70 }, |
| 66 "android_clang_dbg_recipe": { | 71 "android_clang_dbg_recipe": { |
| 67 "builder_timeout_s": 6900, # 60 * 115 | 72 "builder_timeout_s": 6900, # 60 * 115 |
| 68 "recipe": "chromium_trybot", | 73 "recipe": "chromium_trybot", |
| 74 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 69 "remote_run_use_gitiles": True, | 75 "remote_run_use_gitiles": True, |
| 70 "use_remote_run": True, | 76 "use_remote_run": True, |
| 71 "scheduler": None, | 77 "scheduler": None, |
| 72 "slave_pools": ["ccompute_bots_cq"], | 78 "slave_pools": ["ccompute_bots_cq"], |
| 73 }, | 79 }, |
| 74 "android_compile_dbg": { | 80 "android_compile_dbg": { |
| 75 "builder_timeout_s": 6900, # 60 * 115 | 81 "builder_timeout_s": 6900, # 60 * 115 |
| 76 "recipe": "chromium_trybot", | 82 "recipe": "chromium_trybot", |
| 83 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 77 "remote_run_use_gitiles": True, | 84 "remote_run_use_gitiles": True, |
| 78 "use_remote_run": True, | 85 "use_remote_run": True, |
| 79 "scheduler": None, | 86 "scheduler": None, |
| 80 "slavebuilddir": "android", | 87 "slavebuilddir": "android", |
| 81 "slave_pools": ["ccompute_bots_cq"], | 88 "slave_pools": ["ccompute_bots_cq"], |
| 82 }, | 89 }, |
| 83 "android_compile_rel": { | 90 "android_compile_rel": { |
| 84 "builder_timeout_s": 6900, # 60 * 115 | 91 "builder_timeout_s": 6900, # 60 * 115 |
| 85 "recipe": "chromium_trybot", | 92 "recipe": "chromium_trybot", |
| 93 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 86 "remote_run_use_gitiles": True, | 94 "remote_run_use_gitiles": True, |
| 87 "use_remote_run": True, | 95 "use_remote_run": True, |
| 88 "scheduler": None, | 96 "scheduler": None, |
| 89 "slavebuilddir": "android", | 97 "slavebuilddir": "android", |
| 90 "slave_pools": ["ccompute_bots_cq"], | 98 "slave_pools": ["ccompute_bots_cq"], |
| 91 }, | 99 }, |
| 92 "cast_shell_android": { | 100 "cast_shell_android": { |
| 93 "builder_timeout_s": 6900, # 60 * 115 | 101 "builder_timeout_s": 6900, # 60 * 115 |
| 94 "recipe": "chromium_trybot", | 102 "recipe": "chromium_trybot", |
| 103 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 95 "remote_run_use_gitiles": True, | 104 "remote_run_use_gitiles": True, |
| 96 "use_remote_run": True, | 105 "use_remote_run": True, |
| 97 "scheduler": None, | 106 "scheduler": None, |
| 98 "slave_pools": ["ccompute_bots_cq"], | 107 "slave_pools": ["ccompute_bots_cq"], |
| 99 }, | 108 }, |
| 100 "android_blink_rel": { | 109 "android_blink_rel": { |
| 101 "builder_timeout_s": 6900, # 60 * 115 | 110 "builder_timeout_s": 6900, # 60 * 115 |
| 102 "recipe": "chromium_trybot", | 111 "recipe": "chromium_trybot", |
| 112 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 103 "remote_run_use_gitiles": True, | 113 "remote_run_use_gitiles": True, |
| 104 "use_remote_run": True, | 114 "use_remote_run": True, |
| 105 "scheduler": None, | 115 "scheduler": None, |
| 106 "slave_pools": ["slaves_with_devices"], | 116 "slave_pools": ["slaves_with_devices"], |
| 107 }, | 117 }, |
| 108 "android_coverage": { | 118 "android_coverage": { |
| 109 "builder_timeout_s": 6900, # 60 * 115 | 119 "builder_timeout_s": 6900, # 60 * 115 |
| 110 "recipe": "chromium_trybot", | 120 "recipe": "chromium_trybot", |
| 121 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 111 "remote_run_use_gitiles": True, | 122 "remote_run_use_gitiles": True, |
| 112 "use_remote_run": True, | 123 "use_remote_run": True, |
| 113 "scheduler": None, | 124 "scheduler": None, |
| 114 "slavebuilddir": "android", | 125 "slavebuilddir": "android", |
| 115 "slave_pools": ["slaves_with_devices"], | 126 "slave_pools": ["slaves_with_devices"], |
| 116 }, | 127 }, |
| 117 "android_cronet": { | 128 "android_cronet": { |
| 118 "builder_timeout_s": 6900, # 60 * 115 | 129 "builder_timeout_s": 6900, # 60 * 115 |
| 119 "recipe": "chromium_trybot", | 130 "recipe": "chromium_trybot", |
| 120 "use_remote_run": True, | 131 "use_remote_run": True, |
| 121 "scheduler": None, | 132 "scheduler": None, |
| 122 "slavebuildder": "cronet", | 133 "slavebuildder": "cronet", |
| 123 "slave_pools": ["ccompute_bots_cq"], | 134 "slave_pools": ["ccompute_bots_cq"], |
| 124 }, | 135 }, |
| 125 "android_cronet_tester": { | 136 "android_cronet_tester": { |
| 126 "builder_timeout_s": 6900, # 60 * 115 | 137 "builder_timeout_s": 6900, # 60 * 115 |
| 127 "recipe": "cronet", | 138 "recipe": "cronet", |
| 128 "scheduler": None, | 139 "scheduler": None, |
| 129 "slave_pools": ["slaves_with_devices"], | 140 "slave_pools": ["slaves_with_devices"], |
| 130 }, | 141 }, |
| 131 "linux_android_dbg_ng": { | 142 "linux_android_dbg_ng": { |
| 132 "builder_timeout_s": 6900, # 60 * 115 | 143 "builder_timeout_s": 6900, # 60 * 115 |
| 133 "recipe": "chromium_trybot", | 144 "recipe": "chromium_trybot", |
| 145 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 134 "remote_run_use_gitiles": True, | 146 "remote_run_use_gitiles": True, |
| 135 "use_remote_run": True, | 147 "use_remote_run": True, |
| 136 "scheduler": None, | 148 "scheduler": None, |
| 137 "slavebuilddir": "android", | 149 "slavebuilddir": "android", |
| 138 "slave_pools": ["slaves_with_devices"], | 150 "slave_pools": ["slaves_with_devices"], |
| 139 }, | 151 }, |
| 140 "linux_android_rel_ng": { | 152 "linux_android_rel_ng": { |
| 141 "builder_timeout_s": 11400, # 60 * 190 | 153 "builder_timeout_s": 11400, # 60 * 190 |
| 142 "recipe": "chromium_trybot", | 154 "recipe": "chromium_trybot", |
| 155 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 143 "remote_run_use_gitiles": True, | 156 "remote_run_use_gitiles": True, |
| 144 "use_remote_run": True, | 157 "use_remote_run": True, |
| 145 "scheduler": None, | 158 "scheduler": None, |
| 146 "slavebuilddir": "android", | 159 "slavebuilddir": "android", |
| 147 "slave_pools": ["ccompute_android_launch"], | 160 "slave_pools": ["ccompute_android_launch"], |
| 148 }, | 161 }, |
| 149 "android_n5x_swarming_rel": { | 162 "android_n5x_swarming_rel": { |
| 150 "builder_timeout_s": 6900, # 60 * 115 | 163 "builder_timeout_s": 6900, # 60 * 115 |
| 151 "recipe": "chromium_trybot", | 164 "recipe": "chromium_trybot", |
| 165 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 152 "remote_run_use_gitiles": True, | 166 "remote_run_use_gitiles": True, |
| 153 "use_remote_run": True, | 167 "use_remote_run": True, |
| 154 "scheduler": None, | 168 "scheduler": None, |
| 155 "slavebuilddir": "android_arm64", | 169 "slavebuilddir": "android_arm64", |
| 156 "slave_pools": ["ccompute_android_launch"], | 170 "slave_pools": ["ccompute_android_launch"], |
| 157 }, | 171 }, |
| 158 "android_chromium_variable": { | 172 "android_chromium_variable": { |
| 159 "builder_timeout_s": 36000, # 60 * 600 | 173 "builder_timeout_s": 36000, # 60 * 600 |
| 160 "recipe": "findit/chromium/compile", | 174 "recipe": "findit/chromium/compile", |
| 161 "use_remote_run": True, | 175 "use_remote_run": True, |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "builder_timeout_s": 36000, # 60 * 600 | 221 "builder_timeout_s": 36000, # 60 * 600 |
| 208 "recipe": "findit/chromium/compile", | 222 "recipe": "findit/chromium/compile", |
| 209 "use_remote_run": True, | 223 "use_remote_run": True, |
| 210 "scheduler": None, | 224 "scheduler": None, |
| 211 "slavebuilddir": "android_chromium_variable_archive", | 225 "slavebuilddir": "android_chromium_variable_archive", |
| 212 "slave_pools": ["ccompute_optional_bots"], | 226 "slave_pools": ["ccompute_optional_bots"], |
| 213 }, | 227 }, |
| 214 "android_optional_gpu_tests_rel": { | 228 "android_optional_gpu_tests_rel": { |
| 215 "builder_timeout_s": 6900, # 60 * 115 | 229 "builder_timeout_s": 6900, # 60 * 115 |
| 216 "recipe": "chromium_trybot", | 230 "recipe": "chromium_trybot", |
| 231 "repository": "https://chromium.googlesource.com/chromium/src.git", |
| 217 "remote_run_use_gitiles": True, | 232 "remote_run_use_gitiles": True, |
| 218 "use_remote_run": True, | 233 "use_remote_run": True, |
| 219 "scheduler": None, | 234 "scheduler": None, |
| 220 "slavebuilddir": "android", | 235 "slavebuilddir": "android", |
| 221 "slave_pools": ["ccompute_android_launch"], | 236 "slave_pools": ["ccompute_android_launch"], |
| 222 }, | 237 }, |
| 223 }, | 238 }, |
| 224 | 239 |
| 225 "schedulers": { }, | 240 "schedulers": { }, |
| 226 | 241 |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 "os": "linux", | 557 "os": "linux", |
| 543 "version": "trusty", | 558 "version": "trusty", |
| 544 "bits": 64, | 559 "bits": 64, |
| 545 }, | 560 }, |
| 546 "slaves": [ | 561 "slaves": [ |
| 547 "build35-b4", | 562 "build35-b4", |
| 548 ], | 563 ], |
| 549 } | 564 } |
| 550 } | 565 } |
| 551 } | 566 } |
| OLD | NEW |