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

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

Issue 19668009: Move gm-expected to trunk/expectations/gm , and modify scripts that use it. (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: add_master_files Created 7 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 | 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-Trybot', 9 '_builder_name': 'Housekeeper-PerCommit-Trybot',
10 '_common_args': [ 10 '_common_args': [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '_configuration': 'Debug', 48 '_configuration': 'Debug',
49 '_default_clobber': <Object>, 49 '_default_clobber': <Object>,
50 '_deps_target_os': None, 50 '_deps_target_os': None,
51 '_do_patch_step': <Object>, 51 '_do_patch_step': <Object>,
52 '_do_upload_bench_results': <Object>, 52 '_do_upload_bench_results': <Object>,
53 '_do_upload_results': <Object>, 53 '_do_upload_results': <Object>,
54 '_env_vars': {}, 54 '_env_vars': {},
55 '_flavor': None, 55 '_flavor': None,
56 '_gclient_solutions': [ 56 '_gclient_solutions': [
57 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},', 57 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},',
58 '{ "name": "gm-expected", "url": "http://skia.googlecode.com/svn/gm-expe cted", "custom_deps": {},"custom_vars": {},},',
59 ], 58 ],
60 '_gyp_defines': { 59 '_gyp_defines': {
61 'skia_warnings_as_errors': '0', 60 'skia_warnings_as_errors': '0',
62 }, 61 },
63 '_make_flags': [], 62 '_make_flags': [],
64 '_perf_output_basedir': None, 63 '_perf_output_basedir': None,
65 '_skia_cmd_obj': <Object>, 64 '_skia_cmd_obj': <Object>,
66 '_skia_svn_password_file': '.skia_svn_password', 65 '_skia_svn_password_file': '.skia_svn_password',
67 '_skia_svn_username_file': '.skia_svn_username', 66 '_skia_svn_username_file': '.skia_svn_username',
68 '_workdir': 'build/trunk', 67 '_workdir': 'build/trunk',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 '""', 161 '""',
163 '--num_cores', 162 '--num_cores',
164 <Object>, 163 <Object>,
165 '--is_try', 164 '--is_try',
166 'True', 165 'True',
167 '--bench_pictures_cfg', 166 '--bench_pictures_cfg',
168 'default', 167 'default',
169 '--flavor', 168 '--flavor',
170 'default', 169 'default',
171 '--gclient_solutions', 170 '--gclient_solutions',
172 '"['{ "name": "trunk", "url": "http://skia.googlecode.com/sv n/trunk", "custom_deps": {},"custom_vars": {},},', '{ "name": "gm-expected", "ur l": "http://skia.googlecode.com/svn/gm-expected", "custom_deps": {},"custom_vars ": {},},']"', 171 '"['{ "name": "trunk", "url": "http://skia.googlecode.com/sv n/trunk", "custom_deps": {},"custom_vars": {},},']"',
173 ], 172 ],
174 'description': 'Update', 173 'description': 'Update',
175 'doStepIf': <Object>, 174 'doStepIf': <Object>,
176 'env': {}, 175 'env': {},
177 'flunkOnFailure': <Object>, 176 'flunkOnFailure': <Object>,
178 'get_props_from_stdout': { 177 'get_props_from_stdout': {
179 'got_revision': 'Skia updated to revision (\d+)', 178 'got_revision': 'Skia updated to revision (\d+)',
180 }, 179 },
181 'haltOnFailure': <Object>, 180 'haltOnFailure': <Object>,
182 'hideStepIf': <Object>, 181 'hideStepIf': <Object>,
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'haltOnFailure': <Object>, 1005 'haltOnFailure': <Object>,
1007 'hideStepIf': <Object>, 1006 'hideStepIf': <Object>,
1008 'is_rebaseline_step': <Object>, 1007 'is_rebaseline_step': <Object>,
1009 'is_upload_step': <Object>, 1008 'is_upload_step': <Object>,
1010 'timeout': <Object>, 1009 'timeout': <Object>,
1011 'workdir': 'build/trunk', 1010 'workdir': 'build/trunk',
1012 }, 1011 },
1013 ], 1012 ],
1014 ], 1013 ],
1015 } 1014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698