Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1063)

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py

Issue 1722573002: Make swarming dimensions for GPU bots explicit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 . import steps 5 from . import steps
6 6
7 SPEC = { 7 SPEC = {
8 'settings': { 8 'settings': {
9 'build_gs_bucket': 'chromium-gpu-fyi-archive', 9 'build_gs_bucket': 'chromium-gpu-fyi-archive',
10 # WARNING: src-side runtest.py is only tested with chromium CQ builders. 10 # WARNING: src-side runtest.py is only tested with chromium CQ builders.
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 steps.generate_gtest, 498 steps.generate_gtest,
499 steps.generate_script, 499 steps.generate_script,
500 steps.generate_isolated_script, 500 steps.generate_isolated_script,
501 ], 501 ],
502 'bot_type': 'tester', 502 'bot_type': 'tester',
503 'parent_buildername': 'GPU Mac Builder', 503 'parent_buildername': 'GPU Mac Builder',
504 'testing': { 504 'testing': {
505 'platform': 'mac', 505 'platform': 'mac',
506 }, 506 },
507 'enable_swarming': True, 507 'enable_swarming': True,
508 'swarming_dimensions': {
509 'os': 'Mac-10.10',
510 },
508 }, 511 },
509 'Mac 10.10 Debug (Intel)': { 512 'Mac 10.10 Debug (Intel)': {
510 'chromium_config': 'chromium', 513 'chromium_config': 'chromium',
511 'chromium_apply_config': ['ninja_confirm_noop'], 514 'chromium_apply_config': ['ninja_confirm_noop'],
512 'gclient_config': 'chromium', 515 'gclient_config': 'chromium',
513 'chromium_config_kwargs': { 516 'chromium_config_kwargs': {
514 'BUILD_CONFIG': 'Debug', 517 'BUILD_CONFIG': 'Debug',
515 'TARGET_BITS': 64, 518 'TARGET_BITS': 64,
516 }, 519 },
517 'test_generators': [ 520 'test_generators': [
518 steps.generate_gtest, 521 steps.generate_gtest,
519 steps.generate_script, 522 steps.generate_script,
520 steps.generate_isolated_script, 523 steps.generate_isolated_script,
521 ], 524 ],
522 'bot_type': 'tester', 525 'bot_type': 'tester',
523 'parent_buildername': 'GPU Mac Builder (dbg)', 526 'parent_buildername': 'GPU Mac Builder (dbg)',
524 'testing': { 527 'testing': {
525 'platform': 'mac', 528 'platform': 'mac',
526 }, 529 },
527 'enable_swarming': True, 530 'enable_swarming': True,
531 'swarming_dimensions': {
532 'os': 'Mac-10.10',
533 },
528 }, 534 },
529 'Mac 10.10 Release (ATI)': { 535 'Mac 10.10 Release (ATI)': {
530 'chromium_config': 'chromium', 536 'chromium_config': 'chromium',
531 'chromium_apply_config': ['ninja_confirm_noop'], 537 'chromium_apply_config': ['ninja_confirm_noop'],
532 'gclient_config': 'chromium', 538 'gclient_config': 'chromium',
533 'chromium_config_kwargs': { 539 'chromium_config_kwargs': {
534 'BUILD_CONFIG': 'Release', 540 'BUILD_CONFIG': 'Release',
535 'TARGET_BITS': 64, 541 'TARGET_BITS': 64,
536 }, 542 },
537 'test_generators': [ 543 'test_generators': [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 steps.generate_gtest, 630 steps.generate_gtest,
625 steps.generate_script, 631 steps.generate_script,
626 steps.generate_isolated_script, 632 steps.generate_isolated_script,
627 ], 633 ],
628 'bot_type': 'tester', 634 'bot_type': 'tester',
629 'parent_buildername': 'GPU Mac Builder', 635 'parent_buildername': 'GPU Mac Builder',
630 'testing': { 636 'testing': {
631 'platform': 'mac', 637 'platform': 'mac',
632 }, 638 },
633 'enable_swarming': True, 639 'enable_swarming': True,
640 'swarming_dimensions': {
641 'os': 'Mac-10.10',
642 },
634 }, 643 },
635 'Mac 10.10 Retina Debug (AMD)': { 644 'Mac 10.10 Retina Debug (AMD)': {
636 'chromium_config': 'chromium', 645 'chromium_config': 'chromium',
637 'chromium_apply_config': ['ninja_confirm_noop'], 646 'chromium_apply_config': ['ninja_confirm_noop'],
638 'gclient_config': 'chromium', 647 'gclient_config': 'chromium',
639 'chromium_config_kwargs': { 648 'chromium_config_kwargs': {
640 'BUILD_CONFIG': 'Debug', 649 'BUILD_CONFIG': 'Debug',
641 'TARGET_BITS': 64, 650 'TARGET_BITS': 64,
642 }, 651 },
643 'test_generators': [ 652 'test_generators': [
644 steps.generate_gtest, 653 steps.generate_gtest,
645 steps.generate_script, 654 steps.generate_script,
646 steps.generate_isolated_script, 655 steps.generate_isolated_script,
647 ], 656 ],
648 'bot_type': 'tester', 657 'bot_type': 'tester',
649 'parent_buildername': 'GPU Mac Builder (dbg)', 658 'parent_buildername': 'GPU Mac Builder (dbg)',
650 'testing': { 659 'testing': {
651 'platform': 'mac', 660 'platform': 'mac',
652 }, 661 },
653 'enable_swarming': True, 662 'enable_swarming': True,
663 'swarming_dimensions': {
664 'os': 'Mac-10.10',
665 },
654 }, 666 },
655 667
656 'GPU Fake Linux Builder': { 668 'GPU Fake Linux Builder': {
657 'chromium_config': 'chromium', 669 'chromium_config': 'chromium',
658 'chromium_apply_config': ['mb', 'ninja_confirm_noop', 670 'chromium_apply_config': ['mb', 'ninja_confirm_noop',
659 'archive_gpu_tests', 'chrome_with_codecs' ], 671 'archive_gpu_tests', 'chrome_with_codecs' ],
660 'gclient_config': 'chromium', 672 'gclient_config': 'chromium',
661 'chromium_config_kwargs': { 673 'chromium_config_kwargs': {
662 'BUILD_CONFIG': 'Release', 674 'BUILD_CONFIG': 'Release',
663 'TARGET_BITS': 64, 675 'TARGET_BITS': 64,
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 steps.generate_gtest, 780 steps.generate_gtest,
769 steps.generate_script, 781 steps.generate_script,
770 steps.generate_isolated_script, 782 steps.generate_isolated_script,
771 ], 783 ],
772 'bot_type': 'tester', 784 'bot_type': 'tester',
773 'parent_buildername': 'GPU Mac Builder', 785 'parent_buildername': 'GPU Mac Builder',
774 'testing': { 786 'testing': {
775 'platform': 'mac', 787 'platform': 'mac',
776 }, 788 },
777 'enable_swarming': True, 789 'enable_swarming': True,
790 'swarming_dimensions': {
791 'os': 'Mac-10.10',
792 },
778 }, 793 },
779 'Optional Mac Retina Release': { 794 'Optional Mac Retina Release': {
780 'chromium_config': 'chromium', 795 'chromium_config': 'chromium',
781 'chromium_apply_config': ['ninja_confirm_noop'], 796 'chromium_apply_config': ['ninja_confirm_noop'],
782 'gclient_config': 'chromium', 797 'gclient_config': 'chromium',
783 'chromium_config_kwargs': { 798 'chromium_config_kwargs': {
784 'BUILD_CONFIG': 'Release', 799 'BUILD_CONFIG': 'Release',
785 'TARGET_BITS': 64, 800 'TARGET_BITS': 64,
786 }, 801 },
787 'test_generators': [ 802 'test_generators': [
(...skipping 20 matching lines...) Expand all
808 steps.generate_gtest, 823 steps.generate_gtest,
809 steps.generate_script, 824 steps.generate_script,
810 steps.generate_isolated_script, 825 steps.generate_isolated_script,
811 ], 826 ],
812 'bot_type': 'tester', 827 'bot_type': 'tester',
813 'parent_buildername': 'GPU Mac Builder', 828 'parent_buildername': 'GPU Mac Builder',
814 'testing': { 829 'testing': {
815 'platform': 'mac', 830 'platform': 'mac',
816 }, 831 },
817 'enable_swarming': True, 832 'enable_swarming': True,
833 'swarming_dimensions': {
834 'os': 'Mac-10.10',
835 },
818 }, 836 },
819 }, 837 },
820 } 838 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698