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

Side by Side Diff: scripts/slave/recipes/cronet.expected/cronet_try.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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 "[SLAVE_BUILD]/src/out/logcat" 515 "[SLAVE_BUILD]/src/out/logcat"
516 ], 516 ],
517 "name": "logcat_dump" 517 "name": "logcat_dump"
518 }, 518 },
519 { 519 {
520 "cmd": [ 520 "cmd": [
521 "python", 521 "python",
522 "-u", 522 "-u",
523 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 523 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
524 "--", 524 "--",
525 "[DEPOT_TOOLS]/gsutil.py", 525 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
526 "--force-version", 526 "--force-version",
527 "4.7", 527 "4.7",
528 "-o", 528 "-o",
529 "GSUtil:parallel_composite_upload_threshold=50M", 529 "GSUtil:parallel_composite_upload_threshold=50M",
530 "----", 530 "----",
531 "cp", 531 "cp",
532 "-a", 532 "-a",
533 "public-read", 533 "public-read",
534 "[SLAVE_BUILD]/src/out/Debug/full_log", 534 "[SLAVE_BUILD]/src/out/Debug/full_log",
535 "gs://chromium-android/logcat_dumps/android_cronet_tester/571" 535 "gs://chromium-android/logcat_dumps/android_cronet_tester/571"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 586 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
587 "@@@STEP_LOG_END@python.inline@@@" 587 "@@@STEP_LOG_END@python.inline@@@"
588 ] 588 ]
589 }, 589 },
590 { 590 {
591 "name": "$result", 591 "name": "$result",
592 "recipe_result": null, 592 "recipe_result": null,
593 "status_code": 0 593 "status_code": 0
594 } 594 }
595 ] 595 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698