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

Side by Side Diff: scripts/slave/recipes/cronet.expected/cronet_try.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
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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "--goma-jsonstatus", 296 "--goma-jsonstatus",
297 "/path/to/tmp/json", 297 "/path/to/tmp/json",
298 "--goma-service-account-json-file", 298 "--goma-service-account-json-file",
299 "/creds/service_accounts/service-account-goma-client.json", 299 "/creds/service_accounts/service-account-goma-client.json",
300 "--goma-dir", 300 "--goma-dir",
301 "[CACHE]/cipd/goma", 301 "[CACHE]/cipd/goma",
302 "--goma-fail-fast", 302 "--goma-fail-fast",
303 "--goma-disable-local-fallback", 303 "--goma-disable-local-fallback",
304 "--", 304 "--",
305 "cronet_package", 305 "cronet_package",
306 "cronet_perf_test_apk",
306 "cronet_sample_test_apk", 307 "cronet_sample_test_apk",
307 "cronet_test_instrumentation_apk", 308 "cronet_test_instrumentation_apk",
308 "cronet_unittests", 309 "cronet_unittests",
309 "cronet_unittests_apk", 310 "cronet_unittests_apk",
310 "net_unittests", 311 "net_unittests",
311 "net_unittests_apk" 312 "net_unittests_apk"
312 ], 313 ],
313 "env": { 314 "env": {
314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
315 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 316 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 703 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
703 "@@@STEP_LOG_END@python.inline@@@" 704 "@@@STEP_LOG_END@python.inline@@@"
704 ] 705 ]
705 }, 706 },
706 { 707 {
707 "name": "$result", 708 "name": "$result",
708 "recipe_result": null, 709 "recipe_result": null,
709 "status_code": 0 710 "status_code": 0
710 } 711 }
711 ] 712 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698