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

Side by Side Diff: tools/tests/factory_configuration/expected/Perf-ChromeOS-Alex-GMA3150-x86-Release-Trybot

Issue 393593003: Run nanobench on perf bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: list binary 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': 'Perf-ChromeOS-Alex-GMA3150-x86-Release-Trybot', 6 '_builder_name': 'Perf-ChromeOS-Alex-GMA3150-x86-Release-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 'timeout': <Object>, 798 'timeout': <Object>,
799 'workdir': 'build/skia', 799 'workdir': 'build/skia',
800 }, 800 },
801 ], 801 ],
802 [ 802 [
803 <Object>, 803 <Object>,
804 { 804 {
805 'alwaysRun': <Object>, 805 'alwaysRun': <Object>,
806 'command': [ 806 'command': [
807 'python', 807 'python',
808 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
809 '--autogen_svn_baseurl',
810 'bogusValueToFixSkBug2663',
811 '--configuration',
812 'Release',
813 '--deps_target_os',
814 'chromeos',
815 '--builder_name',
816 'Perf-ChromeOS-Alex-GMA3150-x86-Release-Trybot',
817 '--build_number',
818 <Object>,
819 '--target_platform',
820 'linux',
821 '--revision',
822 <Object>,
823 '--got_revision',
824 <Object>,
825 '--perf_output_basedir',
826 '../../../../perfdata',
827 '--make_flags',
828 '""',
829 '--test_args',
830 '""',
831 '--gm_args',
832 '""',
833 '--bench_args',
834 '""',
835 '--is_try',
836 'True',
837 '--bench_pictures_cfg',
838 'no_gpu',
839 '--ssh_host',
840 <Object>,
841 '--ssh_port',
842 <Object>,
843 '--board',
844 'x86-alex',
845 '--flavor',
846 'chromeos',
847 ],
848 'description': 'RunNanobench',
849 'doStepIf': <Object>,
850 'env': {},
851 'exception_on_failure': <Object>,
852 'flunkOnFailure': <Object>,
853 'get_props_from_stdout': None,
854 'haltOnFailure': <Object>,
855 'hideStepIf': <Object>,
856 'is_rebaseline_step': <Object>,
857 'is_upload_step': <Object>,
858 'timeout': <Object>,
859 'workdir': 'build/skia',
860 },
861 ],
862 [
863 <Object>,
864 {
865 'alwaysRun': <Object>,
866 'command': [
867 'python',
808 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 868 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
809 '--autogen_svn_baseurl', 869 '--autogen_svn_baseurl',
810 'bogusValueToFixSkBug2663', 870 'bogusValueToFixSkBug2663',
811 '--configuration', 871 '--configuration',
812 'Release', 872 'Release',
813 '--deps_target_os', 873 '--deps_target_os',
814 'chromeos', 874 'chromeos',
815 '--builder_name', 875 '--builder_name',
816 'Perf-ChromeOS-Alex-GMA3150-x86-Release-Trybot', 876 'Perf-ChromeOS-Alex-GMA3150-x86-Release-Trybot',
817 '--build_number', 877 '--build_number',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'haltOnFailure': <Object>, 1090 'haltOnFailure': <Object>,
1031 'hideStepIf': <Object>, 1091 'hideStepIf': <Object>,
1032 'is_rebaseline_step': <Object>, 1092 'is_rebaseline_step': <Object>,
1033 'is_upload_step': <Object>, 1093 'is_upload_step': <Object>,
1034 'timeout': <Object>, 1094 'timeout': <Object>,
1035 'workdir': 'build/skia', 1095 'workdir': 'build/skia',
1036 }, 1096 },
1037 ], 1097 ],
1038 ], 1098 ],
1039 } 1099 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698