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

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

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "[SLAVE_BUILD]/src/out/logcat" 507 "[SLAVE_BUILD]/src/out/logcat"
508 ], 508 ],
509 "name": "logcat_dump" 509 "name": "logcat_dump"
510 }, 510 },
511 { 511 {
512 "cmd": [ 512 "cmd": [
513 "python", 513 "python",
514 "-u", 514 "-u",
515 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 515 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
516 "--", 516 "--",
517 "[DEPOT_TOOLS]/gsutil.py", 517 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
518 "--force-version", 518 "--force-version",
519 "4.7", 519 "4.7",
520 "-o", 520 "-o",
521 "GSUtil:parallel_composite_upload_threshold=50M", 521 "GSUtil:parallel_composite_upload_threshold=50M",
522 "----", 522 "----",
523 "cp", 523 "cp",
524 "[SLAVE_BUILD]/src/out/Debug/full_log", 524 "[SLAVE_BUILD]/src/out/Debug/full_log",
525 "gs://chromium-android/logcat_dumps/android_cronet_tester/571" 525 "gs://chromium-android/logcat_dumps/android_cronet_tester/571"
526 ], 526 ],
527 "name": "gsutil upload", 527 "name": "gsutil upload",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 576 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
577 "@@@STEP_LOG_END@python.inline@@@" 577 "@@@STEP_LOG_END@python.inline@@@"
578 ] 578 ]
579 }, 579 },
580 { 580 {
581 "name": "$result", 581 "name": "$result",
582 "recipe_result": null, 582 "recipe_result": null,
583 "status_code": 0 583 "status_code": 0
584 } 584 }
585 ] 585 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698