| 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 | 9 |
| 10 | 10 |
| (...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1459 }, | 1459 }, |
| 1460 'V8 Linux - vtunejit': { | 1460 'V8 Linux - vtunejit': { |
| 1461 'chromium_apply_config': ['clang', 'v8_ninja', 'goma', 'vtunejit'], | 1461 'chromium_apply_config': ['clang', 'v8_ninja', 'goma', 'vtunejit'], |
| 1462 'v8_config_kwargs': { | 1462 'v8_config_kwargs': { |
| 1463 'BUILD_CONFIG': 'Debug', | 1463 'BUILD_CONFIG': 'Debug', |
| 1464 'TARGET_BITS': 32, | 1464 'TARGET_BITS': 32, |
| 1465 }, | 1465 }, |
| 1466 'bot_type': 'builder_tester', | 1466 'bot_type': 'builder_tester', |
| 1467 'testing': {'platform': 'linux'}, | 1467 'testing': {'platform': 'linux'}, |
| 1468 }, | 1468 }, |
| 1469 'V8 Linux - x87 - nosnap - debug builder': { | |
| 1470 'v8_apply_config': ['no_snapshot'], | |
| 1471 'chromium_apply_config': [ | |
| 1472 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'], | |
| 1473 'v8_config_kwargs': { | |
| 1474 'BUILD_CONFIG': 'Debug', | |
| 1475 'TARGET_BITS': 32, | |
| 1476 }, | |
| 1477 'bot_type': 'builder', | |
| 1478 'build_gs_archive': 'linux_x87_nosnap_dbg_archive', | |
| 1479 'testing': {'platform': 'linux'}, | |
| 1480 'triggers': [ | |
| 1481 'V8 Linux - x87 - nosnap - debug', | |
| 1482 ], | |
| 1483 }, | |
| 1484 'V8 Linux - x87 - nosnap - debug': { | |
| 1485 'v8_apply_config': ['no_snapshot'], | |
| 1486 'chromium_apply_config': [ | |
| 1487 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'], | |
| 1488 'v8_config_kwargs': { | |
| 1489 'BUILD_CONFIG': 'Debug', | |
| 1490 'TARGET_BITS': 32, | |
| 1491 }, | |
| 1492 'bot_type': 'tester', | |
| 1493 'parent_buildername': 'V8 Linux - x87 - nosnap - debug builder', | |
| 1494 'build_gs_archive': 'linux_x87_nosnap_dbg_archive', | |
| 1495 'tests': [V8Testing], | |
| 1496 'testing': {'platform': 'linux'}, | |
| 1497 }, | |
| 1498 'V8 Linux - predictable': { | 1469 'V8 Linux - predictable': { |
| 1499 'v8_apply_config': ['predictable'], | 1470 'v8_apply_config': ['predictable'], |
| 1500 'chromium_apply_config': ['v8_ninja', 'clang', 'goma', 'predictable'], | 1471 'chromium_apply_config': ['v8_ninja', 'clang', 'goma', 'predictable'], |
| 1501 'v8_config_kwargs': { | 1472 'v8_config_kwargs': { |
| 1502 'BUILD_CONFIG': 'Release', | 1473 'BUILD_CONFIG': 'Release', |
| 1503 'TARGET_BITS': 32, | 1474 'TARGET_BITS': 32, |
| 1504 }, | 1475 }, |
| 1505 'bot_type': 'builder_tester', | 1476 'bot_type': 'builder_tester', |
| 1506 'tests': [Mjsunit, Webkit, Benchmarks, Mozilla], | 1477 'tests': [Mjsunit, Webkit, Benchmarks, Mozilla], |
| 1507 'testing': {'platform': 'linux'}, | 1478 'testing': {'platform': 'linux'}, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1547 'bot_type': 'builder_tester', | 1518 'bot_type': 'builder_tester', |
| 1548 'enable_swarming': True, | 1519 'enable_swarming': True, |
| 1549 'swarming_properties': { | 1520 'swarming_properties': { |
| 1550 'default_hard_timeout': 4 * 60 * 60, | 1521 'default_hard_timeout': 4 * 60 * 60, |
| 1551 }, | 1522 }, |
| 1552 'tests': [Deopt], | 1523 'tests': [Deopt], |
| 1553 'testing': {'platform': 'linux'}, | 1524 'testing': {'platform': 'linux'}, |
| 1554 }, | 1525 }, |
| 1555 }, | 1526 }, |
| 1556 }, | 1527 }, |
| 1528 ####### Waterfall: client.v8.ports |
| 1529 'client.v8.ports': { |
| 1530 'builders': { |
| 1531 'V8 Linux - x87 - nosnap - debug builder': { |
| 1532 'v8_apply_config': ['no_snapshot'], |
| 1533 'chromium_apply_config': [ |
| 1534 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'], |
| 1535 'v8_config_kwargs': { |
| 1536 'BUILD_CONFIG': 'Debug', |
| 1537 'TARGET_BITS': 32, |
| 1538 }, |
| 1539 'bot_type': 'builder', |
| 1540 'build_gs_archive': 'linux_x87_nosnap_dbg_archive', |
| 1541 'testing': {'platform': 'linux'}, |
| 1542 'triggers': [ |
| 1543 'V8 Linux - x87 - nosnap - debug', |
| 1544 ], |
| 1545 }, |
| 1546 'V8 Linux - x87 - nosnap - debug': { |
| 1547 'v8_apply_config': ['no_snapshot'], |
| 1548 'chromium_apply_config': [ |
| 1549 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'], |
| 1550 'v8_config_kwargs': { |
| 1551 'BUILD_CONFIG': 'Debug', |
| 1552 'TARGET_BITS': 32, |
| 1553 }, |
| 1554 'bot_type': 'tester', |
| 1555 'parent_buildername': 'V8 Linux - x87 - nosnap - debug builder', |
| 1556 'build_gs_archive': 'linux_x87_nosnap_dbg_archive', |
| 1557 'tests': [V8Testing], |
| 1558 'testing': {'platform': 'linux'}, |
| 1559 }, |
| 1560 }, |
| 1561 }, |
| 1557 ####### Waterfall: tryserver.v8 | 1562 ####### Waterfall: tryserver.v8 |
| 1558 'tryserver.v8': { | 1563 'tryserver.v8': { |
| 1559 'builders': { | 1564 'builders': { |
| 1560 'v8_linux_rel': { | 1565 'v8_linux_rel': { |
| 1561 'chromium_apply_config': ['clang', 'v8_ninja', 'goma'], | 1566 'chromium_apply_config': ['clang', 'v8_ninja', 'goma'], |
| 1562 'v8_config_kwargs': { | 1567 'v8_config_kwargs': { |
| 1563 'BUILD_CONFIG': 'Release', | 1568 'BUILD_CONFIG': 'Release', |
| 1564 'TARGET_BITS': 32, | 1569 'TARGET_BITS': 32, |
| 1565 }, | 1570 }, |
| 1566 'bot_type': 'builder_tester', | 1571 'bot_type': 'builder_tester', |
| (...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2548 dart_win_release['chromium_apply_config'].extend(['v8_ninja', 'msvs2013']) | 2553 dart_win_release['chromium_apply_config'].extend(['v8_ninja', 'msvs2013']) |
| 2549 | 2554 |
| 2550 BUILDERS = freeze(BUILDERS) | 2555 BUILDERS = freeze(BUILDERS) |
| 2551 BRANCH_BUILDERS = freeze(BRANCH_BUILDERS) | 2556 BRANCH_BUILDERS = freeze(BRANCH_BUILDERS) |
| 2552 | 2557 |
| 2553 def iter_builders(): | 2558 def iter_builders(): |
| 2554 for mastername, master_config in BUILDERS.iteritems(): | 2559 for mastername, master_config in BUILDERS.iteritems(): |
| 2555 builders = master_config['builders'] | 2560 builders = master_config['builders'] |
| 2556 for buildername, bot_config in builders.iteritems(): | 2561 for buildername, bot_config in builders.iteritems(): |
| 2557 yield mastername, builders, buildername, bot_config | 2562 yield mastername, builders, buildername, bot_config |
| OLD | NEW |