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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Tests", 10 "Android Tests",
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 643 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
644 }, 644 },
645 "name": "logcat_dump" 645 "name": "logcat_dump"
646 }, 646 },
647 { 647 {
648 "cmd": [ 648 "cmd": [
649 "python", 649 "python",
650 "-u", 650 "-u",
651 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 651 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
652 "--", 652 "--",
653 "[DEPOT_TOOLS]/gsutil.py", 653 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
654 "--force-version", 654 "--force-version",
655 "4.7", 655 "4.7",
656 "-o", 656 "-o",
657 "GSUtil:parallel_composite_upload_threshold=50M", 657 "GSUtil:parallel_composite_upload_threshold=50M",
658 "----", 658 "----",
659 "cp", 659 "cp",
660 "[SLAVE_BUILD]/src/out/Release/full_log", 660 "[SLAVE_BUILD]/src/out/Release/full_log",
661 "gs://chromium-android/logcat_dumps/Android Tests/571" 661 "gs://chromium-android/logcat_dumps/Android Tests/571"
662 ], 662 ],
663 "env": { 663 "env": {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 720 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
721 "@@@STEP_LOG_END@python.inline@@@" 721 "@@@STEP_LOG_END@python.inline@@@"
722 ] 722 ]
723 }, 723 },
724 { 724 {
725 "name": "$result", 725 "name": "$result",
726 "reason": "1 tests failed: ['ChromePublicTest']", 726 "reason": "1 tests failed: ['ChromePublicTest']",
727 "status_code": 1 727 "status_code": 1
728 } 728 }
729 ] 729 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698