| OLD | NEW |
| 1 config = { | 1 config = { |
| 2 'buildCacheSize': 200, | 2 'buildCacheSize': 200, |
| 3 'buildHorizon': 1000, | 3 'buildHorizon': 1000, |
| 4 'buildbotURL': 'http://build.chromium.org/p/chromiumos/', | 4 'buildbotURL': 'http://build.chromium.org/p/chromiumos/', |
| 5 'builders': [ | 5 'builders': [ |
| 6 { | 6 { |
| 7 'auto_reboot': False, | 7 'auto_reboot': False, |
| 8 'builddir': 'x86-generic-paladin', | 8 'builddir': 'amd64-generic-paladin-master', |
| 9 'category': '1release full|info', | 9 'category': '1release full|info', |
| 10 'collapseRequests': <Always Collapse>, |
| 10 'factory': BuildFactory { | 11 'factory': BuildFactory { |
| 11 steps: [ | 12 steps: [ |
| 12 ( | 13 ( |
| 13 <class buildbot.steps.shell.ShellCommand>, | 14 <class buildbot.steps.shell.ShellCommand>, |
| 14 { | 15 { |
| 15 'command': [ | 16 'command': [ |
| 16 'gclient', | 17 'gclient', |
| 17 'sync', | 18 'sync', |
| 18 '--verbose', | 19 '--verbose', |
| 19 '--force', | 20 '--force', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 40 <class master.chromium_step.AnnotatedCommand>, | 41 <class master.chromium_step.AnnotatedCommand>, |
| 41 { | 42 { |
| 42 'command': [ | 43 'command': [ |
| 43 'chromite/bin/cbuildbot', | 44 'chromite/bin/cbuildbot', |
| 44 <buildbot.process.properties.WithProperties instance>, | 45 <buildbot.process.properties.WithProperties instance>, |
| 45 '--buildroot=/b/cbuild/external_master', | 46 '--buildroot=/b/cbuild/external_master', |
| 46 <master.master_utils.ConditionalProperty instance>, | 47 <master.master_utils.ConditionalProperty instance>, |
| 47 '--buildbot', | 48 '--buildbot', |
| 48 '--debug', | 49 '--debug', |
| 49 <master.master_utils.ConditionalProperty instance>, | 50 <master.master_utils.ConditionalProperty instance>, |
| 50 'x86-generic-paladin', | 51 'amd64-generic-paladin', |
| 51 ], | 52 ], |
| 52 'description': 'cbuildbot', | 53 'description': 'cbuildbot', |
| 53 'maxTime': 57600, | 54 'maxTime': 57600, |
| 54 'name': 'cbuildbot', | 55 'name': 'cbuildbot', |
| 55 'timeout': 9000, | 56 'timeout': 9000, |
| 56 'usePTY': False, | 57 'usePTY': False, |
| 57 }, | 58 }, |
| 58 ), | 59 ), |
| 59 ], | 60 ], |
| 60 properties: Properties(**{}), | 61 properties: Properties(**{}), |
| 61 }, | 62 }, |
| 62 'name': 'x86-generic paladin', | 63 'name': 'amd64-generic paladin', |
| 63 'slavenames': ['build174-m2'], | 64 'slavenames': ['build141-m2'], |
| 64 }, | 65 }, |
| 65 { | 66 { |
| 66 'auto_reboot': False, | 67 'auto_reboot': False, |
| 67 'builddir': 'amd64-generic-paladin', | 68 'builddir': 'arm-generic-paladin-master', |
| 68 'category': '1release full|info', | 69 'category': '1release full|info', |
| 70 'collapseRequests': <Always Collapse>, |
| 69 'factory': BuildFactory { | 71 'factory': BuildFactory { |
| 70 steps: [ | 72 steps: [ |
| 71 ( | 73 ( |
| 72 <class buildbot.steps.shell.ShellCommand>, | 74 <class buildbot.steps.shell.ShellCommand>, |
| 73 { | 75 { |
| 74 'command': [ | 76 'command': [ |
| 75 'gclient', | 77 'gclient', |
| 76 'sync', | 78 'sync', |
| 77 '--verbose', | 79 '--verbose', |
| 78 '--force', | 80 '--force', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 99 <class master.chromium_step.AnnotatedCommand>, | 101 <class master.chromium_step.AnnotatedCommand>, |
| 100 { | 102 { |
| 101 'command': [ | 103 'command': [ |
| 102 'chromite/bin/cbuildbot', | 104 'chromite/bin/cbuildbot', |
| 103 <buildbot.process.properties.WithProperties instance>, | 105 <buildbot.process.properties.WithProperties instance>, |
| 104 '--buildroot=/b/cbuild/external_master', | 106 '--buildroot=/b/cbuild/external_master', |
| 105 <master.master_utils.ConditionalProperty instance>, | 107 <master.master_utils.ConditionalProperty instance>, |
| 106 '--buildbot', | 108 '--buildbot', |
| 107 '--debug', | 109 '--debug', |
| 108 <master.master_utils.ConditionalProperty instance>, | 110 <master.master_utils.ConditionalProperty instance>, |
| 109 'amd64-generic-paladin', | 111 'arm-generic-paladin', |
| 110 ], | 112 ], |
| 111 'description': 'cbuildbot', | 113 'description': 'cbuildbot', |
| 112 'maxTime': 57600, | 114 'maxTime': 57600, |
| 113 'name': 'cbuildbot', | 115 'name': 'cbuildbot', |
| 114 'timeout': 9000, | 116 'timeout': 9000, |
| 115 'usePTY': False, | 117 'usePTY': False, |
| 116 }, | 118 }, |
| 117 ), | 119 ), |
| 118 ], | 120 ], |
| 119 properties: Properties(**{}), | 121 properties: Properties(**{}), |
| 120 }, | 122 }, |
| 121 'name': 'amd64-generic paladin', | 123 'name': 'arm-generic paladin', |
| 122 'slavenames': ['build141-m2'], | 124 'slavenames': ['build263-m2'], |
| 123 }, | 125 }, |
| 124 { | 126 { |
| 125 'auto_reboot': False, | 127 'auto_reboot': False, |
| 126 'builddir': 'amd64-generic_freon-paladin', | 128 'builddir': 'gizmo-paladin-master', |
| 127 'category': '1release full|info', | 129 'category': '1release full|info', |
| 130 'collapseRequests': <Always Collapse>, |
| 128 'factory': BuildFactory { | 131 'factory': BuildFactory { |
| 129 steps: [ | 132 steps: [ |
| 130 ( | 133 ( |
| 131 <class buildbot.steps.shell.ShellCommand>, | 134 <class buildbot.steps.shell.ShellCommand>, |
| 132 { | 135 { |
| 133 'command': [ | 136 'command': [ |
| 134 'gclient', | 137 'gclient', |
| 135 'sync', | 138 'sync', |
| 136 '--verbose', | 139 '--verbose', |
| 137 '--force', | 140 '--force', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 158 <class master.chromium_step.AnnotatedCommand>, | 161 <class master.chromium_step.AnnotatedCommand>, |
| 159 { | 162 { |
| 160 'command': [ | 163 'command': [ |
| 161 'chromite/bin/cbuildbot', | 164 'chromite/bin/cbuildbot', |
| 162 <buildbot.process.properties.WithProperties instance>, | 165 <buildbot.process.properties.WithProperties instance>, |
| 163 '--buildroot=/b/cbuild/external_master', | 166 '--buildroot=/b/cbuild/external_master', |
| 164 <master.master_utils.ConditionalProperty instance>, | 167 <master.master_utils.ConditionalProperty instance>, |
| 165 '--buildbot', | 168 '--buildbot', |
| 166 '--debug', | 169 '--debug', |
| 167 <master.master_utils.ConditionalProperty instance>, | 170 <master.master_utils.ConditionalProperty instance>, |
| 168 'amd64-generic_freon-paladin', | 171 'gizmo-paladin', |
| 169 ], | 172 ], |
| 170 'description': 'cbuildbot', | 173 'description': 'cbuildbot', |
| 171 'maxTime': 57600, | 174 'maxTime': 57600, |
| 172 'name': 'cbuildbot', | 175 'name': 'cbuildbot', |
| 173 'timeout': 9000, | 176 'timeout': 9000, |
| 174 'usePTY': False, | 177 'usePTY': False, |
| 175 }, | 178 }, |
| 176 ), | 179 ), |
| 177 ], | 180 ], |
| 178 properties: Properties(**{}), | 181 properties: Properties(**{}), |
| 179 }, | 182 }, |
| 180 'name': 'amd64-generic_freon paladin', | 183 'name': 'gizmo paladin', |
| 181 'slavenames': ['build182-m2'], | 184 'slavenames': ['build118-m2'], |
| 182 }, | 185 }, |
| 183 { | 186 { |
| 184 'auto_reboot': False, | 187 'auto_reboot': False, |
| 185 'builddir': 'gizmo-paladin', | 188 'builddir': 'mipsel-o32-generic-paladin-master', |
| 186 'category': '1release full|info', | 189 'category': '1release full|info', |
| 190 'collapseRequests': <Always Collapse>, |
| 187 'factory': BuildFactory { | 191 'factory': BuildFactory { |
| 188 steps: [ | 192 steps: [ |
| 189 ( | 193 ( |
| 190 <class buildbot.steps.shell.ShellCommand>, | 194 <class buildbot.steps.shell.ShellCommand>, |
| 191 { | 195 { |
| 192 'command': [ | 196 'command': [ |
| 193 'gclient', | 197 'gclient', |
| 194 'sync', | 198 'sync', |
| 195 '--verbose', | 199 '--verbose', |
| 196 '--force', | 200 '--force', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 217 <class master.chromium_step.AnnotatedCommand>, | 221 <class master.chromium_step.AnnotatedCommand>, |
| 218 { | 222 { |
| 219 'command': [ | 223 'command': [ |
| 220 'chromite/bin/cbuildbot', | 224 'chromite/bin/cbuildbot', |
| 221 <buildbot.process.properties.WithProperties instance>, | 225 <buildbot.process.properties.WithProperties instance>, |
| 222 '--buildroot=/b/cbuild/external_master', | 226 '--buildroot=/b/cbuild/external_master', |
| 223 <master.master_utils.ConditionalProperty instance>, | 227 <master.master_utils.ConditionalProperty instance>, |
| 224 '--buildbot', | 228 '--buildbot', |
| 225 '--debug', | 229 '--debug', |
| 226 <master.master_utils.ConditionalProperty instance>, | 230 <master.master_utils.ConditionalProperty instance>, |
| 227 'gizmo-paladin', | 231 'mipsel-o32-generic-paladin', |
| 228 ], | 232 ], |
| 229 'description': 'cbuildbot', | 233 'description': 'cbuildbot', |
| 230 'maxTime': 57600, | 234 'maxTime': 57600, |
| 231 'name': 'cbuildbot', | 235 'name': 'cbuildbot', |
| 232 'timeout': 9000, | 236 'timeout': 9000, |
| 233 'usePTY': False, | 237 'usePTY': False, |
| 234 }, | 238 }, |
| 235 ), | 239 ), |
| 236 ], | 240 ], |
| 237 properties: Properties(**{}), | 241 properties: Properties(**{}), |
| 238 }, | 242 }, |
| 239 'name': 'gizmo paladin', | 243 'name': 'mipsel-o32-generic paladin', |
| 240 'slavenames': ['build118-m2'], | 244 'slavenames': ['build112-m2'], |
| 241 }, | 245 }, |
| 242 { | 246 { |
| 243 'auto_reboot': False, | 247 'auto_reboot': False, |
| 244 'builddir': 'mipsel-o32-generic-paladin', | 248 'builddir': 'panther_embedded-minimal-paladin-master', |
| 245 'category': '1release full|info', | 249 'category': '1release full|info', |
| 250 'collapseRequests': <Always Collapse>, |
| 246 'factory': BuildFactory { | 251 'factory': BuildFactory { |
| 247 steps: [ | 252 steps: [ |
| 248 ( | 253 ( |
| 249 <class buildbot.steps.shell.ShellCommand>, | 254 <class buildbot.steps.shell.ShellCommand>, |
| 250 { | 255 { |
| 251 'command': [ | 256 'command': [ |
| 252 'gclient', | 257 'gclient', |
| 253 'sync', | 258 'sync', |
| 254 '--verbose', | 259 '--verbose', |
| 255 '--force', | 260 '--force', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 276 <class master.chromium_step.AnnotatedCommand>, | 281 <class master.chromium_step.AnnotatedCommand>, |
| 277 { | 282 { |
| 278 'command': [ | 283 'command': [ |
| 279 'chromite/bin/cbuildbot', | 284 'chromite/bin/cbuildbot', |
| 280 <buildbot.process.properties.WithProperties instance>, | 285 <buildbot.process.properties.WithProperties instance>, |
| 281 '--buildroot=/b/cbuild/external_master', | 286 '--buildroot=/b/cbuild/external_master', |
| 282 <master.master_utils.ConditionalProperty instance>, | 287 <master.master_utils.ConditionalProperty instance>, |
| 283 '--buildbot', | 288 '--buildbot', |
| 284 '--debug', | 289 '--debug', |
| 285 <master.master_utils.ConditionalProperty instance>, | 290 <master.master_utils.ConditionalProperty instance>, |
| 286 'mipsel-o32-generic-paladin', | 291 'panther_embedded-minimal-paladin', |
| 287 ], | 292 ], |
| 288 'description': 'cbuildbot', | 293 'description': 'cbuildbot', |
| 289 'maxTime': 57600, | 294 'maxTime': 57600, |
| 290 'name': 'cbuildbot', | 295 'name': 'cbuildbot', |
| 291 'timeout': 9000, | 296 'timeout': 9000, |
| 292 'usePTY': False, | 297 'usePTY': False, |
| 293 }, | 298 }, |
| 294 ), | 299 ), |
| 295 ], | 300 ], |
| 296 properties: Properties(**{}), | 301 properties: Properties(**{}), |
| 297 }, | 302 }, |
| 298 'name': 'mipsel-o32-generic paladin', | 303 'name': 'panther_embedded-minimal paladin', |
| 299 'slavenames': ['build112-m2'], | 304 'slavenames': ['build203-m2'], |
| 300 }, | 305 }, |
| 301 { | 306 { |
| 302 'auto_reboot': False, | 307 'auto_reboot': False, |
| 303 'builddir': 'arm-generic-paladin', | 308 'builddir': 'x86-generic-paladin-master', |
| 304 'category': '1release full|info', | 309 'category': '1release full|info', |
| 310 'collapseRequests': <Always Collapse>, |
| 305 'factory': BuildFactory { | 311 'factory': BuildFactory { |
| 306 steps: [ | 312 steps: [ |
| 307 ( | 313 ( |
| 308 <class buildbot.steps.shell.ShellCommand>, | 314 <class buildbot.steps.shell.ShellCommand>, |
| 309 { | 315 { |
| 310 'command': [ | 316 'command': [ |
| 311 'gclient', | 317 'gclient', |
| 312 'sync', | 318 'sync', |
| 313 '--verbose', | 319 '--verbose', |
| 314 '--force', | 320 '--force', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 335 <class master.chromium_step.AnnotatedCommand>, | 341 <class master.chromium_step.AnnotatedCommand>, |
| 336 { | 342 { |
| 337 'command': [ | 343 'command': [ |
| 338 'chromite/bin/cbuildbot', | 344 'chromite/bin/cbuildbot', |
| 339 <buildbot.process.properties.WithProperties instance>, | 345 <buildbot.process.properties.WithProperties instance>, |
| 340 '--buildroot=/b/cbuild/external_master', | 346 '--buildroot=/b/cbuild/external_master', |
| 341 <master.master_utils.ConditionalProperty instance>, | 347 <master.master_utils.ConditionalProperty instance>, |
| 342 '--buildbot', | 348 '--buildbot', |
| 343 '--debug', | 349 '--debug', |
| 344 <master.master_utils.ConditionalProperty instance>, | 350 <master.master_utils.ConditionalProperty instance>, |
| 345 'arm-generic-paladin', | 351 'x86-generic-paladin', |
| 346 ], | 352 ], |
| 347 'description': 'cbuildbot', | 353 'description': 'cbuildbot', |
| 348 'maxTime': 57600, | 354 'maxTime': 57600, |
| 349 'name': 'cbuildbot', | 355 'name': 'cbuildbot', |
| 350 'timeout': 9000, | 356 'timeout': 9000, |
| 351 'usePTY': False, | 357 'usePTY': False, |
| 352 }, | 358 }, |
| 353 ), | 359 ), |
| 354 ], | 360 ], |
| 355 properties: Properties(**{}), | 361 properties: Properties(**{}), |
| 356 }, | 362 }, |
| 357 'name': 'arm-generic paladin', | 363 'name': 'x86-generic paladin', |
| 358 'slavenames': ['build263-m2'], | 364 'slavenames': ['build174-m2'], |
| 359 }, | 365 }, |
| 360 { | 366 { |
| 361 'auto_reboot': False, | 367 'auto_reboot': False, |
| 362 'builddir': 'panther_embedded-minimal-paladin', | 368 'builddir': 'amd64-generic_freon-paladin-master', |
| 363 'category': '1release full|info', | 369 'category': '1release full|info', |
| 370 'collapseRequests': <Always Collapse>, |
| 364 'factory': BuildFactory { | 371 'factory': BuildFactory { |
| 365 steps: [ | 372 steps: [ |
| 366 ( | 373 ( |
| 367 <class buildbot.steps.shell.ShellCommand>, | 374 <class buildbot.steps.shell.ShellCommand>, |
| 368 { | 375 { |
| 369 'command': [ | 376 'command': [ |
| 370 'gclient', | 377 'gclient', |
| 371 'sync', | 378 'sync', |
| 372 '--verbose', | 379 '--verbose', |
| 373 '--force', | 380 '--force', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 394 <class master.chromium_step.AnnotatedCommand>, | 401 <class master.chromium_step.AnnotatedCommand>, |
| 395 { | 402 { |
| 396 'command': [ | 403 'command': [ |
| 397 'chromite/bin/cbuildbot', | 404 'chromite/bin/cbuildbot', |
| 398 <buildbot.process.properties.WithProperties instance>, | 405 <buildbot.process.properties.WithProperties instance>, |
| 399 '--buildroot=/b/cbuild/external_master', | 406 '--buildroot=/b/cbuild/external_master', |
| 400 <master.master_utils.ConditionalProperty instance>, | 407 <master.master_utils.ConditionalProperty instance>, |
| 401 '--buildbot', | 408 '--buildbot', |
| 402 '--debug', | 409 '--debug', |
| 403 <master.master_utils.ConditionalProperty instance>, | 410 <master.master_utils.ConditionalProperty instance>, |
| 404 'panther_embedded-minimal-paladin', | 411 'amd64-generic_freon-paladin', |
| 405 ], | 412 ], |
| 406 'description': 'cbuildbot', | 413 'description': 'cbuildbot', |
| 407 'maxTime': 57600, | 414 'maxTime': 57600, |
| 408 'name': 'cbuildbot', | 415 'name': 'cbuildbot', |
| 409 'timeout': 9000, | 416 'timeout': 9000, |
| 410 'usePTY': False, | 417 'usePTY': False, |
| 411 }, | 418 }, |
| 412 ), | 419 ), |
| 413 ], | 420 ], |
| 414 properties: Properties(**{}), | 421 properties: Properties(**{}), |
| 415 }, | 422 }, |
| 416 'name': 'panther_embedded-minimal paladin', | 423 'name': 'amd64-generic_freon paladin', |
| 417 'slavenames': ['build203-m2'], | 424 'slavenames': ['build182-m2'], |
| 418 }, | 425 }, |
| 419 { | 426 { |
| 420 'auto_reboot': False, | 427 'auto_reboot': False, |
| 421 'builddir': 'x86-generic-incremental', | 428 'builddir': 'amd64-generic-incremental-master', |
| 422 'category': '1release full|closer', | 429 'category': '1release full|closer', |
| 423 'collapseRequests': <Always Collapse>, | 430 'collapseRequests': <Always Collapse>, |
| 424 'factory': BuildFactory { | 431 'factory': BuildFactory { |
| 425 steps: [ | 432 steps: [ |
| 426 ( | 433 ( |
| 427 <class buildbot.steps.shell.ShellCommand>, | 434 <class buildbot.steps.shell.ShellCommand>, |
| 428 { | 435 { |
| 429 'command': [ | 436 'command': [ |
| 430 'gclient', | 437 'gclient', |
| 431 'sync', | 438 'sync', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 454 <class master.chromium_step.AnnotatedCommand>, | 461 <class master.chromium_step.AnnotatedCommand>, |
| 455 { | 462 { |
| 456 'command': [ | 463 'command': [ |
| 457 'chromite/bin/cbuildbot', | 464 'chromite/bin/cbuildbot', |
| 458 <buildbot.process.properties.WithProperties instance>, | 465 <buildbot.process.properties.WithProperties instance>, |
| 459 '--buildroot=/b/cbuild/external_master', | 466 '--buildroot=/b/cbuild/external_master', |
| 460 <master.master_utils.ConditionalProperty instance>, | 467 <master.master_utils.ConditionalProperty instance>, |
| 461 '--buildbot', | 468 '--buildbot', |
| 462 '--debug', | 469 '--debug', |
| 463 <master.master_utils.ConditionalProperty instance>, | 470 <master.master_utils.ConditionalProperty instance>, |
| 464 'x86-generic-incremental', | 471 'amd64-generic-incremental', |
| 465 ], | 472 ], |
| 466 'description': 'cbuildbot', | 473 'description': 'cbuildbot', |
| 467 'maxTime': 57600, | 474 'maxTime': 57600, |
| 468 'name': 'cbuildbot', | 475 'name': 'cbuildbot', |
| 469 'timeout': 9000, | 476 'timeout': 9000, |
| 470 'usePTY': False, | 477 'usePTY': False, |
| 471 }, | 478 }, |
| 472 ), | 479 ), |
| 473 ], | 480 ], |
| 474 properties: Properties(**{}), | 481 properties: Properties(**{}), |
| 475 }, | 482 }, |
| 476 'name': 'x86-generic incremental', | 483 'name': 'amd64-generic incremental', |
| 477 'slavenames': ['build85-m2'], | 484 'slavenames': ['build86-m2'], |
| 478 }, | 485 }, |
| 479 { | 486 { |
| 480 'auto_reboot': False, | 487 'auto_reboot': False, |
| 481 'builddir': 'amd64-generic-incremental', | 488 'builddir': 'daisy-incremental-master', |
| 482 'category': '1release full|closer', | 489 'category': '1release full|closer', |
| 483 'collapseRequests': <Always Collapse>, | 490 'collapseRequests': <Always Collapse>, |
| 484 'factory': BuildFactory { | 491 'factory': BuildFactory { |
| 485 steps: [ | 492 steps: [ |
| 486 ( | 493 ( |
| 487 <class buildbot.steps.shell.ShellCommand>, | 494 <class buildbot.steps.shell.ShellCommand>, |
| 488 { | 495 { |
| 489 'command': [ | 496 'command': [ |
| 490 'gclient', | 497 'gclient', |
| 491 'sync', | 498 'sync', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 514 <class master.chromium_step.AnnotatedCommand>, | 521 <class master.chromium_step.AnnotatedCommand>, |
| 515 { | 522 { |
| 516 'command': [ | 523 'command': [ |
| 517 'chromite/bin/cbuildbot', | 524 'chromite/bin/cbuildbot', |
| 518 <buildbot.process.properties.WithProperties instance>, | 525 <buildbot.process.properties.WithProperties instance>, |
| 519 '--buildroot=/b/cbuild/external_master', | 526 '--buildroot=/b/cbuild/external_master', |
| 520 <master.master_utils.ConditionalProperty instance>, | 527 <master.master_utils.ConditionalProperty instance>, |
| 521 '--buildbot', | 528 '--buildbot', |
| 522 '--debug', | 529 '--debug', |
| 523 <master.master_utils.ConditionalProperty instance>, | 530 <master.master_utils.ConditionalProperty instance>, |
| 524 'amd64-generic-incremental', | 531 'daisy-incremental', |
| 525 ], | 532 ], |
| 526 'description': 'cbuildbot', | 533 'description': 'cbuildbot', |
| 527 'maxTime': 57600, | 534 'maxTime': 57600, |
| 528 'name': 'cbuildbot', | 535 'name': 'cbuildbot', |
| 529 'timeout': 9000, | 536 'timeout': 9000, |
| 530 'usePTY': False, | 537 'usePTY': False, |
| 531 }, | 538 }, |
| 532 ), | 539 ), |
| 533 ], | 540 ], |
| 534 properties: Properties(**{}), | 541 properties: Properties(**{}), |
| 535 }, | 542 }, |
| 536 'name': 'amd64-generic incremental', | 543 'name': 'daisy incremental', |
| 537 'slavenames': ['build86-m2'], | 544 'slavenames': ['build87-m2'], |
| 538 }, | 545 }, |
| 539 { | 546 { |
| 540 'auto_reboot': False, | 547 'auto_reboot': False, |
| 541 'builddir': 'daisy-incremental', | 548 'builddir': 'x86-generic-incremental-master', |
| 542 'category': '1release full|closer', | 549 'category': '1release full|closer', |
| 543 'collapseRequests': <Always Collapse>, | 550 'collapseRequests': <Always Collapse>, |
| 544 'factory': BuildFactory { | 551 'factory': BuildFactory { |
| 545 steps: [ | 552 steps: [ |
| 546 ( | 553 ( |
| 547 <class buildbot.steps.shell.ShellCommand>, | 554 <class buildbot.steps.shell.ShellCommand>, |
| 548 { | 555 { |
| 549 'command': [ | 556 'command': [ |
| 550 'gclient', | 557 'gclient', |
| 551 'sync', | 558 'sync', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 574 <class master.chromium_step.AnnotatedCommand>, | 581 <class master.chromium_step.AnnotatedCommand>, |
| 575 { | 582 { |
| 576 'command': [ | 583 'command': [ |
| 577 'chromite/bin/cbuildbot', | 584 'chromite/bin/cbuildbot', |
| 578 <buildbot.process.properties.WithProperties instance>, | 585 <buildbot.process.properties.WithProperties instance>, |
| 579 '--buildroot=/b/cbuild/external_master', | 586 '--buildroot=/b/cbuild/external_master', |
| 580 <master.master_utils.ConditionalProperty instance>, | 587 <master.master_utils.ConditionalProperty instance>, |
| 581 '--buildbot', | 588 '--buildbot', |
| 582 '--debug', | 589 '--debug', |
| 583 <master.master_utils.ConditionalProperty instance>, | 590 <master.master_utils.ConditionalProperty instance>, |
| 584 'daisy-incremental', | 591 'x86-generic-incremental', |
| 585 ], | 592 ], |
| 586 'description': 'cbuildbot', | 593 'description': 'cbuildbot', |
| 587 'maxTime': 57600, | 594 'maxTime': 57600, |
| 588 'name': 'cbuildbot', | 595 'name': 'cbuildbot', |
| 589 'timeout': 9000, | 596 'timeout': 9000, |
| 590 'usePTY': False, | 597 'usePTY': False, |
| 591 }, | 598 }, |
| 592 ), | 599 ), |
| 593 ], | 600 ], |
| 594 properties: Properties(**{}), | 601 properties: Properties(**{}), |
| 595 }, | 602 }, |
| 596 'name': 'daisy incremental', | 603 'name': 'x86-generic incremental', |
| 597 'slavenames': ['build87-m2'], | 604 'slavenames': ['build85-m2'], |
| 598 }, | 605 }, |
| 599 { | 606 { |
| 600 'auto_reboot': False, | 607 'auto_reboot': False, |
| 601 'builddir': 'x86-generic-full', | 608 'builddir': 'amd64-generic-full-master', |
| 602 'category': '1release full|closer', | 609 'category': '1release full|closer', |
| 603 'collapseRequests': <Always Collapse>, | 610 'collapseRequests': <Always Collapse>, |
| 604 'factory': BuildFactory { | 611 'factory': BuildFactory { |
| 605 steps: [ | 612 steps: [ |
| 606 ( | 613 ( |
| 607 <class buildbot.steps.shell.ShellCommand>, | 614 <class buildbot.steps.shell.ShellCommand>, |
| 608 { | 615 { |
| 609 'command': [ | 616 'command': [ |
| 610 'gclient', | 617 'gclient', |
| 611 'sync', | 618 'sync', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 634 <class master.chromium_step.AnnotatedCommand>, | 641 <class master.chromium_step.AnnotatedCommand>, |
| 635 { | 642 { |
| 636 'command': [ | 643 'command': [ |
| 637 'chromite/bin/cbuildbot', | 644 'chromite/bin/cbuildbot', |
| 638 <buildbot.process.properties.WithProperties instance>, | 645 <buildbot.process.properties.WithProperties instance>, |
| 639 '--buildroot=/b/cbuild/external_master', | 646 '--buildroot=/b/cbuild/external_master', |
| 640 <master.master_utils.ConditionalProperty instance>, | 647 <master.master_utils.ConditionalProperty instance>, |
| 641 '--buildbot', | 648 '--buildbot', |
| 642 '--debug', | 649 '--debug', |
| 643 <master.master_utils.ConditionalProperty instance>, | 650 <master.master_utils.ConditionalProperty instance>, |
| 644 'x86-generic-full', | 651 'amd64-generic-full', |
| 645 ], | 652 ], |
| 646 'description': 'cbuildbot', | 653 'description': 'cbuildbot', |
| 647 'maxTime': 57600, | 654 'maxTime': 57600, |
| 648 'name': 'cbuildbot', | 655 'name': 'cbuildbot', |
| 649 'timeout': 9000, | 656 'timeout': 9000, |
| 650 'usePTY': False, | 657 'usePTY': False, |
| 651 }, | 658 }, |
| 652 ), | 659 ), |
| 653 ], | 660 ], |
| 654 properties: Properties(**{}), | 661 properties: Properties(**{}), |
| 655 }, | 662 }, |
| 656 'name': 'x86-generic full', | 663 'name': 'amd64-generic full', |
| 657 'slavenames': ['build89-m2'], | 664 'slavenames': ['build90-m2'], |
| 658 }, | 665 }, |
| 659 { | 666 { |
| 660 'auto_reboot': False, | 667 'auto_reboot': False, |
| 661 'builddir': 'amd64-generic-full', | 668 'builddir': 'arm-generic-full-master', |
| 662 'category': '1release full|closer', | 669 'category': '1release full|closer', |
| 663 'collapseRequests': <Always Collapse>, | 670 'collapseRequests': <Always Collapse>, |
| 664 'factory': BuildFactory { | 671 'factory': BuildFactory { |
| 665 steps: [ | 672 steps: [ |
| 666 ( | 673 ( |
| 667 <class buildbot.steps.shell.ShellCommand>, | 674 <class buildbot.steps.shell.ShellCommand>, |
| 668 { | 675 { |
| 669 'command': [ | 676 'command': [ |
| 670 'gclient', | 677 'gclient', |
| 671 'sync', | 678 'sync', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 694 <class master.chromium_step.AnnotatedCommand>, | 701 <class master.chromium_step.AnnotatedCommand>, |
| 695 { | 702 { |
| 696 'command': [ | 703 'command': [ |
| 697 'chromite/bin/cbuildbot', | 704 'chromite/bin/cbuildbot', |
| 698 <buildbot.process.properties.WithProperties instance>, | 705 <buildbot.process.properties.WithProperties instance>, |
| 699 '--buildroot=/b/cbuild/external_master', | 706 '--buildroot=/b/cbuild/external_master', |
| 700 <master.master_utils.ConditionalProperty instance>, | 707 <master.master_utils.ConditionalProperty instance>, |
| 701 '--buildbot', | 708 '--buildbot', |
| 702 '--debug', | 709 '--debug', |
| 703 <master.master_utils.ConditionalProperty instance>, | 710 <master.master_utils.ConditionalProperty instance>, |
| 704 'amd64-generic-full', | 711 'arm-generic-full', |
| 705 ], | 712 ], |
| 706 'description': 'cbuildbot', | 713 'description': 'cbuildbot', |
| 707 'maxTime': 57600, | 714 'maxTime': 57600, |
| 708 'name': 'cbuildbot', | 715 'name': 'cbuildbot', |
| 709 'timeout': 9000, | 716 'timeout': 9000, |
| 710 'usePTY': False, | 717 'usePTY': False, |
| 711 }, | 718 }, |
| 712 ), | 719 ), |
| 713 ], | 720 ], |
| 714 properties: Properties(**{}), | 721 properties: Properties(**{}), |
| 715 }, | 722 }, |
| 716 'name': 'amd64-generic full', | 723 'name': 'arm-generic full', |
| 717 'slavenames': ['build90-m2'], | 724 'slavenames': ['build92-m2'], |
| 718 }, | 725 }, |
| 719 { | 726 { |
| 720 'auto_reboot': False, | 727 'auto_reboot': False, |
| 721 'builddir': 'daisy-full', | 728 'builddir': 'daisy-full-master', |
| 722 'category': '1release full|closer', | 729 'category': '1release full|closer', |
| 723 'collapseRequests': <Always Collapse>, | 730 'collapseRequests': <Always Collapse>, |
| 724 'factory': BuildFactory { | 731 'factory': BuildFactory { |
| 725 steps: [ | 732 steps: [ |
| 726 ( | 733 ( |
| 727 <class buildbot.steps.shell.ShellCommand>, | 734 <class buildbot.steps.shell.ShellCommand>, |
| 728 { | 735 { |
| 729 'command': [ | 736 'command': [ |
| 730 'gclient', | 737 'gclient', |
| 731 'sync', | 738 'sync', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 }, | 778 }, |
| 772 ), | 779 ), |
| 773 ], | 780 ], |
| 774 properties: Properties(**{}), | 781 properties: Properties(**{}), |
| 775 }, | 782 }, |
| 776 'name': 'daisy full', | 783 'name': 'daisy full', |
| 777 'slavenames': ['build91-m2'], | 784 'slavenames': ['build91-m2'], |
| 778 }, | 785 }, |
| 779 { | 786 { |
| 780 'auto_reboot': False, | 787 'auto_reboot': False, |
| 781 'builddir': 'arm-generic-full', | 788 'builddir': 'mipsel-o32-generic-full-master', |
| 782 'category': '1release full|closer', | 789 'category': '1release full|closer', |
| 783 'collapseRequests': <Always Collapse>, | 790 'collapseRequests': <Always Collapse>, |
| 784 'factory': BuildFactory { | 791 'factory': BuildFactory { |
| 785 steps: [ | 792 steps: [ |
| 786 ( | 793 ( |
| 787 <class buildbot.steps.shell.ShellCommand>, | 794 <class buildbot.steps.shell.ShellCommand>, |
| 788 { | 795 { |
| 789 'command': [ | 796 'command': [ |
| 790 'gclient', | 797 'gclient', |
| 791 'sync', | 798 'sync', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 814 <class master.chromium_step.AnnotatedCommand>, | 821 <class master.chromium_step.AnnotatedCommand>, |
| 815 { | 822 { |
| 816 'command': [ | 823 'command': [ |
| 817 'chromite/bin/cbuildbot', | 824 'chromite/bin/cbuildbot', |
| 818 <buildbot.process.properties.WithProperties instance>, | 825 <buildbot.process.properties.WithProperties instance>, |
| 819 '--buildroot=/b/cbuild/external_master', | 826 '--buildroot=/b/cbuild/external_master', |
| 820 <master.master_utils.ConditionalProperty instance>, | 827 <master.master_utils.ConditionalProperty instance>, |
| 821 '--buildbot', | 828 '--buildbot', |
| 822 '--debug', | 829 '--debug', |
| 823 <master.master_utils.ConditionalProperty instance>, | 830 <master.master_utils.ConditionalProperty instance>, |
| 824 'arm-generic-full', | 831 'mipsel-o32-generic-full', |
| 825 ], | 832 ], |
| 826 'description': 'cbuildbot', | 833 'description': 'cbuildbot', |
| 827 'maxTime': 57600, | 834 'maxTime': 57600, |
| 828 'name': 'cbuildbot', | 835 'name': 'cbuildbot', |
| 829 'timeout': 9000, | 836 'timeout': 9000, |
| 830 'usePTY': False, | 837 'usePTY': False, |
| 831 }, | 838 }, |
| 832 ), | 839 ), |
| 833 ], | 840 ], |
| 834 properties: Properties(**{}), | 841 properties: Properties(**{}), |
| 835 }, | 842 }, |
| 836 'name': 'arm-generic full', | 843 'name': 'mipsel-o32-generic full', |
| 837 'slavenames': ['build92-m2'], | 844 'slavenames': ['build93-m2'], |
| 838 }, | 845 }, |
| 839 { | 846 { |
| 840 'auto_reboot': False, | 847 'auto_reboot': False, |
| 841 'builddir': 'mipsel-o32-generic-full', | 848 'builddir': 'x86-generic-full-master', |
| 842 'category': '1release full|closer', | 849 'category': '1release full|closer', |
| 843 'collapseRequests': <Always Collapse>, | 850 'collapseRequests': <Always Collapse>, |
| 844 'factory': BuildFactory { | 851 'factory': BuildFactory { |
| 845 steps: [ | 852 steps: [ |
| 846 ( | 853 ( |
| 847 <class buildbot.steps.shell.ShellCommand>, | 854 <class buildbot.steps.shell.ShellCommand>, |
| 848 { | 855 { |
| 849 'command': [ | 856 'command': [ |
| 850 'gclient', | 857 'gclient', |
| 851 'sync', | 858 'sync', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 874 <class master.chromium_step.AnnotatedCommand>, | 881 <class master.chromium_step.AnnotatedCommand>, |
| 875 { | 882 { |
| 876 'command': [ | 883 'command': [ |
| 877 'chromite/bin/cbuildbot', | 884 'chromite/bin/cbuildbot', |
| 878 <buildbot.process.properties.WithProperties instance>, | 885 <buildbot.process.properties.WithProperties instance>, |
| 879 '--buildroot=/b/cbuild/external_master', | 886 '--buildroot=/b/cbuild/external_master', |
| 880 <master.master_utils.ConditionalProperty instance>, | 887 <master.master_utils.ConditionalProperty instance>, |
| 881 '--buildbot', | 888 '--buildbot', |
| 882 '--debug', | 889 '--debug', |
| 883 <master.master_utils.ConditionalProperty instance>, | 890 <master.master_utils.ConditionalProperty instance>, |
| 884 'mipsel-o32-generic-full', | 891 'x86-generic-full', |
| 885 ], | 892 ], |
| 886 'description': 'cbuildbot', | 893 'description': 'cbuildbot', |
| 887 'maxTime': 57600, | 894 'maxTime': 57600, |
| 888 'name': 'cbuildbot', | 895 'name': 'cbuildbot', |
| 889 'timeout': 9000, | 896 'timeout': 9000, |
| 890 'usePTY': False, | 897 'usePTY': False, |
| 891 }, | 898 }, |
| 892 ), | 899 ), |
| 893 ], | 900 ], |
| 894 properties: Properties(**{}), | 901 properties: Properties(**{}), |
| 895 }, | 902 }, |
| 896 'name': 'mipsel-o32-generic full', | 903 'name': 'x86-generic full', |
| 897 'slavenames': ['build93-m2'], | 904 'slavenames': ['build89-m2'], |
| 898 }, | 905 }, |
| 899 { | 906 { |
| 900 'auto_reboot': False, | 907 'auto_reboot': False, |
| 901 'builddir': 'chromiumos-sdk', | 908 'builddir': 'amd64-generic-asan-master', |
| 902 'category': '1release full|closer', | 909 'category': '1release full|closer', |
| 903 'collapseRequests': <Always Collapse>, | 910 'collapseRequests': <Always Collapse>, |
| 904 'factory': BuildFactory { | 911 'factory': BuildFactory { |
| 905 steps: [ | 912 steps: [ |
| 906 ( | 913 ( |
| 907 <class buildbot.steps.shell.ShellCommand>, | 914 <class buildbot.steps.shell.ShellCommand>, |
| 908 { | 915 { |
| 909 'command': [ | 916 'command': [ |
| 910 'gclient', | 917 'gclient', |
| 911 'sync', | 918 'sync', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 934 <class master.chromium_step.AnnotatedCommand>, | 941 <class master.chromium_step.AnnotatedCommand>, |
| 935 { | 942 { |
| 936 'command': [ | 943 'command': [ |
| 937 'chromite/bin/cbuildbot', | 944 'chromite/bin/cbuildbot', |
| 938 <buildbot.process.properties.WithProperties instance>, | 945 <buildbot.process.properties.WithProperties instance>, |
| 939 '--buildroot=/b/cbuild/external_master', | 946 '--buildroot=/b/cbuild/external_master', |
| 940 <master.master_utils.ConditionalProperty instance>, | 947 <master.master_utils.ConditionalProperty instance>, |
| 941 '--buildbot', | 948 '--buildbot', |
| 942 '--debug', | 949 '--debug', |
| 943 <master.master_utils.ConditionalProperty instance>, | 950 <master.master_utils.ConditionalProperty instance>, |
| 944 'chromiumos-sdk', | 951 'amd64-generic-asan', |
| 945 ], | 952 ], |
| 946 'description': 'cbuildbot', | 953 'description': 'cbuildbot', |
| 947 'maxTime': 79200, | 954 'maxTime': 57600, |
| 948 'name': 'cbuildbot', | 955 'name': 'cbuildbot', |
| 949 'timeout': 9000, | 956 'timeout': 9000, |
| 950 'usePTY': False, | 957 'usePTY': False, |
| 951 }, | 958 }, |
| 952 ), | 959 ), |
| 953 ], | 960 ], |
| 954 properties: Properties(**{}), | 961 properties: Properties(**{}), |
| 955 }, | 962 }, |
| 956 'name': 'chromiumos sdk', | 963 'name': 'amd64-generic ASAN', |
| 957 'slavenames': ['build162-m2'], | 964 'slavenames': ['build84-m2'], |
| 958 }, | 965 }, |
| 959 { | 966 { |
| 960 'auto_reboot': False, | 967 'auto_reboot': False, |
| 961 'builddir': 'refresh-packages', | 968 'builddir': 'x86-generic-asan-master', |
| 962 'category': '1release full|info', | 969 'category': '1release full|closer', |
| 970 'collapseRequests': <Always Collapse>, |
| 963 'factory': BuildFactory { | 971 'factory': BuildFactory { |
| 964 steps: [ | 972 steps: [ |
| 965 ( | 973 ( |
| 966 <class buildbot.steps.shell.ShellCommand>, | 974 <class buildbot.steps.shell.ShellCommand>, |
| 967 { | 975 { |
| 968 'command': [ | 976 'command': [ |
| 969 'gclient', | 977 'gclient', |
| 970 'sync', | 978 'sync', |
| 971 '--verbose', | 979 '--verbose', |
| 972 '--force', | 980 '--force', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 993 <class master.chromium_step.AnnotatedCommand>, | 1001 <class master.chromium_step.AnnotatedCommand>, |
| 994 { | 1002 { |
| 995 'command': [ | 1003 'command': [ |
| 996 'chromite/bin/cbuildbot', | 1004 'chromite/bin/cbuildbot', |
| 997 <buildbot.process.properties.WithProperties instance>, | 1005 <buildbot.process.properties.WithProperties instance>, |
| 998 '--buildroot=/b/cbuild/external_master', | 1006 '--buildroot=/b/cbuild/external_master', |
| 999 <master.master_utils.ConditionalProperty instance>, | 1007 <master.master_utils.ConditionalProperty instance>, |
| 1000 '--buildbot', | 1008 '--buildbot', |
| 1001 '--debug', | 1009 '--debug', |
| 1002 <master.master_utils.ConditionalProperty instance>, | 1010 <master.master_utils.ConditionalProperty instance>, |
| 1003 'refresh-packages', | 1011 'x86-generic-asan', |
| 1004 ], | 1012 ], |
| 1005 'description': 'cbuildbot', | 1013 'description': 'cbuildbot', |
| 1006 'maxTime': 57600, | 1014 'maxTime': 57600, |
| 1007 'name': 'cbuildbot', | 1015 'name': 'cbuildbot', |
| 1008 'timeout': 9000, | 1016 'timeout': 9000, |
| 1009 'usePTY': False, | 1017 'usePTY': False, |
| 1010 }, | 1018 }, |
| 1011 ), | 1019 ), |
| 1012 ], | 1020 ], |
| 1013 properties: Properties(**{}), | 1021 properties: Properties(**{}), |
| 1014 }, | 1022 }, |
| 1015 'name': 'refresh packages (chromium:412795)', | 1023 'name': 'x86-generic ASAN', |
| 1016 'slavenames': ['build94-m2'], | 1024 'slavenames': ['build94-m2'], |
| 1017 }, | 1025 }, |
| 1018 { | 1026 { |
| 1019 'auto_reboot': False, | 1027 'auto_reboot': False, |
| 1020 'builddir': 'x86-generic-ASAN', | 1028 'builddir': 'chromiumos-sdk-master', |
| 1021 'category': '1release full|closer', | 1029 'category': '1release full|info', |
| 1022 'collapseRequests': <Always Collapse>, | 1030 'collapseRequests': <Always Collapse>, |
| 1023 'factory': BuildFactory { | 1031 'factory': BuildFactory { |
| 1024 steps: [ | 1032 steps: [ |
| 1025 ( | 1033 ( |
| 1026 <class buildbot.steps.shell.ShellCommand>, | 1034 <class buildbot.steps.shell.ShellCommand>, |
| 1027 { | 1035 { |
| 1028 'command': [ | 1036 'command': [ |
| 1029 'gclient', | 1037 'gclient', |
| 1030 'sync', | 1038 'sync', |
| 1031 '--verbose', | 1039 '--verbose', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 1053 <class master.chromium_step.AnnotatedCommand>, | 1061 <class master.chromium_step.AnnotatedCommand>, |
| 1054 { | 1062 { |
| 1055 'command': [ | 1063 'command': [ |
| 1056 'chromite/bin/cbuildbot', | 1064 'chromite/bin/cbuildbot', |
| 1057 <buildbot.process.properties.WithProperties instance>, | 1065 <buildbot.process.properties.WithProperties instance>, |
| 1058 '--buildroot=/b/cbuild/external_master', | 1066 '--buildroot=/b/cbuild/external_master', |
| 1059 <master.master_utils.ConditionalProperty instance>, | 1067 <master.master_utils.ConditionalProperty instance>, |
| 1060 '--buildbot', | 1068 '--buildbot', |
| 1061 '--debug', | 1069 '--debug', |
| 1062 <master.master_utils.ConditionalProperty instance>, | 1070 <master.master_utils.ConditionalProperty instance>, |
| 1063 'x86-generic-asan', | 1071 'chromiumos-sdk', |
| 1064 ], | 1072 ], |
| 1065 'description': 'cbuildbot', | 1073 'description': 'cbuildbot', |
| 1066 'maxTime': 57600, | 1074 'maxTime': 79200, |
| 1067 'name': 'cbuildbot', | 1075 'name': 'cbuildbot', |
| 1068 'timeout': 9000, | 1076 'timeout': 9000, |
| 1069 'usePTY': False, | 1077 'usePTY': False, |
| 1070 }, | 1078 }, |
| 1071 ), | 1079 ), |
| 1072 ], | 1080 ], |
| 1073 properties: Properties(**{}), | 1081 properties: Properties(**{}), |
| 1074 }, | 1082 }, |
| 1075 'name': 'x86-generic ASAN', | 1083 'name': 'chromiumos sdk', |
| 1076 'slavenames': ['build94-m2'], | 1084 'slavenames': ['build162-m2'], |
| 1077 }, | 1085 }, |
| 1078 { | 1086 { |
| 1079 'auto_reboot': False, | 1087 'auto_reboot': False, |
| 1080 'builddir': 'amd64-generic-ASAN', | 1088 'builddir': 'refresh-packages-master', |
| 1081 'category': '1release full|info', | 1089 'category': '1release full|info', |
| 1082 'collapseRequests': <Always Collapse>, | 1090 'collapseRequests': <Always Collapse>, |
| 1083 'factory': BuildFactory { | 1091 'factory': BuildFactory { |
| 1084 steps: [ | 1092 steps: [ |
| 1085 ( | 1093 ( |
| 1086 <class buildbot.steps.shell.ShellCommand>, | 1094 <class buildbot.steps.shell.ShellCommand>, |
| 1087 { | 1095 { |
| 1088 'command': [ | 1096 'command': [ |
| 1089 'gclient', | 1097 'gclient', |
| 1090 'sync', | 1098 'sync', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 1113 <class master.chromium_step.AnnotatedCommand>, | 1121 <class master.chromium_step.AnnotatedCommand>, |
| 1114 { | 1122 { |
| 1115 'command': [ | 1123 'command': [ |
| 1116 'chromite/bin/cbuildbot', | 1124 'chromite/bin/cbuildbot', |
| 1117 <buildbot.process.properties.WithProperties instance>, | 1125 <buildbot.process.properties.WithProperties instance>, |
| 1118 '--buildroot=/b/cbuild/external_master', | 1126 '--buildroot=/b/cbuild/external_master', |
| 1119 <master.master_utils.ConditionalProperty instance>, | 1127 <master.master_utils.ConditionalProperty instance>, |
| 1120 '--buildbot', | 1128 '--buildbot', |
| 1121 '--debug', | 1129 '--debug', |
| 1122 <master.master_utils.ConditionalProperty instance>, | 1130 <master.master_utils.ConditionalProperty instance>, |
| 1123 'amd64-generic-asan', | 1131 'refresh-packages', |
| 1124 ], | 1132 ], |
| 1125 'description': 'cbuildbot', | 1133 'description': 'cbuildbot', |
| 1126 'maxTime': 57600, | 1134 'maxTime': 57600, |
| 1127 'name': 'cbuildbot', | 1135 'name': 'cbuildbot', |
| 1128 'timeout': 9000, | 1136 'timeout': 9000, |
| 1129 'usePTY': False, | 1137 'usePTY': False, |
| 1130 }, | 1138 }, |
| 1131 ), | 1139 ), |
| 1132 ], | 1140 ], |
| 1133 properties: Properties(**{}), | 1141 properties: Properties(**{}), |
| 1134 }, | 1142 }, |
| 1135 'name': 'amd64-generic ASAN', | 1143 'name': 'refresh-packages', |
| 1136 'slavenames': ['build84-m2'], | 1144 'slavenames': ['build94-m2'], |
| 1137 }, | 1145 }, |
| 1138 ], | 1146 ], |
| 1139 'caches': { | 1147 'caches': { |
| 1140 'BuildRequests': 1000, | 1148 'BuildRequests': 1000, |
| 1141 'Changes': 1000, | 1149 'Changes': 1000, |
| 1142 'SourceStamps': 1000, | 1150 'SourceStamps': 1000, |
| 1143 'chdicts': 1000, | 1151 'chdicts': 1000, |
| 1144 'ssdicts': 1000, | 1152 'ssdicts': 1000, |
| 1145 }, | 1153 }, |
| 1146 'change_source': [ | 1154 'change_source': [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 1159 ChromeOSManifestSingleBranchScheduler { | 1167 ChromeOSManifestSingleBranchScheduler { |
| 1160 fileIsImportant: None, | 1168 fileIsImportant: None, |
| 1161 change_filter: <ChangeFilter on repository == https://chromium.googlesourc
e.com/chromiumos/manifest-versions>, | 1169 change_filter: <ChangeFilter on repository == https://chromium.googlesourc
e.com/chromiumos/manifest-versions>, |
| 1162 name: 'paladin', | 1170 name: 'paladin', |
| 1163 parent: None, | 1171 parent: None, |
| 1164 namedServices: {}, | 1172 namedServices: {}, |
| 1165 schedulerid: None, | 1173 schedulerid: None, |
| 1166 master: None, | 1174 master: None, |
| 1167 services: [], | 1175 services: [], |
| 1168 builderNames: [ | 1176 builderNames: [ |
| 1169 'x86-generic paladin', | |
| 1170 'amd64-generic paladin', | 1177 'amd64-generic paladin', |
| 1171 'amd64-generic_freon paladin', | 1178 'arm-generic paladin', |
| 1172 'gizmo paladin', | 1179 'gizmo paladin', |
| 1173 'mipsel-o32-generic paladin', | 1180 'mipsel-o32-generic paladin', |
| 1174 'arm-generic paladin', | |
| 1175 'panther_embedded-minimal paladin', | 1181 'panther_embedded-minimal paladin', |
| 1182 'x86-generic paladin', |
| 1183 'amd64-generic_freon paladin', |
| 1176 ], | 1184 ], |
| 1177 treeStableTimer: None, | 1185 treeStableTimer: None, |
| 1178 properties: Properties(**{'scheduler': 'paladin'}), | 1186 properties: Properties(**{'scheduler': 'paladin'}), |
| 1179 }, | 1187 }, |
| 1180 ChromeOSManifestAnyBranchScheduler { | 1188 ChromeOSManifestAnyBranchScheduler { |
| 1181 fileIsImportant: None, | 1189 fileIsImportant: None, |
| 1182 change_filter: <ChangeFilter on <lambda>(repository) and branch == master>
, | 1190 change_filter: <ChangeFilter on <lambda>(repository) and branch == master>
, |
| 1183 name: 'chromeos', | 1191 name: 'chromeos', |
| 1184 parent: None, | 1192 parent: None, |
| 1185 namedServices: {}, | 1193 namedServices: {}, |
| 1186 schedulerid: None, | 1194 schedulerid: None, |
| 1187 master: None, | 1195 master: None, |
| 1188 services: [], | 1196 services: [], |
| 1189 builderNames: [ | 1197 builderNames: [ |
| 1190 'x86-generic incremental', | |
| 1191 'amd64-generic incremental', | 1198 'amd64-generic incremental', |
| 1192 'daisy incremental', | 1199 'daisy incremental', |
| 1200 'x86-generic incremental', |
| 1201 'amd64-generic full', |
| 1202 'arm-generic full', |
| 1203 'daisy full', |
| 1204 'mipsel-o32-generic full', |
| 1193 'x86-generic full', | 1205 'x86-generic full', |
| 1194 'amd64-generic full', | |
| 1195 'daisy full', | |
| 1196 'arm-generic full', | |
| 1197 'mipsel-o32-generic full', | |
| 1198 'chromiumos sdk', | |
| 1199 'x86-generic ASAN', | |
| 1200 'amd64-generic ASAN', | |
| 1201 ], | 1206 ], |
| 1202 treeStableTimer: None, | 1207 treeStableTimer: None, |
| 1203 properties: Properties(**{'scheduler': 'chromeos'}), | 1208 properties: Properties(**{'scheduler': 'chromeos'}), |
| 1204 }, | 1209 }, |
| 1205 Periodic { | 1210 Periodic { |
| 1206 actuationLock: <twisted.internet.defer.DeferredLock object>, | 1211 actuationLock: <twisted.internet.defer.DeferredLock object>, |
| 1207 actuateAtTimer: None, | 1212 actuateAtTimer: None, |
| 1208 name: 'refresh_pkgs_scheduler', | 1213 name: 'refresh_pkgs_scheduler', |
| 1209 parent: None, | 1214 parent: None, |
| 1210 actuateOk: False, | 1215 actuateOk: False, |
| 1211 lastActuated: None, | 1216 lastActuated: None, |
| 1212 namedServices: {}, | 1217 namedServices: {}, |
| 1213 actuateAt: None, | 1218 actuateAt: None, |
| 1214 reason: "The Periodic scheduler named 'refresh_pkgs_scheduler' triggered t
his build", | 1219 reason: "The Periodic scheduler named 'refresh_pkgs_scheduler' triggered t
his build", |
| 1215 schedulerid: None, | 1220 schedulerid: None, |
| 1216 master: None, | 1221 master: None, |
| 1217 branch: None, | 1222 branch: None, |
| 1218 services: [], | 1223 services: [], |
| 1219 builderNames: ['refresh packages (chromium:412795)'], | 1224 builderNames: [], |
| 1220 properties: Properties(**{'scheduler': 'refresh_pkgs_scheduler'}), | 1225 properties: Properties(**{'scheduler': 'refresh_pkgs_scheduler'}), |
| 1221 periodicBuildTimer: 86400, | 1226 periodicBuildTimer: 86400, |
| 1222 }, | 1227 }, |
| 1223 ], | 1228 ], |
| 1224 'slavePortnum': 8182, | 1229 'slavePortnum': 8182, |
| 1225 'slaves': [ | 1230 'slaves': [ |
| 1226 <BuildSlave 'build162-m2', (no builders yet)>, | 1231 <BuildSlave 'build162-m2', (no builders yet)>, |
| 1227 <BuildSlave 'build85-m2', (no builders yet)>, | 1232 <BuildSlave 'build85-m2', (no builders yet)>, |
| 1228 <BuildSlave 'build84-m2', (no builders yet)>, | 1233 <BuildSlave 'build84-m2', (no builders yet)>, |
| 1229 <BuildSlave 'build141-m2', (no builders yet)>, | 1234 <BuildSlave 'build141-m2', (no builders yet)>, |
| 1230 <BuildSlave 'build91-m2', (no builders yet)>, | 1235 <BuildSlave 'build91-m2', (no builders yet)>, |
| 1231 <BuildSlave 'build89-m2', (no builders yet)>, | 1236 <BuildSlave 'build89-m2', (no builders yet)>, |
| 1232 <BuildSlave 'build93-m2', (no builders yet)>, | 1237 <BuildSlave 'build93-m2', (no builders yet)>, |
| 1233 <BuildSlave 'build174-m2', (no builders yet)>, | 1238 <BuildSlave 'build174-m2', (no builders yet)>, |
| 1234 <BuildSlave 'build86-m2', (no builders yet)>, | 1239 <BuildSlave 'build86-m2', (no builders yet)>, |
| 1235 <BuildSlave 'build118-m2', (no builders yet)>, | 1240 <BuildSlave 'build118-m2', (no builders yet)>, |
| 1236 <BuildSlave 'build112-m2', (no builders yet)>, | 1241 <BuildSlave 'build112-m2', (no builders yet)>, |
| 1237 <BuildSlave 'build92-m2', (no builders yet)>, | 1242 <BuildSlave 'build92-m2', (no builders yet)>, |
| 1238 <BuildSlave 'build90-m2', (no builders yet)>, | 1243 <BuildSlave 'build90-m2', (no builders yet)>, |
| 1239 <BuildSlave 'build182-m2', (no builders yet)>, | 1244 <BuildSlave 'build263-m2', (no builders yet)>, |
| 1240 <BuildSlave 'build94-m2', (no builders yet)>, | 1245 <BuildSlave 'build94-m2', (no builders yet)>, |
| 1241 <BuildSlave 'build203-m2', (no builders yet)>, | 1246 <BuildSlave 'build203-m2', (no builders yet)>, |
| 1242 <BuildSlave 'build263-m2', (no builders yet)>, | 1247 <BuildSlave 'build182-m2', (no builders yet)>, |
| 1243 <BuildSlave 'build87-m2', (no builders yet)>, | 1248 <BuildSlave 'build87-m2', (no builders yet)>, |
| 1244 ], | 1249 ], |
| 1245 'status': [ | 1250 'status': [ |
| 1246 <WebStatus on port tcp:8082>, | 1251 <WebStatus on port tcp:8082>, |
| 1247 <WebStatus on port tcp:8282>, | 1252 <WebStatus on port tcp:8282>, |
| 1248 <master.status_logger.StatusEventLogger instance>, | 1253 <master.status_logger.StatusEventLogger instance>, |
| 1249 ], | 1254 ], |
| 1250 } | 1255 } |
| OLD | NEW |