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

Side by Side Diff: tools/tests/factory_configuration/expected/Perf-Android-Nexus10-MaliT604-Arm7-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 'all', 4 'all',
5 ], 5 ],
6 '_builder_name': 'Perf-Android-Nexus10-MaliT604-Arm7-Release-Trybot', 6 '_builder_name': 'Perf-Android-Nexus10-MaliT604-Arm7-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 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'timeout': <Object>, 825 'timeout': <Object>,
826 'workdir': 'build/skia', 826 'workdir': 'build/skia',
827 }, 827 },
828 ], 828 ],
829 [ 829 [
830 <Object>, 830 <Object>,
831 { 831 {
832 'alwaysRun': <Object>, 832 'alwaysRun': <Object>,
833 'command': [ 833 'command': [
834 'python', 834 'python',
835 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
836 '--autogen_svn_baseurl',
837 'bogusValueToFixSkBug2663',
838 '--configuration',
839 'Release',
840 '--deps_target_os',
841 'android',
842 '--builder_name',
843 'Perf-Android-Nexus10-MaliT604-Arm7-Release-Trybot',
844 '--build_number',
845 <Object>,
846 '--target_platform',
847 'linux',
848 '--revision',
849 <Object>,
850 '--got_revision',
851 <Object>,
852 '--perf_output_basedir',
853 '../../../../perfdata',
854 '--make_flags',
855 '""',
856 '--test_args',
857 '"--match ~Threaded"',
858 '--gm_args',
859 '""',
860 '--bench_args',
861 '""',
862 '--is_try',
863 'True',
864 '--bench_pictures_cfg',
865 'nexus_10',
866 '--device',
867 'nexus_10',
868 '--serial',
869 <Object>,
870 '--has_root',
871 <Object>,
872 '--android_sdk_root',
873 <Object>,
874 '--flavor',
875 'android',
876 ],
877 'description': 'RunNanobench',
878 'doStepIf': <Object>,
879 'env': {},
880 'exception_on_failure': <Object>,
881 'flunkOnFailure': <Object>,
882 'get_props_from_stdout': None,
883 'haltOnFailure': <Object>,
884 'hideStepIf': <Object>,
885 'is_rebaseline_step': <Object>,
886 'is_upload_step': <Object>,
887 'timeout': <Object>,
888 'workdir': 'build/skia',
889 },
890 ],
891 [
892 <Object>,
893 {
894 'alwaysRun': <Object>,
895 'command': [
896 'python',
835 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 897 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
836 '--autogen_svn_baseurl', 898 '--autogen_svn_baseurl',
837 'bogusValueToFixSkBug2663', 899 'bogusValueToFixSkBug2663',
838 '--configuration', 900 '--configuration',
839 'Release', 901 'Release',
840 '--deps_target_os', 902 '--deps_target_os',
841 'android', 903 'android',
842 '--builder_name', 904 '--builder_name',
843 'Perf-Android-Nexus10-MaliT604-Arm7-Release-Trybot', 905 'Perf-Android-Nexus10-MaliT604-Arm7-Release-Trybot',
844 '--build_number', 906 '--build_number',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 'haltOnFailure': <Object>, 1127 'haltOnFailure': <Object>,
1066 'hideStepIf': <Object>, 1128 'hideStepIf': <Object>,
1067 'is_rebaseline_step': <Object>, 1129 'is_rebaseline_step': <Object>,
1068 'is_upload_step': <Object>, 1130 'is_upload_step': <Object>,
1069 'timeout': <Object>, 1131 'timeout': <Object>,
1070 'workdir': 'build/skia', 1132 'workdir': 'build/skia',
1071 }, 1133 },
1072 ], 1134 ],
1073 ], 1135 ],
1074 } 1136 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698