Chromium Code Reviews| 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': 'ChromiumGPUFYI', | 7 'master': 'ChromiumGPUFYI', |
| 8 'hostname': 'vm80-m1', | 8 'hostname': 'vm80-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 # This bot only does builds and it seems sub-optimal to reboot in between. | 15 # All bots on these waterfalls are auto-rebooted between runs for stability. |
|
Dirk Pranke
2016/04/08 00:39:52
This comment isn't correct, right, since some of t
Ken Russell (switch to Gerrit)
2016/04/08 00:48:38
You're right, I was lazy and didn't go back and fi
| |
| 16 'auto_reboot': False, | |
| 17 }, | 16 }, |
| 18 { | 17 { |
| 19 'master': 'ChromiumGPUFYI', | 18 'master': 'ChromiumGPUFYI', |
| 20 'hostname': 'vm81-m1', | 19 'hostname': 'vm81-m1', |
| 21 'builder': 'GPU Win Builder (dbg)', | 20 'builder': 'GPU Win Builder (dbg)', |
| 22 'os': 'win', | 21 'os': 'win', |
| 23 'version': 'win7', | 22 'version': 'win7', |
| 24 'bits': '64', | 23 'bits': '64', |
| 25 'recipe': 'chromium', | 24 'recipe': 'chromium', |
| 26 'build_config': 'Debug', | 25 'build_config': 'Debug', |
| 27 # This bot only does builds and it seems sub-optimal to reboot in between. | 26 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 28 'auto_reboot': False, | |
| 29 }, | 27 }, |
| 30 { | 28 { |
| 31 'master': 'ChromiumGPUFYI', | 29 'master': 'ChromiumGPUFYI', |
| 32 'hostname': 'vm82-m1', | 30 'hostname': 'vm82-m1', |
| 33 'builder': 'Win7 Release (NVIDIA)', | 31 'builder': 'Win7 Release (NVIDIA)', |
| 34 'os': 'win', | 32 'os': 'win', |
| 35 'version': 'win7', | 33 'version': 'win7', |
| 36 'bits': '64', | 34 'bits': '64', |
| 37 'recipe': 'chromium', | 35 'recipe': 'chromium', |
| 38 'build_config': 'Release', | 36 'build_config': 'Release', |
| 39 # This bot uses recipe-side triggers. | 37 # This bot uses recipe-side triggers. |
| 40 'triggered_by': 'none', | 38 'triggered_by': 'none', |
| 41 # This bot only triggers and collects Swarming results and doesn't | 39 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 42 # need to be auto-rebooted. | |
| 43 'auto_reboot': False, | |
| 44 }, | 40 }, |
| 45 { | 41 { |
| 46 'master': 'ChromiumGPUFYI', | 42 'master': 'ChromiumGPUFYI', |
| 47 'hostname': 'vm83-m1', | 43 'hostname': 'vm83-m1', |
| 48 'builder': 'Win7 Debug (NVIDIA)', | 44 'builder': 'Win7 Debug (NVIDIA)', |
| 49 'os': 'win', | 45 'os': 'win', |
| 50 'version': 'win7', | 46 'version': 'win7', |
| 51 'bits': '64', | 47 'bits': '64', |
| 52 'recipe': 'chromium', | 48 'recipe': 'chromium', |
| 53 'build_config': 'Debug', | 49 'build_config': 'Debug', |
| 54 # This bot uses recipe-side triggers. | 50 # This bot uses recipe-side triggers. |
| 55 'triggered_by': 'none', | 51 'triggered_by': 'none', |
| 56 # This bot only triggers and collects Swarming results and doesn't | 52 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 57 # need to be auto-rebooted. | |
| 58 'auto_reboot': False, | |
| 59 }, | 53 }, |
| 60 { | 54 { |
| 61 'master': 'ChromiumGPUFYI', | 55 'master': 'ChromiumGPUFYI', |
| 62 'hostname': 'vm84-m1', | 56 'hostname': 'vm84-m1', |
| 63 'builder': 'Win8 Release (NVIDIA)', | 57 'builder': 'Win8 Release (NVIDIA)', |
| 64 'os': 'win', | 58 'os': 'win', |
| 65 'version': 'win8', | 59 'version': 'win8', |
| 66 'bits': '64', | 60 'bits': '64', |
| 67 'recipe': 'chromium', | 61 'recipe': 'chromium', |
| 68 'build_config': 'Release', | 62 'build_config': 'Release', |
| 69 # This bot uses recipe-side triggers. | 63 # This bot uses recipe-side triggers. |
| 70 'triggered_by': 'none', | 64 'triggered_by': 'none', |
| 71 # This bot only triggers and collects Swarming results and doesn't | 65 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 72 # need to be auto-rebooted. | |
| 73 'auto_reboot': False, | |
| 74 }, | 66 }, |
| 75 { | 67 { |
| 76 'master': 'ChromiumGPUFYI', | 68 'master': 'ChromiumGPUFYI', |
| 77 'hostname': 'vm85-m1', | 69 'hostname': 'vm85-m1', |
| 78 'builder': 'Win8 Debug (NVIDIA)', | 70 'builder': 'Win8 Debug (NVIDIA)', |
| 79 'os': 'win', | 71 'os': 'win', |
| 80 'version': 'win8', | 72 'version': 'win8', |
| 81 'bits': '64', | 73 'bits': '64', |
| 82 'recipe': 'chromium', | 74 'recipe': 'chromium', |
| 83 'build_config': 'Debug', | 75 'build_config': 'Debug', |
| 84 # This bot uses recipe-side triggers. | 76 # This bot uses recipe-side triggers. |
| 85 'triggered_by': 'none', | 77 'triggered_by': 'none', |
| 86 # This bot only triggers and collects Swarming results and doesn't | 78 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 87 # need to be auto-rebooted. | |
| 88 'auto_reboot': False, | |
| 89 }, | 79 }, |
| 90 { | 80 { |
| 91 'master': 'ChromiumGPUFYI', | 81 'master': 'ChromiumGPUFYI', |
| 92 'hostname': 'vm86-m1', | 82 'hostname': 'vm86-m1', |
| 93 'builder': 'Win7 Release (ATI)', | 83 'builder': 'Win7 Release (ATI)', |
| 94 'os': 'win', | 84 'os': 'win', |
| 95 'version': 'win7', | 85 'version': 'win7', |
| 96 'bits': '64', | 86 'bits': '64', |
| 97 'recipe': 'chromium', | 87 'recipe': 'chromium', |
| 98 'build_config': 'Release', | 88 'build_config': 'Release', |
| 99 # This bot uses recipe-side triggers. | 89 # This bot uses recipe-side triggers. |
| 100 'triggered_by': 'none', | 90 'triggered_by': 'none', |
| 101 # This bot only triggers and collects Swarming results and doesn't | 91 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 102 # need to be auto-rebooted. | |
| 103 'auto_reboot': False, | |
| 104 }, | 92 }, |
| 105 { | 93 { |
| 106 'master': 'ChromiumGPUFYI', | 94 'master': 'ChromiumGPUFYI', |
| 107 'hostname': 'vm102-m1', | 95 'hostname': 'vm102-m1', |
| 108 'builder': 'Win7 Debug (ATI)', | 96 'builder': 'Win7 Debug (ATI)', |
| 109 'os': 'win', | 97 'os': 'win', |
| 110 'version': 'win7', | 98 'version': 'win7', |
| 111 'bits': '64', | 99 'bits': '64', |
| 112 'recipe': 'chromium', | 100 'recipe': 'chromium', |
| 113 'build_config': 'Debug', | 101 'build_config': 'Debug', |
| 114 # This bot uses recipe-side triggers. | 102 # This bot uses recipe-side triggers. |
| 115 'triggered_by': 'none', | 103 'triggered_by': 'none', |
| 116 # This bot only triggers and collects Swarming results and doesn't | 104 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 117 # need to be auto-rebooted. | |
| 118 'auto_reboot': False, | |
| 119 }, | 105 }, |
| 120 { | 106 { |
| 121 'master': 'ChromiumGPUFYI', | 107 'master': 'ChromiumGPUFYI', |
| 122 'hostname': 'build169-m1', | 108 'hostname': 'build169-m1', |
| 123 'builder': 'Win7 Release (Intel)', | 109 'builder': 'Win7 Release (Intel)', |
| 124 'os': 'win', | 110 'os': 'win', |
| 125 'version': 'win7', | 111 'version': 'win7', |
| 126 'bits': '64', | 112 'bits': '64', |
| 127 'recipe': 'chromium', | 113 'recipe': 'chromium', |
| 128 'build_config': 'Release', | 114 'build_config': 'Release', |
| 129 # This bot uses recipe-side triggers. | 115 # This bot uses recipe-side triggers. |
| 130 'triggered_by': 'none', | 116 'triggered_by': 'none', |
| 131 # This bot is a physical machine running tests locally and needs | 117 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 132 # to be auto-rebooted for stability. | |
| 133 }, | 118 }, |
| 134 { | 119 { |
| 135 'master': 'ChromiumGPUFYI', | 120 'master': 'ChromiumGPUFYI', |
| 136 'hostname': 'build71-b1', | 121 'hostname': 'build71-b1', |
| 137 'builder': 'Win7 Release (NVIDIA GeForce 730)', | 122 'builder': 'Win7 Release (NVIDIA GeForce 730)', |
| 138 'os': 'win', | 123 'os': 'win', |
| 139 'version': 'win7', | 124 'version': 'win7', |
| 140 'bits': '64', | 125 'bits': '64', |
| 141 'recipe': 'chromium', | 126 'recipe': 'chromium', |
| 142 'build_config': 'Release', | 127 'build_config': 'Release', |
| 143 # This bot uses recipe-side triggers. | 128 # This bot uses recipe-side triggers. |
| 144 'triggered_by': 'none', | 129 'triggered_by': 'none', |
| 145 # This bot is a physical machine running tests locally and needs | 130 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 146 # to be auto-rebooted for stability. | |
| 147 }, | 131 }, |
| 148 { | 132 { |
| 149 'master': 'ChromiumGPUFYI', | 133 'master': 'ChromiumGPUFYI', |
| 150 'hostname': 'build74-b1', | 134 'hostname': 'build74-b1', |
| 151 'builder': 'Win7 Release (New Intel)', | 135 'builder': 'Win7 Release (New Intel)', |
| 152 'os': 'win', | 136 'os': 'win', |
| 153 'version': 'win7', | 137 'version': 'win7', |
| 154 'bits': '64', | 138 'bits': '64', |
| 155 'recipe': 'chromium', | 139 'recipe': 'chromium', |
| 156 'build_config': 'Release', | 140 'build_config': 'Release', |
| 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 is a physical machine running tests locally and needs | 143 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 160 # to be auto-rebooted for stability. | |
| 161 }, | 144 }, |
| 162 { | 145 { |
| 163 'master': 'ChromiumGPUFYI', | 146 'master': 'ChromiumGPUFYI', |
| 164 'hostname': 'build75-b1', | 147 'hostname': 'build75-b1', |
| 165 'builder': 'Win7 Debug (New Intel)', | 148 'builder': 'Win7 Debug (New Intel)', |
| 166 'os': 'win', | 149 'os': 'win', |
| 167 'version': 'win7', | 150 'version': 'win7', |
| 168 'bits': '64', | 151 'bits': '64', |
| 169 'recipe': 'chromium', | 152 'recipe': 'chromium', |
| 170 'build_config': 'Debug', | 153 'build_config': 'Debug', |
| 171 # This bot uses recipe-side triggers. | 154 # This bot uses recipe-side triggers. |
| 172 'triggered_by': 'none', | 155 'triggered_by': 'none', |
| 173 # This bot is a physical machine running tests locally and needs | 156 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 174 # to be auto-rebooted for stability. | |
| 175 }, | 157 }, |
| 176 { | 158 { |
| 177 'master': 'ChromiumGPUFYI', | 159 'master': 'ChromiumGPUFYI', |
| 178 'hostname': 'vm103-m1', | 160 'hostname': 'vm103-m1', |
| 179 'builder': 'GPU Win x64 Builder', | 161 'builder': 'GPU Win x64 Builder', |
| 180 'os': 'win', | 162 'os': 'win', |
| 181 'version': 'win7', | 163 'version': 'win7', |
| 182 'bits': '64', | 164 'bits': '64', |
| 183 'recipe': 'chromium', | 165 'recipe': 'chromium', |
| 184 'build_config': 'Release', | 166 'build_config': 'Release', |
| 185 # This bot only does builds and it seems sub-optimal to reboot in between. | 167 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 186 'auto_reboot': False, | |
| 187 }, | 168 }, |
| 188 { | 169 { |
| 189 'master': 'ChromiumGPUFYI', | 170 'master': 'ChromiumGPUFYI', |
| 190 'hostname': 'vm104-m1', | 171 'hostname': 'vm104-m1', |
| 191 'builder': 'GPU Win x64 Builder (dbg)', | 172 'builder': 'GPU Win x64 Builder (dbg)', |
| 192 'os': 'win', | 173 'os': 'win', |
| 193 'version': 'win7', | 174 'version': 'win7', |
| 194 'bits': '64', | 175 'bits': '64', |
| 195 'recipe': 'chromium', | 176 'recipe': 'chromium', |
| 196 'build_config': 'Debug', | 177 'build_config': 'Debug', |
| 197 # This bot only does builds and it seems sub-optimal to reboot in between. | 178 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 198 'auto_reboot': False, | |
| 199 }, | 179 }, |
| 200 { | 180 { |
| 201 'master': 'ChromiumGPUFYI', | 181 'master': 'ChromiumGPUFYI', |
| 202 'hostname': 'vm105-m1', | 182 'hostname': 'vm105-m1', |
| 203 'builder': 'Win7 x64 Release (NVIDIA)', | 183 'builder': 'Win7 x64 Release (NVIDIA)', |
| 204 'os': 'win', | 184 'os': 'win', |
| 205 'version': 'win7', | 185 'version': 'win7', |
| 206 'bits': '64', | 186 'bits': '64', |
| 207 'recipe': 'chromium', | 187 'recipe': 'chromium', |
| 208 'build_config': 'Release', | 188 'build_config': 'Release', |
| 209 # This bot uses recipe-side triggers. | 189 # This bot uses recipe-side triggers. |
| 210 'triggered_by': 'none', | 190 'triggered_by': 'none', |
| 211 # This bot only triggers and collects Swarming results and doesn't | 191 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 212 # need to be auto-rebooted. | |
| 213 'auto_reboot': False, | |
| 214 }, | 192 }, |
| 215 { | 193 { |
| 216 'master': 'ChromiumGPUFYI', | 194 'master': 'ChromiumGPUFYI', |
| 217 'hostname': 'vm106-m1', | 195 'hostname': 'vm106-m1', |
| 218 'builder': 'Win7 x64 Debug (NVIDIA)', | 196 'builder': 'Win7 x64 Debug (NVIDIA)', |
| 219 'os': 'win', | 197 'os': 'win', |
| 220 'version': 'win7', | 198 'version': 'win7', |
| 221 'bits': '64', | 199 'bits': '64', |
| 222 'recipe': 'chromium', | 200 'recipe': 'chromium', |
| 223 'build_config': 'Debug', | 201 'build_config': 'Debug', |
| 224 # This bot uses recipe-side triggers. | 202 # This bot uses recipe-side triggers. |
| 225 'triggered_by': 'none', | 203 'triggered_by': 'none', |
| 226 # This bot only triggers and collects Swarming results and doesn't | 204 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 227 # need to be auto-rebooted. | |
| 228 'auto_reboot': False, | |
| 229 }, | 205 }, |
| 230 { | 206 { |
| 231 'master': 'ChromiumGPUFYI', | 207 'master': 'ChromiumGPUFYI', |
| 232 'hostname': 'vm87-m1', | 208 'hostname': 'vm87-m1', |
| 233 'builder': 'GPU Win Clang Builder (dbg)', | 209 'builder': 'GPU Win Clang Builder (dbg)', |
| 234 'os': 'win', | 210 'os': 'win', |
| 235 'version': 'win7', | 211 'version': 'win7', |
| 236 'bits': '64', | 212 'bits': '64', |
| 237 'recipe': 'chromium', | 213 'recipe': 'chromium', |
| 238 'build_config': 'Debug', | 214 'build_config': 'Debug', |
| 239 # This bot only does builds and it seems sub-optimal to reboot in between. | 215 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 240 'auto_reboot': False, | |
| 241 }, | 216 }, |
| 242 { | 217 { |
| 243 'master': 'ChromiumGPUFYI', | 218 'master': 'ChromiumGPUFYI', |
| 244 'hostname': 'vm696-m1', | 219 'hostname': 'vm696-m1', |
| 245 'builder': 'GPU Mac Builder', | 220 'builder': 'GPU Mac Builder', |
| 246 'os': 'mac', | 221 'os': 'mac', |
| 247 'version': '10.8', | 222 'version': '10.8', |
| 248 'bits': '64', | 223 'bits': '64', |
| 249 'recipe': 'chromium', | 224 'recipe': 'chromium', |
| 250 'build_config': 'Release', | 225 'build_config': 'Release', |
| 251 # This bot only does builds and it seems sub-optimal to reboot in between. | 226 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 252 'auto_reboot': False, | |
| 253 }, | 227 }, |
| 254 { | 228 { |
| 255 'master': 'ChromiumGPUFYI', | 229 'master': 'ChromiumGPUFYI', |
| 256 'hostname': 'vm697-m1', | 230 'hostname': 'vm697-m1', |
| 257 'builder': 'GPU Mac Builder (dbg)', | 231 'builder': 'GPU Mac Builder (dbg)', |
| 258 'os': 'mac', | 232 'os': 'mac', |
| 259 'version': '10.8', | 233 'version': '10.8', |
| 260 'bits': '64', | 234 'bits': '64', |
| 261 'recipe': 'chromium', | 235 'recipe': 'chromium', |
| 262 'build_config': 'Debug', | 236 'build_config': 'Debug', |
| 263 # This bot only does builds and it seems sub-optimal to reboot in between. | 237 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 264 'auto_reboot': False, | |
| 265 }, | 238 }, |
| 266 { | 239 { |
| 267 'master': 'ChromiumGPUFYI', | 240 'master': 'ChromiumGPUFYI', |
| 268 'hostname': 'vm71-m1', | 241 'hostname': 'vm71-m1', |
| 269 'builder': 'Mac 10.10 Release (Intel)', | 242 'builder': 'Mac 10.10 Release (Intel)', |
| 270 'os': 'mac', | 243 'os': 'mac', |
| 271 'version': '10.10', | 244 'version': '10.10', |
| 272 'bits': '64', | 245 'bits': '64', |
| 273 'recipe': 'chromium', | 246 'recipe': 'chromium', |
| 274 'build_config': 'Release', | 247 'build_config': 'Release', |
| 275 # This bot uses recipe-side triggers. | 248 # This bot uses recipe-side triggers. |
| 276 'triggered_by': 'none', | 249 'triggered_by': 'none', |
| 277 # This bot only triggers and collects Swarming results and doesn't | 250 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 278 # need to be auto-rebooted. | |
| 279 'auto_reboot': False, | |
| 280 }, | 251 }, |
| 281 { | 252 { |
| 282 'master': 'ChromiumGPUFYI', | 253 'master': 'ChromiumGPUFYI', |
| 283 'hostname': 'vm72-m1', | 254 'hostname': 'vm72-m1', |
| 284 'builder': 'Mac 10.10 Debug (Intel)', | 255 'builder': 'Mac 10.10 Debug (Intel)', |
| 285 'os': 'mac', | 256 'os': 'mac', |
| 286 'version': '10.10', | 257 'version': '10.10', |
| 287 'bits': '64', | 258 'bits': '64', |
| 288 'recipe': 'chromium', | 259 'recipe': 'chromium', |
| 289 'build_config': 'Debug', | 260 'build_config': 'Debug', |
| 290 # This bot uses recipe-side triggers. | 261 # This bot uses recipe-side triggers. |
| 291 'triggered_by': 'none', | 262 'triggered_by': 'none', |
| 292 # This bot only triggers and collects Swarming results and doesn't | 263 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 293 # need to be auto-rebooted. | |
| 294 'auto_reboot': False, | |
| 295 }, | 264 }, |
| 296 { | 265 { |
| 297 'master': 'ChromiumGPUFYI', | 266 'master': 'ChromiumGPUFYI', |
| 298 'hostname': 'build116-m1', | 267 'hostname': 'build116-m1', |
| 299 'builder': 'Mac 10.10 Release (ATI)', | 268 'builder': 'Mac 10.10 Release (ATI)', |
| 300 'os': 'mac', | 269 'os': 'mac', |
| 301 'version': '10.10', | 270 'version': '10.10', |
| 302 'bits': '64', | 271 'bits': '64', |
| 303 'recipe': 'chromium', | 272 'recipe': 'chromium', |
| 304 'build_config': 'Release', | 273 'build_config': 'Release', |
| 305 # This bot uses recipe-side triggers. | 274 # This bot uses recipe-side triggers. |
| 306 'triggered_by': 'none', | 275 'triggered_by': 'none', |
| 307 # This bot is a physical machine running tests locally and needs | 276 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 308 # to be auto-rebooted for stability. | |
| 309 }, | 277 }, |
| 310 { | 278 { |
| 311 'master': 'ChromiumGPUFYI', | 279 'master': 'ChromiumGPUFYI', |
| 312 'hostname': 'build117-m1', | 280 'hostname': 'build117-m1', |
| 313 'builder': 'Mac 10.10 Debug (ATI)', | 281 'builder': 'Mac 10.10 Debug (ATI)', |
| 314 'os': 'mac', | 282 'os': 'mac', |
| 315 'version': '10.10', | 283 'version': '10.10', |
| 316 'bits': '64', | 284 'bits': '64', |
| 317 'recipe': 'chromium', | 285 'recipe': 'chromium', |
| 318 'build_config': 'Debug', | 286 'build_config': 'Debug', |
| 319 # This bot uses recipe-side triggers. | 287 # This bot uses recipe-side triggers. |
| 320 'triggered_by': 'none', | 288 'triggered_by': 'none', |
| 321 # This bot is a physical machine running tests locally and needs | 289 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 322 # to be auto-rebooted for stability. | |
| 323 }, | 290 }, |
| 324 { | 291 { |
| 325 'master': 'ChromiumGPUFYI', | 292 'master': 'ChromiumGPUFYI', |
| 326 'hostname': 'build110-m1', | 293 'hostname': 'build110-m1', |
| 327 'builder': 'Mac Retina Release', | 294 'builder': 'Mac Retina Release', |
| 328 'os': 'mac', | 295 'os': 'mac', |
| 329 'version': '10.9', | 296 'version': '10.9', |
| 330 'bits': '64', | 297 'bits': '64', |
| 331 'recipe': 'chromium', | 298 'recipe': 'chromium', |
| 332 'build_config': 'Release', | 299 'build_config': 'Release', |
| 333 # This bot uses recipe-side triggers. | 300 # This bot uses recipe-side triggers. |
| 334 'triggered_by': 'none', | 301 'triggered_by': 'none', |
| 335 'auto_reboot': False, | 302 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 336 }, | 303 }, |
| 337 { | 304 { |
| 338 'master': 'ChromiumGPUFYI', | 305 'master': 'ChromiumGPUFYI', |
| 339 'hostname': 'build181-m1', | 306 'hostname': 'build181-m1', |
| 340 'builder': 'Mac Retina Debug', | 307 'builder': 'Mac Retina Debug', |
| 341 'os': 'mac', | 308 'os': 'mac', |
| 342 'version': '10.9', | 309 'version': '10.9', |
| 343 'recipe': 'chromium', | 310 'recipe': 'chromium', |
| 344 'build_config': 'Debug', | 311 'build_config': 'Debug', |
| 345 'bits': '64', | 312 'bits': '64', |
| 346 # This bot uses recipe-side triggers. | 313 # This bot uses recipe-side triggers. |
| 347 'triggered_by': 'none', | 314 'triggered_by': 'none', |
| 348 # This bot only triggers and collects Swarming results and doesn't | 315 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 349 # need to be auto-rebooted. | |
| 350 'auto_reboot': False, | |
| 351 }, | 316 }, |
| 352 { | 317 { |
| 353 'master': 'ChromiumGPUFYI', | 318 'master': 'ChromiumGPUFYI', |
| 354 'hostname': 'vm73-m1', | 319 'hostname': 'vm73-m1', |
| 355 'builder': 'Mac 10.10 Retina Release (AMD)', | 320 'builder': 'Mac 10.10 Retina Release (AMD)', |
| 356 'os': 'mac', | 321 'os': 'mac', |
| 357 'version': '10.10', | 322 'version': '10.10', |
| 358 'bits': '64', | 323 'bits': '64', |
| 359 'recipe': 'chromium', | 324 'recipe': 'chromium', |
| 360 'build_config': 'Release', | 325 'build_config': 'Release', |
| 361 # This bot uses recipe-side triggers. | 326 # This bot uses recipe-side triggers. |
| 362 'triggered_by': 'none', | 327 'triggered_by': 'none', |
| 363 # This bot only triggers and collects Swarming results and doesn't | 328 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 364 # need to be auto-rebooted. | |
| 365 'auto_reboot': False, | |
| 366 }, | 329 }, |
| 367 { | 330 { |
| 368 'master': 'ChromiumGPUFYI', | 331 'master': 'ChromiumGPUFYI', |
| 369 'hostname': 'vm74-m1', | 332 'hostname': 'vm74-m1', |
| 370 'builder': 'Mac 10.10 Retina Debug (AMD)', | 333 'builder': 'Mac 10.10 Retina Debug (AMD)', |
| 371 'os': 'mac', | 334 'os': 'mac', |
| 372 'version': '10.10', | 335 'version': '10.10', |
| 373 'bits': '64', | 336 'bits': '64', |
| 374 'recipe': 'chromium', | 337 'recipe': 'chromium', |
| 375 'build_config': 'Debug', | 338 'build_config': 'Debug', |
| 376 # This bot uses recipe-side triggers. | 339 # This bot uses recipe-side triggers. |
| 377 'triggered_by': 'none', | 340 'triggered_by': 'none', |
| 378 # This bot only triggers and collects Swarming results and doesn't | 341 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 379 # need to be auto-rebooted. | |
| 380 'auto_reboot': False, | |
| 381 }, | 342 }, |
| 382 { | 343 { |
| 383 'master': 'ChromiumGPUFYI', | 344 'master': 'ChromiumGPUFYI', |
| 384 'hostname': 'slave60-c1', | 345 'hostname': 'slave60-c1', |
| 385 'builder': 'GPU Linux Builder', | 346 'builder': 'GPU Linux Builder', |
| 386 'os': 'linux', | 347 'os': 'linux', |
| 387 'version': 'precise', | 348 'version': 'precise', |
| 388 'bits': '64', | 349 'bits': '64', |
| 389 'recipe': 'chromium', | 350 'recipe': 'chromium', |
| 390 'build_config': 'Release', | 351 'build_config': 'Release', |
| 391 # This bot only does builds and it seems sub-optimal to reboot in between. | 352 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 392 'auto_reboot': False, | |
| 393 }, | 353 }, |
| 394 { | 354 { |
| 395 'master': 'ChromiumGPUFYI', | 355 'master': 'ChromiumGPUFYI', |
| 396 'hostname': 'slave61-c1', | 356 'hostname': 'slave61-c1', |
| 397 'builder': 'GPU Linux Builder (dbg)', | 357 'builder': 'GPU Linux Builder (dbg)', |
| 398 'os': 'linux', | 358 'os': 'linux', |
| 399 'version': 'precise', | 359 'version': 'precise', |
| 400 'bits': '64', | 360 'bits': '64', |
| 401 'recipe': 'chromium', | 361 'recipe': 'chromium', |
| 402 'build_config': 'Debug', | 362 'build_config': 'Debug', |
| 403 # This bot only does builds and it seems sub-optimal to reboot in between. | 363 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 404 'auto_reboot': False, | |
| 405 }, | 364 }, |
| 406 { | 365 { |
| 407 'master': 'ChromiumGPUFYI', | 366 'master': 'ChromiumGPUFYI', |
| 408 'hostname': 'slave64-c1', | 367 'hostname': 'slave64-c1', |
| 409 'subdir': '0', | 368 'subdir': '0', |
| 410 'builder': 'Linux Release (NVIDIA)', | 369 'builder': 'Linux Release (NVIDIA)', |
| 411 'os': 'linux', | 370 'os': 'linux', |
| 412 'version': 'precise', | 371 'version': 'precise', |
| 413 'bits': '64', | 372 'bits': '64', |
| 414 'recipe': 'chromium', | 373 'recipe': 'chromium', |
| 415 'build_config': 'Release', | 374 'build_config': 'Release', |
| 416 # This bot uses recipe-side triggers. | 375 # This bot uses recipe-side triggers. |
| 417 'triggered_by': 'none', | 376 'triggered_by': 'none', |
| 418 # This bot only triggers and collects Swarming results and doesn't | 377 # This physical host is shared between multiple builders and can't |
| 419 # need to be auto-rebooted. | 378 # be auto-rebooted. |
| 420 'auto_reboot': False, | 379 'auto_reboot': False, |
| 421 }, | 380 }, |
| 422 { | 381 { |
| 423 'master': 'ChromiumGPUFYI', | 382 'master': 'ChromiumGPUFYI', |
| 424 'hostname': 'build171-m1', | 383 'hostname': 'build171-m1', |
| 425 'builder': 'Linux Release (Intel Graphics Stack)', | 384 'builder': 'Linux Release (Intel Graphics Stack)', |
| 426 'os': 'linux', | 385 'os': 'linux', |
| 427 'version': 'precise', | 386 'version': 'precise', |
| 428 'bits': '64', | 387 'bits': '64', |
| 429 'recipe': 'chromium', | 388 'recipe': 'chromium', |
| 430 'build_config': 'Release', | 389 'build_config': 'Release', |
| 431 # This bot uses recipe-side triggers. | 390 # This bot uses recipe-side triggers. |
| 432 'triggered_by': 'none', | 391 'triggered_by': 'none', |
| 433 # This bot is a physical machine running tests locally and needs | 392 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 434 # to be auto-rebooted for stability. | |
| 435 }, | 393 }, |
| 436 { | 394 { |
| 437 'master': 'ChromiumGPUFYI', | 395 'master': 'ChromiumGPUFYI', |
| 438 'hostname': 'build89-m1', | 396 'hostname': 'build89-m1', |
| 439 'builder': 'Linux Release (ATI)', | 397 'builder': 'Linux Release (ATI)', |
| 440 'os': 'linux', | 398 'os': 'linux', |
| 441 'version': 'precise', | 399 'version': 'precise', |
| 442 'bits': '64', | 400 'bits': '64', |
| 443 'recipe': 'chromium', | 401 'recipe': 'chromium', |
| 444 'build_config': 'Release', | 402 'build_config': 'Release', |
| 445 # This bot uses recipe-side triggers. | 403 # This bot uses recipe-side triggers. |
| 446 'triggered_by': 'none', | 404 'triggered_by': 'none', |
| 447 # This bot is a physical machine running tests locally and needs | 405 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 448 # to be auto-rebooted for stability. | |
| 449 }, | 406 }, |
| 450 { | 407 { |
| 451 'master': 'ChromiumGPUFYI', | 408 'master': 'ChromiumGPUFYI', |
| 452 'hostname': 'build70-b1', | 409 'hostname': 'build70-b1', |
| 453 'builder': 'Linux Release (NVIDIA GeForce 730)', | 410 'builder': 'Linux Release (NVIDIA GeForce 730)', |
| 454 'os': 'linux', | 411 'os': 'linux', |
| 455 'version': 'precise', | 412 'version': 'precise', |
| 456 'bits': '64', | 413 'bits': '64', |
| 457 'recipe': 'chromium', | 414 'recipe': 'chromium', |
| 458 'build_config': 'Release', | 415 'build_config': 'Release', |
| 459 # This bot uses recipe-side triggers. | 416 # This bot uses recipe-side triggers. |
| 460 'triggered_by': 'none', | 417 'triggered_by': 'none', |
| 461 # This bot is a physical machine running tests locally and needs | 418 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 462 # to be auto-rebooted for stability. | |
| 463 }, | 419 }, |
| 464 { | 420 { |
| 465 'master': 'ChromiumGPUFYI', | 421 'master': 'ChromiumGPUFYI', |
| 466 'hostname': 'slave64-c1', | 422 'hostname': 'slave64-c1', |
| 467 'subdir': '1', | 423 'subdir': '1', |
| 468 'builder': 'Linux Debug (NVIDIA)', | 424 'builder': 'Linux Debug (NVIDIA)', |
| 469 'os': 'linux', | 425 'os': 'linux', |
| 470 'version': 'precise', | 426 'version': 'precise', |
| 471 'bits': '64', | 427 'bits': '64', |
| 472 'recipe': 'chromium', | 428 'recipe': 'chromium', |
| 473 'build_config': 'Debug', | 429 'build_config': 'Debug', |
| 474 # This bot uses recipe-side triggers. | 430 # This bot uses recipe-side triggers. |
| 475 'triggered_by': 'none', | 431 'triggered_by': 'none', |
| 476 # This bot only triggers and collects Swarming results and doesn't | 432 # This physical host is shared between multiple builders and can't |
| 477 # need to be auto-rebooted. | 433 # be auto-rebooted. |
| 478 'auto_reboot': False, | 434 'auto_reboot': False, |
| 479 }, | 435 }, |
| 480 { | 436 { |
| 481 'master': 'ChromiumGPUFYI', | 437 'master': 'ChromiumGPUFYI', |
| 482 'hostname': 'build72-b1', | 438 'hostname': 'build72-b1', |
| 483 'builder': 'Linux Release (New Intel)', | 439 'builder': 'Linux Release (New Intel)', |
| 484 'os': 'linux', | 440 'os': 'linux', |
| 485 'version': 'precise', | 441 'version': 'precise', |
| 486 'bits': '64', | 442 'bits': '64', |
| 487 'recipe': 'chromium', | 443 'recipe': 'chromium', |
| 488 'build_config': 'Release', | 444 'build_config': 'Release', |
| 489 # This bot uses recipe-side triggers. | 445 # This bot uses recipe-side triggers. |
| 490 'triggered_by': 'none', | 446 'triggered_by': 'none', |
| 491 # This bot is a physical machine running tests locally and needs | 447 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 492 # to be auto-rebooted for stability. | |
| 493 }, | 448 }, |
| 494 { | 449 { |
| 495 'master': 'ChromiumGPUFYI', | 450 'master': 'ChromiumGPUFYI', |
| 496 'hostname': 'build73-b1', | 451 'hostname': 'build73-b1', |
| 497 'builder': 'Linux Debug (New Intel)', | 452 'builder': 'Linux Debug (New Intel)', |
| 498 'os': 'linux', | 453 'os': 'linux', |
| 499 'version': 'precise', | 454 'version': 'precise', |
| 500 'bits': '64', | 455 'bits': '64', |
| 501 'recipe': 'chromium', | 456 'recipe': 'chromium', |
| 502 'build_config': 'Debug', | 457 'build_config': 'Debug', |
| 503 # This bot uses recipe-side triggers. | 458 # This bot uses recipe-side triggers. |
| 504 'triggered_by': 'none', | 459 'triggered_by': 'none', |
| 505 # This bot is a physical machine running tests locally and needs | 460 # All bots on these waterfalls are auto-rebooted between runs for stability. |
| 506 # to be auto-rebooted for stability. | |
| 507 }, | 461 }, |
| 508 { | 462 { |
| 509 'master': 'ChromiumGPUFYI', | 463 'master': 'ChromiumGPUFYI', |
| 510 'hostname': 'chromeperf21', | 464 'hostname': 'chromeperf21', |
| 511 'builder': 'Win7 Audio', | 465 'builder': 'Win7 Audio', |
| 512 'os': 'win', | 466 'os': 'win', |
| 513 'version': 'win7', | 467 'version': 'win7', |
| 514 'bits': '64', | 468 'bits': '64', |
| 515 }, | 469 }, |
| 516 { | 470 { |
| 517 'master': 'ChromiumGPUFYI', | 471 'master': 'ChromiumGPUFYI', |
| 518 'hostname': 'chromeperf22', | 472 'hostname': 'chromeperf22', |
| 519 'builder': 'Linux Audio', | 473 'builder': 'Linux Audio', |
| 520 'os': 'linux', | 474 'os': 'linux', |
| 521 'version': 'precise', | 475 'version': 'precise', |
| 522 'bits': '64', | 476 'bits': '64', |
| 523 }, | 477 }, |
| 524 ] | 478 ] |
| OLD | NEW |