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

Side by Side Diff: tools/tests/factory_configuration/expected/Perf-ChromeOS-Daisy-MaliT604-Arm7-Release

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-Daisy-MaliT604-Arm7-Release', 6 '_builder_name': 'Perf-ChromeOS-Daisy-MaliT604-Arm7-Release',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'timeout': <Object>, 738 'timeout': <Object>,
739 'workdir': 'build/skia', 739 'workdir': 'build/skia',
740 }, 740 },
741 ], 741 ],
742 [ 742 [
743 <Object>, 743 <Object>,
744 { 744 {
745 'alwaysRun': <Object>, 745 'alwaysRun': <Object>,
746 'command': [ 746 'command': [
747 'python', 747 'python',
748 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
749 '--autogen_svn_baseurl',
750 'bogusValueToFixSkBug2663',
751 '--configuration',
752 'Release',
753 '--deps_target_os',
754 'chromeos',
755 '--builder_name',
756 'Perf-ChromeOS-Daisy-MaliT604-Arm7-Release',
757 '--build_number',
758 <Object>,
759 '--target_platform',
760 'linux',
761 '--revision',
762 <Object>,
763 '--got_revision',
764 <Object>,
765 '--perf_output_basedir',
766 '../../../../perfdata',
767 '--make_flags',
768 '""',
769 '--test_args',
770 '""',
771 '--gm_args',
772 '""',
773 '--bench_args',
774 '""',
775 '--is_try',
776 'False',
777 '--bench_pictures_cfg',
778 'no_gpu',
779 '--ssh_host',
780 <Object>,
781 '--ssh_port',
782 <Object>,
783 '--board',
784 'daisy',
785 '--flavor',
786 'chromeos',
787 ],
788 'description': 'RunNanobench',
789 'doStepIf': <Object>,
790 'env': {},
791 'exception_on_failure': <Object>,
792 'flunkOnFailure': <Object>,
793 'get_props_from_stdout': None,
794 'haltOnFailure': <Object>,
795 'hideStepIf': <Object>,
796 'is_rebaseline_step': <Object>,
797 'is_upload_step': <Object>,
798 'timeout': <Object>,
799 'workdir': 'build/skia',
800 },
801 ],
802 [
803 <Object>,
804 {
805 'alwaysRun': <Object>,
806 'command': [
807 'python',
748 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 808 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
749 '--autogen_svn_baseurl', 809 '--autogen_svn_baseurl',
750 'bogusValueToFixSkBug2663', 810 'bogusValueToFixSkBug2663',
751 '--configuration', 811 '--configuration',
752 'Release', 812 'Release',
753 '--deps_target_os', 813 '--deps_target_os',
754 'chromeos', 814 'chromeos',
755 '--builder_name', 815 '--builder_name',
756 'Perf-ChromeOS-Daisy-MaliT604-Arm7-Release', 816 'Perf-ChromeOS-Daisy-MaliT604-Arm7-Release',
757 '--build_number', 817 '--build_number',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'haltOnFailure': <Object>, 1030 'haltOnFailure': <Object>,
971 'hideStepIf': <Object>, 1031 'hideStepIf': <Object>,
972 'is_rebaseline_step': <Object>, 1032 'is_rebaseline_step': <Object>,
973 'is_upload_step': <Object>, 1033 'is_upload_step': <Object>,
974 'timeout': <Object>, 1034 'timeout': <Object>,
975 'workdir': 'build/skia', 1035 'workdir': 'build/skia',
976 }, 1036 },
977 ], 1037 ],
978 ], 1038 ],
979 } 1039 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698