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

Side by Side Diff: scripts/slave/recipes/cronet.expected/local_test.json

Issue 2149663002: Add cronet_perf_test_apk to the list of compile targets for cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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
« no previous file with comments | « scripts/slave/recipes/cronet.expected/cronet_try.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "--compiler", 288 "--compiler",
289 "goma", 289 "goma",
290 "--goma-jsonstatus", 290 "--goma-jsonstatus",
291 "/path/to/tmp/json", 291 "/path/to/tmp/json",
292 "--goma-service-account-json-file", 292 "--goma-service-account-json-file",
293 "/creds/service_accounts/service-account-goma-client.json", 293 "/creds/service_accounts/service-account-goma-client.json",
294 "--goma-dir", 294 "--goma-dir",
295 "[CACHE]/cipd/goma", 295 "[CACHE]/cipd/goma",
296 "--", 296 "--",
297 "cronet_package", 297 "cronet_package",
298 "cronet_perf_test_apk",
298 "cronet_sample_test_apk", 299 "cronet_sample_test_apk",
299 "cronet_test_instrumentation_apk", 300 "cronet_test_instrumentation_apk",
300 "cronet_unittests", 301 "cronet_unittests",
301 "cronet_unittests_apk", 302 "cronet_unittests_apk",
302 "net_unittests", 303 "net_unittests",
303 "net_unittests_apk" 304 "net_unittests_apk"
304 ], 305 ],
305 "env": { 306 "env": {
306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
307 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 308 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 723 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
723 "@@@STEP_LOG_END@python.inline@@@" 724 "@@@STEP_LOG_END@python.inline@@@"
724 ] 725 ]
725 }, 726 },
726 { 727 {
727 "name": "$result", 728 "name": "$result",
728 "recipe_result": null, 729 "recipe_result": null,
729 "status_code": 0 730 "status_code": 0
730 } 731 }
731 ] 732 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/cronet.expected/cronet_try.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698