Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # Contains the bulk of the V8 builder configurations so they can be reused | 5 # Contains the bulk of the V8 builder configurations so they can be reused |
| 6 # from multiple recipes. | 6 # from multiple recipes. |
| 7 | 7 |
| 8 from recipe_engine.types import freeze | 8 from recipe_engine.types import freeze |
| 9 from testing import V8NoExhaustiveVariants, V8Variant, V8VariantNeutral | 9 from testing import V8NoExhaustiveVariants, V8Variant, V8VariantNeutral |
| 10 | 10 |
| (...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1491 ####### Category: X87 | 1491 ####### Category: X87 |
| 1492 'V8 Linux - x87 - nosnap - debug builder': { | 1492 'V8 Linux - x87 - nosnap - debug builder': { |
| 1493 'v8_apply_config': ['no_snapshot'], | 1493 'v8_apply_config': ['no_snapshot'], |
| 1494 'chromium_apply_config': [ | 1494 'chromium_apply_config': [ |
| 1495 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87', 'mb'], | 1495 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87', 'mb'], |
| 1496 'v8_config_kwargs': { | 1496 'v8_config_kwargs': { |
| 1497 'BUILD_CONFIG': 'Debug', | 1497 'BUILD_CONFIG': 'Debug', |
| 1498 'TARGET_BITS': 32, | 1498 'TARGET_BITS': 32, |
| 1499 }, | 1499 }, |
| 1500 'bot_type': 'builder', | 1500 'bot_type': 'builder', |
| 1501 'enable_swarming': True, | |
| 1501 'build_gs_archive': 'linux_x87_nosnap_dbg_archive', | 1502 'build_gs_archive': 'linux_x87_nosnap_dbg_archive', |
| 1502 'testing': {'platform': 'linux'}, | 1503 'testing': {'platform': 'linux'}, |
| 1503 'triggers': [ | 1504 'triggers': [ |
| 1504 'V8 Linux - x87 - nosnap - debug', | 1505 'V8 Linux - x87 - nosnap - debug', |
| 1505 ], | 1506 ], |
| 1506 }, | 1507 }, |
| 1507 'V8 Linux - x87 - nosnap - debug': { | 1508 'V8 Linux - x87 - nosnap - debug': { |
| 1508 'v8_apply_config': ['no_snapshot'], | 1509 'v8_apply_config': ['no_snapshot'], |
| 1509 'chromium_apply_config': [ | 1510 'chromium_apply_config': [ |
| 1510 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'], | 1511 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'], |
| 1511 'v8_config_kwargs': { | 1512 'v8_config_kwargs': { |
| 1512 'BUILD_CONFIG': 'Debug', | 1513 'BUILD_CONFIG': 'Debug', |
| 1513 'TARGET_BITS': 32, | 1514 'TARGET_BITS': 32, |
| 1514 }, | 1515 }, |
| 1515 'bot_type': 'tester', | 1516 'bot_type': 'tester', |
| 1517 'enable_swarming': True, | |
| 1516 'parent_buildername': 'V8 Linux - x87 - nosnap - debug builder', | 1518 'parent_buildername': 'V8 Linux - x87 - nosnap - debug builder', |
| 1517 'build_gs_archive': 'linux_x87_nosnap_dbg_archive', | 1519 'build_gs_archive': 'linux_x87_nosnap_dbg_archive', |
| 1518 'tests': [V8Testing], | 1520 'tests': [V8Testing_2], |
| 1519 'testing': {'platform': 'linux'}, | 1521 'testing': {'platform': 'linux'}, |
| 1522 'swarming_dimensions': { | |
| 1523 'os': 'Ubuntu-14.04', | |
|
Michael Achenbach
2016/07/05 12:03:40
Using trusty will fix the referenced bug.
| |
| 1524 }, | |
| 1525 'swarming_properties': { | |
| 1526 'default_expiration': 2 * 60 * 60, | |
|
Michael Achenbach
2016/07/05 12:03:40
Bot has long running tests, therefore higher timeo
tandrii(chromium)
2016/07/05 12:18:52
Acknowledged.
| |
| 1527 'default_hard_timeout': 2 * 60 * 60, | |
| 1528 'default_priority': 35, | |
| 1529 }, | |
| 1520 }, | 1530 }, |
| 1521 }, | 1531 }, |
| 1522 }, | 1532 }, |
| 1523 ####### Waterfall: tryserver.v8 | 1533 ####### Waterfall: tryserver.v8 |
| 1524 'tryserver.v8': { | 1534 'tryserver.v8': { |
| 1525 'builders': { | 1535 'builders': { |
| 1526 'v8_linux_rel_ng': { | 1536 'v8_linux_rel_ng': { |
| 1527 'chromium_apply_config': [ | 1537 'chromium_apply_config': [ |
| 1528 'default_compiler', 'v8_ninja', 'goma', 'gcmole', 'mb'], | 1538 'default_compiler', 'v8_ninja', 'goma', 'gcmole', 'mb'], |
| 1529 'v8_config_kwargs': { | 1539 'v8_config_kwargs': { |
| (...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2538 }} | 2548 }} |
| 2539 | 2549 |
| 2540 BUILDERS = freeze(BUILDERS) | 2550 BUILDERS = freeze(BUILDERS) |
| 2541 BRANCH_BUILDERS = freeze(BRANCH_BUILDERS) | 2551 BRANCH_BUILDERS = freeze(BRANCH_BUILDERS) |
| 2542 | 2552 |
| 2543 def iter_builders(): | 2553 def iter_builders(): |
| 2544 for mastername, master_config in BUILDERS.iteritems(): | 2554 for mastername, master_config in BUILDERS.iteritems(): |
| 2545 builders = master_config['builders'] | 2555 builders = master_config['builders'] |
| 2546 for buildername, bot_config in builders.iteritems(): | 2556 for buildername, bot_config in builders.iteritems(): |
| 2547 yield mastername, builders, buildername, bot_config | 2557 yield mastername, builders, buildername, bot_config |
| OLD | NEW |