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

Side by Side Diff: buildbot/tools/tests/factory_configuration/expected/Housekeeper-Nightly-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 '_builder_name': 'Housekeeper-Nightly-Trybot', 6 '_builder_name': 'Housekeeper-Nightly-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'https://skia-autogen.googlecode.com/svn', 9 'https://skia-autogen.googlecode.com/svn',
10 '--configuration', 10 '--configuration',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '_configuration': 'Debug', 45 '_configuration': 'Debug',
46 '_default_clobber': <Object>, 46 '_default_clobber': <Object>,
47 '_deps_target_os': None, 47 '_deps_target_os': None,
48 '_do_patch_step': <Object>, 48 '_do_patch_step': <Object>,
49 '_do_upload_bench_results': <Object>, 49 '_do_upload_bench_results': <Object>,
50 '_do_upload_results': <Object>, 50 '_do_upload_results': <Object>,
51 '_env_vars': {}, 51 '_env_vars': {},
52 '_flavor': None, 52 '_flavor': None,
53 '_gclient_solutions': [ 53 '_gclient_solutions': [
54 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},', 54 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},',
55 '{ "name": "gm-expected", "url": "http://skia.googlecode.com/svn/gm-expe cted", "custom_deps": {},"custom_vars": {},},',
56 ], 55 ],
57 '_gyp_defines': { 56 '_gyp_defines': {
58 'skia_warnings_as_errors': '0', 57 'skia_warnings_as_errors': '0',
59 }, 58 },
60 '_make_flags': [], 59 '_make_flags': [],
61 '_perf_output_basedir': None, 60 '_perf_output_basedir': None,
62 '_skia_cmd_obj': <Object>, 61 '_skia_cmd_obj': <Object>,
63 '_skia_svn_password_file': '.skia_svn_password', 62 '_skia_svn_password_file': '.skia_svn_password',
64 '_skia_svn_username_file': '.skia_svn_username', 63 '_skia_svn_username_file': '.skia_svn_username',
65 '_workdir': 'build/trunk', 64 '_workdir': 'build/trunk',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 '""', 158 '""',
160 '--num_cores', 159 '--num_cores',
161 <Object>, 160 <Object>,
162 '--is_try', 161 '--is_try',
163 'True', 162 'True',
164 '--bench_pictures_cfg', 163 '--bench_pictures_cfg',
165 'default', 164 'default',
166 '--flavor', 165 '--flavor',
167 'default', 166 'default',
168 '--gclient_solutions', 167 '--gclient_solutions',
169 '"['{ "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 ": {},},']"', 168 '"['{ "name": "trunk", "url": "http://skia.googlecode.com/sv n/trunk", "custom_deps": {},"custom_vars": {},},']"',
170 ], 169 ],
171 'description': 'Update', 170 'description': 'Update',
172 'doStepIf': <Object>, 171 'doStepIf': <Object>,
173 'env': {}, 172 'env': {},
174 'flunkOnFailure': <Object>, 173 'flunkOnFailure': <Object>,
175 'get_props_from_stdout': { 174 'get_props_from_stdout': {
176 'got_revision': 'Skia updated to revision (\d+)', 175 'got_revision': 'Skia updated to revision (\d+)',
177 }, 176 },
178 'haltOnFailure': <Object>, 177 'haltOnFailure': <Object>,
179 'hideStepIf': <Object>, 178 'hideStepIf': <Object>,
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'haltOnFailure': <Object>, 313 'haltOnFailure': <Object>,
315 'hideStepIf': <Object>, 314 'hideStepIf': <Object>,
316 'is_rebaseline_step': <Object>, 315 'is_rebaseline_step': <Object>,
317 'is_upload_step': <Object>, 316 'is_upload_step': <Object>,
318 'timeout': <Object>, 317 'timeout': <Object>,
319 'workdir': 'build/trunk', 318 'workdir': 'build/trunk',
320 }, 319 },
321 ], 320 ],
322 ], 321 ],
323 } 322 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698