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

Side by Side Diff: tools/tests/factory_configuration/expected/Housekeeper-PerCommit

Issue 147953006: Test android tool for building makefile. (Closed) Base URL: https://skia.googlecode.com/svn/buildbot
Patch Set: Add a name to the TODO Created 6 years, 10 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TargetPath': <Object>, 2 'TargetPath': <Object>,
3 '_autogen_svn_password_file': '.autogen_svn_password', 3 '_autogen_svn_password_file': '.autogen_svn_password',
4 '_autogen_svn_username_file': '.autogen_svn_username', 4 '_autogen_svn_username_file': '.autogen_svn_username',
5 '_build_targets': [ 5 '_build_targets': [
6 'tools', 6 'tools',
7 'gm', 7 'gm',
8 ], 8 ],
9 '_builder_name': 'Housekeeper-PerCommit', 9 '_builder_name': 'Housekeeper-PerCommit',
10 '_common_args': [ 10 '_common_args': [
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'timeout': <Object>, 755 'timeout': <Object>,
756 'workdir': 'build/skia', 756 'workdir': 'build/skia',
757 }, 757 },
758 ], 758 ],
759 [ 759 [
760 <Object>, 760 <Object>,
761 { 761 {
762 'alwaysRun': <Object>, 762 'alwaysRun': <Object>,
763 'command': [ 763 'command': [
764 'python', 764 'python',
765 'platform_tools/android/tests/run_all.py',
766 ],
767 'description': 'RunAndroidPlatformSelfTests',
768 'doStepIf': <Object>,
769 'env': {},
770 'flunkOnFailure': <Object>,
771 'get_props_from_stdout': None,
772 'haltOnFailure': <Object>,
773 'hideStepIf': <Object>,
774 'is_rebaseline_step': <Object>,
775 'is_upload_step': <Object>,
776 'timeout': <Object>,
777 'workdir': 'build/skia',
778 },
779 ],
780 [
781 <Object>,
782 {
783 'alwaysRun': <Object>,
784 'command': [
785 'python',
765 '../../../../../../slave/skia_slave_scripts/detect_static_in itializers.py', 786 '../../../../../../slave/skia_slave_scripts/detect_static_in itializers.py',
766 '--autogen_svn_baseurl', 787 '--autogen_svn_baseurl',
767 'https://skia-autogen.googlecode.com/svn', 788 'https://skia-autogen.googlecode.com/svn',
768 '--configuration', 789 '--configuration',
769 'Debug', 790 'Debug',
770 '--deps_target_os', 791 '--deps_target_os',
771 'None', 792 'None',
772 '--do_upload_results', 793 '--do_upload_results',
773 'True', 794 'True',
774 '--gm_image_subdir', 795 '--gm_image_subdir',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'haltOnFailure': <Object>, 1038 'haltOnFailure': <Object>,
1018 'hideStepIf': <Object>, 1039 'hideStepIf': <Object>,
1019 'is_rebaseline_step': <Object>, 1040 'is_rebaseline_step': <Object>,
1020 'is_upload_step': <Object>, 1041 'is_upload_step': <Object>,
1021 'timeout': <Object>, 1042 'timeout': <Object>,
1022 'workdir': 'build/skia', 1043 'workdir': 'build/skia',
1023 }, 1044 },
1024 ], 1045 ],
1025 ], 1046 ],
1026 } 1047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698