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

Side by Side Diff: buildbot/tools/tests/factory_configuration/expected/Perf-ChromeOS-Link-HD4000-x86_64-Release-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 'most', 6 'most',
7 ], 7 ],
8 '_builder_name': 'Perf-ChromeOS-Link-HD4000-x86_64-Release-Trybot', 8 '_builder_name': 'Perf-ChromeOS-Link-HD4000-x86_64-Release-Trybot',
9 '_common_args': [ 9 '_common_args': [
10 '--autogen_svn_baseurl', 10 '--autogen_svn_baseurl',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 '_configuration': 'Release', 53 '_configuration': 'Release',
54 '_default_clobber': <Object>, 54 '_default_clobber': <Object>,
55 '_deps_target_os': 'chromeos', 55 '_deps_target_os': 'chromeos',
56 '_do_patch_step': <Object>, 56 '_do_patch_step': <Object>,
57 '_do_upload_bench_results': <Object>, 57 '_do_upload_bench_results': <Object>,
58 '_do_upload_results': <Object>, 58 '_do_upload_results': <Object>,
59 '_env_vars': {}, 59 '_env_vars': {},
60 '_flavor': 'chromeos', 60 '_flavor': 'chromeos',
61 '_gclient_solutions': [ 61 '_gclient_solutions': [
62 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},', 62 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},',
63 '{ "name": "gm-expected", "url": "http://skia.googlecode.com/svn/gm-expe cted", "custom_deps": {},"custom_vars": {},},',
64 ], 63 ],
65 '_gyp_defines': { 64 '_gyp_defines': {
66 'skia_arch_width': '64', 65 'skia_arch_width': '64',
67 'skia_warnings_as_errors': '0', 66 'skia_warnings_as_errors': '0',
68 }, 67 },
69 '_make_flags': [], 68 '_make_flags': [],
70 '_perf_output_basedir': '../../../../perfdata', 69 '_perf_output_basedir': '../../../../perfdata',
71 '_skia_cmd_obj': <Object>, 70 '_skia_cmd_obj': <Object>,
72 '_skia_svn_password_file': '.skia_svn_password', 71 '_skia_svn_password_file': '.skia_svn_password',
73 '_skia_svn_username_file': '.skia_svn_username', 72 '_skia_svn_username_file': '.skia_svn_username',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'no_gpu', 179 'no_gpu',
181 '--flavor', 180 '--flavor',
182 'chromeos', 181 'chromeos',
183 '--ssh_host', 182 '--ssh_host',
184 <Object>, 183 <Object>,
185 '--ssh_port', 184 '--ssh_port',
186 <Object>, 185 <Object>,
187 '--board', 186 '--board',
188 'link', 187 'link',
189 '--gclient_solutions', 188 '--gclient_solutions',
190 '"['{ "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 ": {},},']"', 189 '"['{ "name": "trunk", "url": "http://skia.googlecode.com/sv n/trunk", "custom_deps": {},"custom_vars": {},},']"',
191 ], 190 ],
192 'description': 'Update', 191 'description': 'Update',
193 'doStepIf': <Object>, 192 'doStepIf': <Object>,
194 'env': {}, 193 'env': {},
195 'flunkOnFailure': <Object>, 194 'flunkOnFailure': <Object>,
196 'get_props_from_stdout': { 195 'get_props_from_stdout': {
197 'got_revision': 'Skia updated to revision (\d+)', 196 'got_revision': 'Skia updated to revision (\d+)',
198 }, 197 },
199 'haltOnFailure': <Object>, 198 'haltOnFailure': <Object>,
200 'hideStepIf': <Object>, 199 'hideStepIf': <Object>,
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1414 'haltOnFailure': <Object>, 1413 'haltOnFailure': <Object>,
1415 'hideStepIf': <Object>, 1414 'hideStepIf': <Object>,
1416 'is_rebaseline_step': <Object>, 1415 'is_rebaseline_step': <Object>,
1417 'is_upload_step': <Object>, 1416 'is_upload_step': <Object>,
1418 'timeout': <Object>, 1417 'timeout': <Object>,
1419 'workdir': 'build/trunk', 1418 'workdir': 'build/trunk',
1420 }, 1419 },
1421 ], 1420 ],
1422 ], 1421 ],
1423 } 1422 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698