| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 slaves = [ | 5 slaves = [ |
| 6 { | 6 { |
| 7 'master': 'ChromiumGPU', | 7 'master': 'ChromiumGPU', |
| 8 'hostname': 'vm88-m1', | 8 'hostname': 'vm88-m1', |
| 9 'builder': 'GPU Win Builder', | 9 'builder': 'GPU Win Builder', |
| 10 'os': 'win', | 10 'os': 'win', |
| 11 'version': 'win7', | 11 'version': 'win7', |
| 12 'bits': '64', | 12 'bits': '64', |
| 13 'recipe': 'chromium', | 13 'recipe': 'chromium', |
| 14 'build_config': 'Release', | 14 'build_config': 'Release', |
| 15 'gatekeeper_categories': 'compile', | 15 'gatekeeper_categories': 'compile', |
| 16 # This bot only does builds and it seems sub-optimal to reboot in between. | 16 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 17 'auto_reboot': False, | |
| 18 }, | 17 }, |
| 19 { | 18 { |
| 20 'master': 'ChromiumGPU', | 19 'master': 'ChromiumGPU', |
| 21 'hostname': 'vm89-m1', | 20 'hostname': 'vm89-m1', |
| 22 'builder': 'GPU Win Builder (dbg)', | 21 'builder': 'GPU Win Builder (dbg)', |
| 23 'os': 'win', | 22 'os': 'win', |
| 24 'version': 'win7', | 23 'version': 'win7', |
| 25 'bits': '64', | 24 'bits': '64', |
| 26 'recipe': 'chromium', | 25 'recipe': 'chromium', |
| 27 'build_config': 'Debug', | 26 'build_config': 'Debug', |
| 28 # This bot only does builds and it seems sub-optimal to reboot in between. | 27 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 29 'auto_reboot': False, | |
| 30 }, | 28 }, |
| 31 { | 29 { |
| 32 'master': 'ChromiumGPU', | 30 'master': 'ChromiumGPU', |
| 33 'hostname': 'vm90-m1', | 31 'hostname': 'vm90-m1', |
| 34 'builder': 'Win7 Release (NVIDIA)', | 32 'builder': 'Win7 Release (NVIDIA)', |
| 35 'os': 'win', | 33 'os': 'win', |
| 36 'version': 'win7', | 34 'version': 'win7', |
| 37 'bits': '64', | 35 'bits': '64', |
| 38 'recipe': 'chromium', | 36 'recipe': 'chromium', |
| 39 'build_config': 'Release', | 37 'build_config': 'Release', |
| 40 # This bot uses recipe-side triggers. | 38 # This bot uses recipe-side triggers. |
| 41 'triggered_by': 'none', | 39 'triggered_by': 'none', |
| 42 # This bot only triggers and collects Swarming results and doesn't | 40 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 43 # need to be auto-rebooted. | |
| 44 'auto_reboot': False, | |
| 45 'gatekeeper_categories': 'testers', | 41 'gatekeeper_categories': 'testers', |
| 46 }, | 42 }, |
| 47 { | 43 { |
| 48 'master': 'ChromiumGPU', | 44 'master': 'ChromiumGPU', |
| 49 'hostname': 'vm91-m1', | 45 'hostname': 'vm91-m1', |
| 50 'builder': 'Win7 Debug (NVIDIA)', | 46 'builder': 'Win7 Debug (NVIDIA)', |
| 51 'os': 'win', | 47 'os': 'win', |
| 52 'version': 'win7', | 48 'version': 'win7', |
| 53 'bits': '64', | 49 'bits': '64', |
| 54 'recipe': 'chromium', | 50 'recipe': 'chromium', |
| 55 'build_config': 'Debug', | 51 'build_config': 'Debug', |
| 56 # This bot uses recipe-side triggers. | 52 # This bot uses recipe-side triggers. |
| 57 'triggered_by': 'none', | 53 'triggered_by': 'none', |
| 58 # This bot only triggers and collects Swarming results and doesn't | 54 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 59 # need to be auto-rebooted. | |
| 60 'auto_reboot': False, | |
| 61 }, | 55 }, |
| 62 { | 56 { |
| 63 'master': 'ChromiumGPU', | 57 'master': 'ChromiumGPU', |
| 64 'hostname': 'vm101-m1', | 58 'hostname': 'vm101-m1', |
| 65 'builder': 'Win7 Release (ATI)', | 59 'builder': 'Win7 Release (ATI)', |
| 66 'os': 'win', | 60 'os': 'win', |
| 67 'version': 'win7', | 61 'version': 'win7', |
| 68 'bits': '64', | 62 'bits': '64', |
| 69 'recipe': 'chromium', | 63 'recipe': 'chromium', |
| 70 'build_config': 'Release', | 64 'build_config': 'Release', |
| 71 # This bot uses recipe-side triggers. | 65 # This bot uses recipe-side triggers. |
| 72 'triggered_by': 'none', | 66 'triggered_by': 'none', |
| 73 # This bot only triggers and collects Swarming results and doesn't | 67 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 74 # need to be auto-rebooted. | |
| 75 'auto_reboot': False, | |
| 76 }, | 68 }, |
| 77 { | 69 { |
| 78 'master': 'ChromiumGPU', | 70 'master': 'ChromiumGPU', |
| 79 'hostname': 'vm612-m1', | 71 'hostname': 'vm612-m1', |
| 80 'builder': 'GPU Mac Builder', | 72 'builder': 'GPU Mac Builder', |
| 81 'os': 'mac', | 73 'os': 'mac', |
| 82 'version': '10.8', | 74 'version': '10.8', |
| 83 'bits': '64', | 75 'bits': '64', |
| 84 'recipe': 'chromium', | 76 'recipe': 'chromium', |
| 85 'build_config': 'Release', | 77 'build_config': 'Release', |
| 86 'gatekeeper_categories': 'compile', | 78 'gatekeeper_categories': 'compile', |
| 87 # This bot only does builds and it seems sub-optimal to reboot in between. | 79 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 88 'auto_reboot': False, | |
| 89 }, | 80 }, |
| 90 { | 81 { |
| 91 'master': 'ChromiumGPU', | 82 'master': 'ChromiumGPU', |
| 92 'hostname': 'vm616-m1', | 83 'hostname': 'vm616-m1', |
| 93 'builder': 'GPU Mac Builder (dbg)', | 84 'builder': 'GPU Mac Builder (dbg)', |
| 94 'os': 'mac', | 85 'os': 'mac', |
| 95 'version': '10.8', | 86 'version': '10.8', |
| 96 'bits': '64', | 87 'bits': '64', |
| 97 'recipe': 'chromium', | 88 'recipe': 'chromium', |
| 98 'build_config': 'Debug', | 89 'build_config': 'Debug', |
| 99 # This bot only does builds and it seems sub-optimal to reboot in between. | 90 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 100 'auto_reboot': False, | |
| 101 }, | 91 }, |
| 102 { | 92 { |
| 103 'master': 'ChromiumGPU', | 93 'master': 'ChromiumGPU', |
| 104 'hostname': 'vm75-m1', | 94 'hostname': 'vm75-m1', |
| 105 'builder': 'Mac 10.10 Release (Intel)', | 95 'builder': 'Mac 10.10 Release (Intel)', |
| 106 'os': 'mac', | 96 'os': 'mac', |
| 107 'version': '10.10', | 97 'version': '10.10', |
| 108 'bits': '64', | 98 'bits': '64', |
| 109 'recipe': 'chromium', | 99 'recipe': 'chromium', |
| 110 'build_config': 'Release', | 100 'build_config': 'Release', |
| 111 # This bot uses recipe-side triggers. | 101 # This bot uses recipe-side triggers. |
| 112 'triggered_by': 'none', | 102 'triggered_by': 'none', |
| 113 # This bot only triggers and collects Swarming results and doesn't | 103 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 114 # need to be auto-rebooted. | |
| 115 'auto_reboot': False, | |
| 116 }, | 104 }, |
| 117 { | 105 { |
| 118 'master': 'ChromiumGPU', | 106 'master': 'ChromiumGPU', |
| 119 'hostname': 'vm76-m1', | 107 'hostname': 'vm76-m1', |
| 120 'builder': 'Mac 10.10 Debug (Intel)', | 108 'builder': 'Mac 10.10 Debug (Intel)', |
| 121 'os': 'mac', | 109 'os': 'mac', |
| 122 'version': '10.10', | 110 'version': '10.10', |
| 123 'bits': '64', | 111 'bits': '64', |
| 124 'recipe': 'chromium', | 112 'recipe': 'chromium', |
| 125 'build_config': 'Debug', | 113 'build_config': 'Debug', |
| 126 # This bot uses recipe-side triggers. | 114 # This bot uses recipe-side triggers. |
| 127 'triggered_by': 'none', | 115 'triggered_by': 'none', |
| 128 # This bot only triggers and collects Swarming results and doesn't | 116 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 129 # need to be auto-rebooted. | |
| 130 'auto_reboot': False, | |
| 131 }, | 117 }, |
| 132 { | 118 { |
| 133 'master': 'ChromiumGPU', | 119 'master': 'ChromiumGPU', |
| 134 'hostname': 'vm77-m1', | 120 'hostname': 'vm77-m1', |
| 135 'builder': 'Mac Retina Release', | 121 'builder': 'Mac Retina Release', |
| 136 'os': 'mac', | 122 'os': 'mac', |
| 137 'version': '10.9', | 123 'version': '10.9', |
| 138 'bits': '64', | 124 'bits': '64', |
| 139 'recipe': 'chromium', | 125 'recipe': 'chromium', |
| 140 'build_config': 'Release', | 126 'build_config': 'Release', |
| 141 # This bot uses recipe-side triggers. | 127 # This bot uses recipe-side triggers. |
| 142 'triggered_by': 'none', | 128 'triggered_by': 'none', |
| 143 # This bot only triggers and collects Swarming results and doesn't | 129 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 144 # need to be auto-rebooted. | |
| 145 'auto_reboot': False, | |
| 146 'gatekeeper_categories': 'testers', | 130 'gatekeeper_categories': 'testers', |
| 147 }, | 131 }, |
| 148 { | 132 { |
| 149 'master': 'ChromiumGPU', | 133 'master': 'ChromiumGPU', |
| 150 'hostname': 'vm78-m1', | 134 'hostname': 'vm78-m1', |
| 151 'builder': 'Mac Retina Debug', | 135 'builder': 'Mac Retina Debug', |
| 152 'os': 'mac', | 136 'os': 'mac', |
| 153 'version': '10.9', | 137 'version': '10.9', |
| 154 'recipe': 'chromium', | 138 'recipe': 'chromium', |
| 155 'build_config': 'Debug', | 139 'build_config': 'Debug', |
| 156 'bits': '64', | 140 'bits': '64', |
| 157 # This bot uses recipe-side triggers. | 141 # This bot uses recipe-side triggers. |
| 158 'triggered_by': 'none', | 142 'triggered_by': 'none', |
| 159 # This bot only triggers and collects Swarming results and doesn't | 143 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 160 # need to be auto-rebooted. | |
| 161 'auto_reboot': False, | |
| 162 }, | 144 }, |
| 163 { | 145 { |
| 164 'master': 'ChromiumGPU', | 146 'master': 'ChromiumGPU', |
| 165 'hostname': 'vm79-m1', | 147 'hostname': 'vm79-m1', |
| 166 'builder': 'Mac 10.10 Retina Release (AMD)', | 148 'builder': 'Mac 10.10 Retina Release (AMD)', |
| 167 'os': 'mac', | 149 'os': 'mac', |
| 168 'version': '10.10', | 150 'version': '10.10', |
| 169 'bits': '64', | 151 'bits': '64', |
| 170 'recipe': 'chromium', | 152 'recipe': 'chromium', |
| 171 'build_config': 'Release', | 153 'build_config': 'Release', |
| 172 # This bot uses recipe-side triggers. | 154 # This bot uses recipe-side triggers. |
| 173 'triggered_by': 'none', | 155 'triggered_by': 'none', |
| 174 # This bot only triggers and collects Swarming results and doesn't | 156 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 175 # need to be auto-rebooted. | |
| 176 'auto_reboot': False, | |
| 177 }, | 157 }, |
| 178 { | 158 { |
| 179 'master': 'ChromiumGPU', | 159 'master': 'ChromiumGPU', |
| 180 # TODO(kbr): consider switching this to a VM and putting this Mac | 160 # TODO(kbr): consider switching this to a VM and putting this Mac |
| 181 # Mini in the swarming pool. Or is the Mini less expensive than a | 161 # Mini in the swarming pool. Or is the Mini less expensive than a |
| 182 # Mac VM? | 162 # Mac VM? |
| 183 'hostname': 'build180-m1', | 163 'hostname': 'build180-m1', |
| 184 'builder': 'Mac 10.10 Retina Debug (AMD)', | 164 'builder': 'Mac 10.10 Retina Debug (AMD)', |
| 185 'os': 'mac', | 165 'os': 'mac', |
| 186 'version': '10.10', | 166 'version': '10.10', |
| 187 'bits': '64', | 167 'bits': '64', |
| 188 'recipe': 'chromium', | 168 'recipe': 'chromium', |
| 189 'build_config': 'Debug', | 169 'build_config': 'Debug', |
| 190 # This bot uses recipe-side triggers. | 170 # This bot uses recipe-side triggers. |
| 191 'triggered_by': 'none', | 171 'triggered_by': 'none', |
| 192 # This bot only triggers and collects Swarming results and doesn't | 172 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 193 # need to be auto-rebooted. | |
| 194 'auto_reboot': False, | |
| 195 }, | 173 }, |
| 196 { | 174 { |
| 197 'master': 'ChromiumGPU', | 175 'master': 'ChromiumGPU', |
| 198 'hostname': 'slave62-c1', | 176 'hostname': 'slave62-c1', |
| 199 'builder': 'GPU Linux Builder', | 177 'builder': 'GPU Linux Builder', |
| 200 'os': 'linux', | 178 'os': 'linux', |
| 201 'version': 'precise', | 179 'version': 'precise', |
| 202 'bits': '64', | 180 'bits': '64', |
| 203 'recipe': 'chromium', | 181 'recipe': 'chromium', |
| 204 'build_config': 'Release', | 182 'build_config': 'Release', |
| 205 'gatekeeper_categories': 'compile', | 183 'gatekeeper_categories': 'compile', |
| 206 # This bot only does builds and it seems sub-optimal to reboot in between. | 184 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 207 'auto_reboot': False, | |
| 208 }, | 185 }, |
| 209 { | 186 { |
| 210 'master': 'ChromiumGPU', | 187 'master': 'ChromiumGPU', |
| 211 'hostname': 'slave63-c1', | 188 'hostname': 'slave63-c1', |
| 212 'builder': 'GPU Linux Builder (dbg)', | 189 'builder': 'GPU Linux Builder (dbg)', |
| 213 'os': 'linux', | 190 'os': 'linux', |
| 214 'version': 'precise', | 191 'version': 'precise', |
| 215 'bits': '64', | 192 'bits': '64', |
| 216 'recipe': 'chromium', | 193 'recipe': 'chromium', |
| 217 'build_config': 'Debug', | 194 'build_config': 'Debug', |
| 218 # This bot only does builds and it seems sub-optimal to reboot in between. | 195 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 219 'auto_reboot': False, | |
| 220 }, | 196 }, |
| 221 { | 197 { |
| 222 'master': 'ChromiumGPU', | 198 'master': 'ChromiumGPU', |
| 223 'hostname': 'slave65-c1', | 199 'hostname': 'slave65-c1', |
| 224 'subdir': '0', | 200 'subdir': '0', |
| 225 'builder': 'Linux Release (NVIDIA)', | 201 'builder': 'Linux Release (NVIDIA)', |
| 226 'os': 'linux', | 202 'os': 'linux', |
| 227 'version': 'precise', | 203 'version': 'precise', |
| 228 'bits': '64', | 204 'bits': '64', |
| 229 'recipe': 'chromium', | 205 'recipe': 'chromium', |
| 230 'build_config': 'Release', | 206 'build_config': 'Release', |
| 231 # This bot uses recipe-side triggers. | 207 # This bot uses recipe-side triggers. |
| 232 'triggered_by': 'none', | 208 'triggered_by': 'none', |
| 233 # This bot only triggers and collects Swarming results and doesn't | 209 # This physical host is shared between multiple builders and can't |
| 234 # need to be auto-rebooted. | 210 # be auto-rebooted. |
| 235 'auto_reboot': False, | 211 'auto_reboot': False, |
| 236 'gatekeeper_categories': 'testers', | 212 'gatekeeper_categories': 'testers', |
| 237 }, | 213 }, |
| 238 { | 214 { |
| 239 'master': 'ChromiumGPU', | 215 'master': 'ChromiumGPU', |
| 240 'hostname': 'slave65-c1', | 216 'hostname': 'slave65-c1', |
| 241 'subdir': '1', | 217 'subdir': '1', |
| 242 'builder': 'Linux Debug (NVIDIA)', | 218 'builder': 'Linux Debug (NVIDIA)', |
| 243 'os': 'linux', | 219 'os': 'linux', |
| 244 'version': 'precise', | 220 'version': 'precise', |
| 245 'bits': '64', | 221 'bits': '64', |
| 246 'recipe': 'chromium', | 222 'recipe': 'chromium', |
| 247 'build_config': 'Debug', | 223 'build_config': 'Debug', |
| 248 # This bot uses recipe-side triggers. | 224 # This bot uses recipe-side triggers. |
| 249 'triggered_by': 'none', | 225 'triggered_by': 'none', |
| 250 # This bot only triggers and collects Swarming results and doesn't | 226 # This physical host is shared between multiple builders and can't |
| 251 # need to be auto-rebooted. | 227 # be auto-rebooted. |
| 252 'auto_reboot': False, | 228 'auto_reboot': False, |
| 253 }, | 229 }, |
| 254 { | 230 { |
| 255 'master': 'ChromiumGPU', | 231 'master': 'ChromiumGPU', |
| 256 'hostname': 'build59-b1', | 232 'hostname': 'build59-b1', |
| 257 'builder': 'Android Debug (Nexus 5)', | 233 'builder': 'Android Debug (Nexus 5)', |
| 258 'os': 'linux', | 234 'os': 'linux', |
| 259 'version': 'precise', | 235 'version': 'precise', |
| 260 'bits': '64', | 236 'bits': '64', |
| 261 }, | 237 }, |
| 262 { | 238 { |
| 263 'master': 'ChromiumGPU', | 239 'master': 'ChromiumGPU', |
| 264 'hostname': 'build60-b1', | 240 'hostname': 'build60-b1', |
| 265 'builder': 'Android Debug (Nexus 6)', | 241 'builder': 'Android Debug (Nexus 6)', |
| 266 'os': 'linux', | 242 'os': 'linux', |
| 267 'version': 'precise', | 243 'version': 'precise', |
| 268 'bits': '64', | 244 'bits': '64', |
| 269 }, | 245 }, |
| 270 { | 246 { |
| 271 'master': 'ChromiumGPU', | 247 'master': 'ChromiumGPU', |
| 272 'hostname': 'build61-b1', | 248 'hostname': 'build61-b1', |
| 273 'builder': 'Android Debug (Nexus 9)', | 249 'builder': 'Android Debug (Nexus 9)', |
| 274 'os': 'linux', | 250 'os': 'linux', |
| 275 'version': 'precise', | 251 'version': 'precise', |
| 276 'bits': '64', | 252 'bits': '64', |
| 277 }, | 253 }, |
| 278 ] | 254 ] |
| OLD | NEW |