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

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

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 { 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 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "--src-dir", 201 "--src-dir",
202 "[SLAVE_BUILD]/src", 202 "[SLAVE_BUILD]/src",
203 "--goma-cache-dir", 203 "--goma-cache-dir",
204 "[GOMA_CACHE]", 204 "[GOMA_CACHE]",
205 "--build-tool", 205 "--build-tool",
206 "ninja", 206 "ninja",
207 "--compiler", 207 "--compiler",
208 "goma", 208 "goma",
209 "--goma-jsonstatus", 209 "--goma-jsonstatus",
210 "/path/to/tmp/json", 210 "/path/to/tmp/json",
211 "--goma-service-account-json-file",
212 "/creds/service_accounts/service-account-goma-client.json",
213 "--goma-dir", 211 "--goma-dir",
214 "[BUILD]/goma", 212 "[BUILD]/goma",
215 "--clobber", 213 "--clobber",
216 "--", 214 "--",
217 "cronet_package", 215 "cronet_package",
218 "cronet_sample_test_apk", 216 "cronet_sample_test_apk",
219 "cronet_test_instrumentation_apk", 217 "cronet_test_instrumentation_apk",
220 "cronet_unittests", 218 "cronet_unittests",
221 "cronet_unittests_apk", 219 "cronet_unittests_apk",
222 "net_unittests", 220 "net_unittests",
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 576 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
579 "@@@STEP_LOG_END@python.inline@@@" 577 "@@@STEP_LOG_END@python.inline@@@"
580 ] 578 ]
581 }, 579 },
582 { 580 {
583 "name": "$result", 581 "name": "$result",
584 "recipe_result": null, 582 "recipe_result": null,
585 "status_code": 0 583 "status_code": 0
586 } 584 }
587 ] 585 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698