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

Side by Side Diff: buildbot/tools/tests/factory_configuration/expected/Perf-Android-GalaxyNexus-SGX540-Arm7-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 'all', 6 'all',
7 ], 7 ],
8 '_builder_name': 'Perf-Android-GalaxyNexus-SGX540-Arm7-Release-Trybot', 8 '_builder_name': 'Perf-Android-GalaxyNexus-SGX540-Arm7-Release-Trybot',
9 '_common_args': [ 9 '_common_args': [
10 '--autogen_svn_baseurl', 10 '--autogen_svn_baseurl',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '_default_clobber': <Object>, 56 '_default_clobber': <Object>,
57 '_deps_target_os': 'android', 57 '_deps_target_os': 'android',
58 '_device': 'galaxy_nexus', 58 '_device': 'galaxy_nexus',
59 '_do_patch_step': <Object>, 59 '_do_patch_step': <Object>,
60 '_do_upload_bench_results': <Object>, 60 '_do_upload_bench_results': <Object>,
61 '_do_upload_results': <Object>, 61 '_do_upload_results': <Object>,
62 '_env_vars': {}, 62 '_env_vars': {},
63 '_flavor': 'android', 63 '_flavor': 'android',
64 '_gclient_solutions': [ 64 '_gclient_solutions': [
65 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},', 65 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},',
66 '{ "name": "gm-expected", "url": "http://skia.googlecode.com/svn/gm-expe cted", "custom_deps": {},"custom_vars": {},},',
67 ], 66 ],
68 '_gyp_defines': { 67 '_gyp_defines': {
69 'skia_arch_width': '32', 68 'skia_arch_width': '32',
70 'skia_warnings_as_errors': '0', 69 'skia_warnings_as_errors': '0',
71 }, 70 },
72 '_make_flags': [], 71 '_make_flags': [],
73 '_perf_output_basedir': '../../../../perfdata', 72 '_perf_output_basedir': '../../../../perfdata',
74 '_skia_cmd_obj': <Object>, 73 '_skia_cmd_obj': <Object>,
75 '_skia_svn_password_file': '.skia_svn_password', 74 '_skia_svn_password_file': '.skia_svn_password',
76 '_skia_svn_username_file': '.skia_svn_username', 75 '_skia_svn_username_file': '.skia_svn_username',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'android', 186 'android',
188 '--device', 187 '--device',
189 'galaxy_nexus', 188 'galaxy_nexus',
190 '--serial', 189 '--serial',
191 <Object>, 190 <Object>,
192 '--has_root', 191 '--has_root',
193 <Object>, 192 <Object>,
194 '--android_sdk_root', 193 '--android_sdk_root',
195 <Object>, 194 <Object>,
196 '--gclient_solutions', 195 '--gclient_solutions',
197 '"['{ "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 ": {},},']"', 196 '"['{ "name": "trunk", "url": "http://skia.googlecode.com/sv n/trunk", "custom_deps": {},"custom_vars": {},},']"',
198 ], 197 ],
199 'description': 'Update', 198 'description': 'Update',
200 'doStepIf': <Object>, 199 'doStepIf': <Object>,
201 'env': {}, 200 'env': {},
202 'flunkOnFailure': <Object>, 201 'flunkOnFailure': <Object>,
203 'get_props_from_stdout': { 202 'get_props_from_stdout': {
204 'got_revision': 'Skia updated to revision (\d+)', 203 'got_revision': 'Skia updated to revision (\d+)',
205 }, 204 },
206 'haltOnFailure': <Object>, 205 'haltOnFailure': <Object>,
207 'hideStepIf': <Object>, 206 'hideStepIf': <Object>,
(...skipping 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 'haltOnFailure': <Object>, 1458 'haltOnFailure': <Object>,
1460 'hideStepIf': <Object>, 1459 'hideStepIf': <Object>,
1461 'is_rebaseline_step': <Object>, 1460 'is_rebaseline_step': <Object>,
1462 'is_upload_step': <Object>, 1461 'is_upload_step': <Object>,
1463 'timeout': <Object>, 1462 'timeout': <Object>,
1464 'workdir': 'build/trunk', 1463 'workdir': 'build/trunk',
1465 }, 1464 },
1466 ], 1465 ],
1467 ], 1466 ],
1468 } 1467 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698