| 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 from buildbot.changes import svnpoller | 5 from buildbot.changes import svnpoller |
| 6 from buildbot.scheduler import Triggerable | 6 from buildbot.scheduler import Triggerable |
| 7 from buildbot.scheduler import Scheduler | 7 from buildbot.scheduler import Scheduler |
| 8 | 8 |
| 9 from common import chromium_utils | 9 from common import chromium_utils |
| 10 | 10 |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'app_list_unittests', | 361 'app_list_unittests', |
| 362 'ash_unittests', | 362 'ash_unittests', |
| 363 'aura_unittests', | 363 'aura_unittests', |
| 364 'base_unittests', | 364 'base_unittests', |
| 365 'chromeos_unittests', | 365 'chromeos_unittests', |
| 366 'components_unittests', | 366 'components_unittests', |
| 367 'compositor_unittests', | 367 'compositor_unittests', |
| 368 'content_unittests', | 368 'content_unittests', |
| 369 'crypto_unittests', | 369 'crypto_unittests', |
| 370 'device_unittests', | 370 'device_unittests', |
| 371 'events_unittests', |
| 371 'gpu_unittests', | 372 'gpu_unittests', |
| 372 'ipc_tests', | 373 'ipc_tests', |
| 373 'jingle_unittests', | 374 'jingle_unittests', |
| 374 'media_unittests', | 375 'media_unittests', |
| 375 'message_center_unittests', | 376 'message_center_unittests', |
| 376 'net_unittests', | 377 'net_unittests', |
| 377 'ppapi_unittests', | 378 'ppapi_unittests', |
| 378 'printing_unittests', | 379 'printing_unittests', |
| 379 'remoting_unittests', | 380 'remoting_unittests', |
| 380 'sandbox_linux_unittests', | 381 'sandbox_linux_unittests', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 target='Release', | 422 target='Release', |
| 422 slave_type='Tester', | 423 slave_type='Tester', |
| 423 build_url=chromium_chromeos_valgrind_archive, | 424 build_url=chromium_chromeos_valgrind_archive, |
| 424 tests=['valgrind_ash_unittests', | 425 tests=['valgrind_ash_unittests', |
| 425 'valgrind_aura', | 426 'valgrind_aura', |
| 426 'valgrind_base_unittests', | 427 'valgrind_base_unittests', |
| 427 'valgrind_chromeos_unittests', | 428 'valgrind_chromeos_unittests', |
| 428 'valgrind_content', | 429 'valgrind_content', |
| 429 'valgrind_compositor', | 430 'valgrind_compositor', |
| 430 'valgrind_crypto', | 431 'valgrind_crypto', |
| 432 'valgrind_events', |
| 431 'valgrind_sandbox', | 433 'valgrind_sandbox', |
| 432 'valgrind_views', | 434 'valgrind_views', |
| 433 ], | 435 ], |
| 434 factory_properties={ 'needs_valgrind' : True, 'chromeos': True }) | 436 factory_properties={ 'needs_valgrind' : True, 'chromeos': True }) |
| 435 | 437 |
| 436 f_chromium_rel_chromeos_valgrind_tests_4 = F_CR_OS( | 438 f_chromium_rel_chromeos_valgrind_tests_4 = F_CR_OS( |
| 437 target='Release', | 439 target='Release', |
| 438 slave_type='Tester', | 440 slave_type='Tester', |
| 439 build_url=chromium_chromeos_valgrind_archive, | 441 build_url=chromium_chromeos_valgrind_archive, |
| 440 tests=['valgrind_unit_1_of_3'], | 442 tests=['valgrind_unit_1_of_3'], |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 'app_list_unittests', | 621 'app_list_unittests', |
| 620 'ash_unittests', | 622 'ash_unittests', |
| 621 'aura_unittests', | 623 'aura_unittests', |
| 622 'base_unittests', | 624 'base_unittests', |
| 623 'chromeos_unittests', | 625 'chromeos_unittests', |
| 624 'compositor_unittests', | 626 'compositor_unittests', |
| 625 'content_unittests', | 627 'content_unittests', |
| 626 'courgette_unittests', | 628 'courgette_unittests', |
| 627 'crypto_unittests', | 629 'crypto_unittests', |
| 628 'device_unittests', | 630 'device_unittests', |
| 631 'events_unittests', |
| 629 'gpu_unittests', | 632 'gpu_unittests', |
| 630 'ipc_tests', | 633 'ipc_tests', |
| 631 'jingle_unittests', | 634 'jingle_unittests', |
| 632 'media_unittests', | 635 'media_unittests', |
| 633 'message_center_unittests', | 636 'message_center_unittests', |
| 634 'net_unittests', | 637 'net_unittests', |
| 635 'ppapi_unittests', | 638 'ppapi_unittests', |
| 636 'printing_unittests', | 639 'printing_unittests', |
| 637 'remoting_unittests', | 640 'remoting_unittests', |
| 638 'sql_unittests', | 641 'sql_unittests', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 649 'heapcheck_url', | 652 'heapcheck_url', |
| 650 'heapcheck_printing', | 653 'heapcheck_printing', |
| 651 'heapcheck_ppapi_unittests', | 654 'heapcheck_ppapi_unittests', |
| 652 'heapcheck_jingle', | 655 'heapcheck_jingle', |
| 653 'heapcheck_media', | 656 'heapcheck_media', |
| 654 'heapcheck_message_center_unittests', | 657 'heapcheck_message_center_unittests', |
| 655 'heapcheck_chromeos_unittests', | 658 'heapcheck_chromeos_unittests', |
| 656 'heapcheck_compositor', | 659 'heapcheck_compositor', |
| 657 'heapcheck_content', | 660 'heapcheck_content', |
| 658 'heapcheck_courgette', | 661 'heapcheck_courgette', |
| 662 'heapcheck_events', |
| 659 'heapcheck_remoting', | 663 'heapcheck_remoting', |
| 660 'heapcheck_gpu', | 664 'heapcheck_gpu', |
| 661 'heapcheck_sql', | 665 'heapcheck_sql', |
| 662 'heapcheck_sync', | 666 'heapcheck_sync', |
| 663 'heapcheck_ipc_tests', | 667 'heapcheck_ipc_tests', |
| 664 'heapcheck_base_unittests', | 668 'heapcheck_base_unittests', |
| 665 'heapcheck_crypto', | 669 'heapcheck_crypto', |
| 666 'heapcheck_device_unittests', | 670 'heapcheck_device_unittests', |
| 667 'heapcheck_net', | 671 'heapcheck_net', |
| 668 'heapcheck_ui_unittests', | 672 'heapcheck_ui_unittests', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 681 'browser_tests', | 685 'browser_tests', |
| 682 'cacheinvalidation_unittests', | 686 'cacheinvalidation_unittests', |
| 683 'cc_unittests', | 687 'cc_unittests', |
| 684 'chromedriver_tests', | 688 'chromedriver_tests', |
| 685 'chromedriver2_unittests', | 689 'chromedriver2_unittests', |
| 686 'components_unittests', | 690 'components_unittests', |
| 687 'content_browsertests', | 691 'content_browsertests', |
| 688 'content_unittests', | 692 'content_unittests', |
| 689 'crypto_unittests', | 693 'crypto_unittests', |
| 690 'device_unittests', | 694 'device_unittests', |
| 695 'events_unittests', |
| 691 'gpu_unittests', | 696 'gpu_unittests', |
| 692 'jingle_unittests', | 697 'jingle_unittests', |
| 693 'media_unittests', | 698 'media_unittests', |
| 694 'net_unittests', | 699 'net_unittests', |
| 695 'ppapi_unittests', | 700 'ppapi_unittests', |
| 696 'printing_unittests', | 701 'printing_unittests', |
| 697 'remoting_unittests', | 702 'remoting_unittests', |
| 698 'sync_integration_tests', | 703 'sync_integration_tests', |
| 699 'sync_unit_tests', | 704 'sync_unit_tests', |
| 700 'ui_unittests', | 705 'ui_unittests', |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1092 enable_http_status_push=ActiveMaster.is_production_host) | 1097 enable_http_status_push=ActiveMaster.is_production_host) |
| 1093 | 1098 |
| 1094 if ActiveMaster.is_production_host: | 1099 if ActiveMaster.is_production_host: |
| 1095 import notifier_cfg | 1100 import notifier_cfg |
| 1096 notifier_cfg.Update(config, ActiveMaster, c) | 1101 notifier_cfg.Update(config, ActiveMaster, c) |
| 1097 | 1102 |
| 1098 ####### PROJECT IDENTITY | 1103 ####### PROJECT IDENTITY |
| 1099 | 1104 |
| 1100 # Buildbot master url: | 1105 # Buildbot master url: |
| 1101 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.memory.fyi/' | 1106 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.memory.fyi/' |
| OLD | NEW |