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

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

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-Trybot', 6 '_builder_name': 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 'timeout': <Object>, 801 'timeout': <Object>,
802 'workdir': 'build/skia', 802 'workdir': 'build/skia',
803 }, 803 },
804 ], 804 ],
805 [ 805 [
806 <Object>, 806 <Object>,
807 { 807 {
808 'alwaysRun': <Object>, 808 'alwaysRun': <Object>,
809 'command': [ 809 'command': [
810 'python', 810 'python',
811 '../../../../../../slave/skia_slave_scripts/run_dm.py',
812 '--autogen_svn_baseurl',
813 'bogusValueToFixSkBug2663',
814 '--configuration',
815 'Debug',
816 '--deps_target_os',
817 'None',
818 '--builder_name',
819 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN-Trybot',
820 '--build_number',
821 <Object>,
822 '--target_platform',
823 'linux',
824 '--revision',
825 <Object>,
826 '--got_revision',
827 <Object>,
828 '--perf_output_basedir',
829 'None',
830 '--make_flags',
831 '""',
832 '--test_args',
833 '""',
834 '--gm_args',
835 '""',
836 '--bench_args',
837 '""',
838 '--is_try',
839 'True',
840 '--bench_pictures_cfg',
841 'default',
842 '--sanitizer',
843 'address',
844 '--flavor',
845 'xsan',
846 ],
847 'description': 'RunDM',
848 'doStepIf': <Object>,
849 'env': {},
850 'exception_on_failure': <Object>,
851 'flunkOnFailure': <Object>,
852 'get_props_from_stdout': None,
853 'haltOnFailure': <Object>,
854 'hideStepIf': <Object>,
855 'is_rebaseline_step': <Object>,
856 'is_upload_step': <Object>,
857 'timeout': <Object>,
858 'workdir': 'build/skia',
859 },
860 ],
861 [
862 <Object>,
863 {
864 'alwaysRun': <Object>,
865 'command': [
866 'python',
811 '../../../../../../slave/skia_slave_scripts/run_gm.py', 867 '../../../../../../slave/skia_slave_scripts/run_gm.py',
812 '--autogen_svn_baseurl', 868 '--autogen_svn_baseurl',
813 'bogusValueToFixSkBug2663', 869 'bogusValueToFixSkBug2663',
814 '--configuration', 870 '--configuration',
815 'Debug', 871 'Debug',
816 '--deps_target_os', 872 '--deps_target_os',
817 'None', 873 'None',
818 '--builder_name', 874 '--builder_name',
819 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN-Trybot', 875 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN-Trybot',
820 '--build_number', 876 '--build_number',
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1685 'haltOnFailure': <Object>, 1741 'haltOnFailure': <Object>,
1686 'hideStepIf': <Object>, 1742 'hideStepIf': <Object>,
1687 'is_rebaseline_step': <Object>, 1743 'is_rebaseline_step': <Object>,
1688 'is_upload_step': <Object>, 1744 'is_upload_step': <Object>,
1689 'timeout': <Object>, 1745 'timeout': <Object>,
1690 'workdir': 'build/skia', 1746 'workdir': 'build/skia',
1691 }, 1747 },
1692 ], 1748 ],
1693 ], 1749 ],
1694 } 1750 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698