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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN

Issue 395443002: Run DM on all bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: cleanup slave Created 6 years, 5 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
OLDNEW
1 { 1 {
2 'TargetPath': <Object>, 2 'TargetPath': <Object>,
3 '_build_targets': [ 3 '_build_targets': [
4 'most', 4 'most',
5 ], 5 ],
6 '_builder_name': 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN', 6 '_builder_name': 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'timeout': <Object>, 745 'timeout': <Object>,
746 'workdir': 'build/skia', 746 'workdir': 'build/skia',
747 }, 747 },
748 ], 748 ],
749 [ 749 [
750 <Object>, 750 <Object>,
751 { 751 {
752 'alwaysRun': <Object>, 752 'alwaysRun': <Object>,
753 'command': [ 753 'command': [
754 'python', 754 'python',
755 '../../../../../../slave/skia_slave_scripts/run_dm.py',
756 '--autogen_svn_baseurl',
757 'bogusValueToFixSkBug2663',
758 '--configuration',
759 'Debug',
760 '--deps_target_os',
761 'None',
762 '--builder_name',
763 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN',
764 '--build_number',
765 <Object>,
766 '--target_platform',
767 'linux',
768 '--revision',
769 <Object>,
770 '--got_revision',
771 <Object>,
772 '--perf_output_basedir',
773 'None',
774 '--make_flags',
775 '""',
776 '--test_args',
777 '""',
778 '--gm_args',
779 '""',
780 '--bench_args',
781 '""',
782 '--is_try',
783 'False',
784 '--bench_pictures_cfg',
785 'default',
786 '--sanitizer',
787 'address',
788 '--flavor',
789 'xsan',
790 ],
791 'description': 'RunDM',
792 'doStepIf': <Object>,
793 'env': {},
794 'exception_on_failure': <Object>,
795 'flunkOnFailure': <Object>,
796 'get_props_from_stdout': None,
797 'haltOnFailure': <Object>,
798 'hideStepIf': <Object>,
799 'is_rebaseline_step': <Object>,
800 'is_upload_step': <Object>,
801 'timeout': <Object>,
802 'workdir': 'build/skia',
803 },
804 ],
805 [
806 <Object>,
807 {
808 'alwaysRun': <Object>,
809 'command': [
810 'python',
755 '../../../../../../slave/skia_slave_scripts/run_gm.py', 811 '../../../../../../slave/skia_slave_scripts/run_gm.py',
756 '--autogen_svn_baseurl', 812 '--autogen_svn_baseurl',
757 'bogusValueToFixSkBug2663', 813 'bogusValueToFixSkBug2663',
758 '--configuration', 814 '--configuration',
759 'Debug', 815 'Debug',
760 '--deps_target_os', 816 '--deps_target_os',
761 'None', 817 'None',
762 '--builder_name', 818 '--builder_name',
763 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN', 819 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN',
764 '--build_number', 820 '--build_number',
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 'haltOnFailure': <Object>, 1685 'haltOnFailure': <Object>,
1630 'hideStepIf': <Object>, 1686 'hideStepIf': <Object>,
1631 'is_rebaseline_step': <Object>, 1687 'is_rebaseline_step': <Object>,
1632 'is_upload_step': <Object>, 1688 'is_upload_step': <Object>,
1633 'timeout': <Object>, 1689 'timeout': <Object>,
1634 'workdir': 'build/skia', 1690 'workdir': 'build/skia',
1635 }, 1691 },
1636 ], 1692 ],
1637 ], 1693 ],
1638 } 1694 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698