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

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

Issue 159793002: Test android tool for building makefile. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Reupload due to chunk error mismatch 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
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 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'timeout': <Object>, 731 'timeout': <Object>,
732 'workdir': 'build/skia', 732 'workdir': 'build/skia',
733 }, 733 },
734 ], 734 ],
735 [ 735 [
736 <Object>, 736 <Object>,
737 { 737 {
738 'alwaysRun': <Object>, 738 'alwaysRun': <Object>,
739 'command': [ 739 'command': [
740 'python', 740 'python',
741 'platform_tools/android/tests/run_all.py',
742 ],
743 'description': 'RunAndroidPlatformSelfTests',
744 'doStepIf': <Object>,
745 'env': {},
746 'flunkOnFailure': <Object>,
747 'get_props_from_stdout': None,
748 'haltOnFailure': <Object>,
749 'hideStepIf': <Object>,
750 'is_rebaseline_step': <Object>,
751 'is_upload_step': <Object>,
752 'timeout': <Object>,
753 'workdir': 'build/skia',
754 },
755 ],
756 [
757 <Object>,
758 {
759 'alwaysRun': <Object>,
760 'command': [
761 'python',
741 '../../../../../../slave/skia_slave_scripts/detect_static_in itializers.py', 762 '../../../../../../slave/skia_slave_scripts/detect_static_in itializers.py',
742 '--autogen_svn_baseurl', 763 '--autogen_svn_baseurl',
743 'https://skia-autogen.googlecode.com/svn', 764 'https://skia-autogen.googlecode.com/svn',
744 '--configuration', 765 '--configuration',
745 'Debug', 766 'Debug',
746 '--deps_target_os', 767 '--deps_target_os',
747 'None', 768 'None',
748 '--do_upload_results', 769 '--do_upload_results',
749 'True', 770 'True',
750 '--builder_name', 771 '--builder_name',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 'haltOnFailure': <Object>, 1010 'haltOnFailure': <Object>,
990 'hideStepIf': <Object>, 1011 'hideStepIf': <Object>,
991 'is_rebaseline_step': <Object>, 1012 'is_rebaseline_step': <Object>,
992 'is_upload_step': <Object>, 1013 'is_upload_step': <Object>,
993 'timeout': <Object>, 1014 'timeout': <Object>,
994 'workdir': 'build/skia', 1015 'workdir': 'build/skia',
995 }, 1016 },
996 ], 1017 ],
997 ], 1018 ],
998 } 1019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698