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