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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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 "tryserver.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_coverage", 10 "android_coverage",
(...skipping 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1543 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1544 }, 1544 },
1545 "name": "logcat_dump" 1545 "name": "logcat_dump"
1546 }, 1546 },
1547 { 1547 {
1548 "cmd": [ 1548 "cmd": [
1549 "python", 1549 "python",
1550 "-u", 1550 "-u",
1551 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 1551 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
1552 "--", 1552 "--",
1553 "[DEPOT_TOOLS]/gsutil.py", 1553 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
1554 "--force-version", 1554 "--force-version",
1555 "4.7", 1555 "4.7",
1556 "-o", 1556 "-o",
1557 "GSUtil:parallel_composite_upload_threshold=50M", 1557 "GSUtil:parallel_composite_upload_threshold=50M",
1558 "----", 1558 "----",
1559 "cp", 1559 "cp",
1560 "-a", 1560 "-a",
1561 "public-read", 1561 "public-read",
1562 "[SLAVE_BUILD]/src/out/Debug/full_log", 1562 "[SLAVE_BUILD]/src/out/Debug/full_log",
1563 "gs://chromium-android/logcat_dumps/android_coverage/571" 1563 "gs://chromium-android/logcat_dumps/android_coverage/571"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1622 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1623 "@@@STEP_LOG_END@python.inline@@@" 1623 "@@@STEP_LOG_END@python.inline@@@"
1624 ] 1624 ]
1625 }, 1625 },
1626 { 1626 {
1627 "name": "$result", 1627 "name": "$result",
1628 "recipe_result": null, 1628 "recipe_result": null,
1629 "status_code": 0 1629 "status_code": 0
1630 } 1630 }
1631 ] 1631 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698