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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan_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 "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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTAndroidASan tester", 10 "ClangToTAndroidASan tester",
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 577 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
578 }, 578 },
579 "name": "logcat_dump" 579 "name": "logcat_dump"
580 }, 580 },
581 { 581 {
582 "cmd": [ 582 "cmd": [
583 "python", 583 "python",
584 "-u", 584 "-u",
585 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 585 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
586 "--", 586 "--",
587 "[DEPOT_TOOLS]/gsutil.py", 587 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
588 "--force-version", 588 "--force-version",
589 "4.7", 589 "4.7",
590 "-o", 590 "-o",
591 "GSUtil:parallel_composite_upload_threshold=50M", 591 "GSUtil:parallel_composite_upload_threshold=50M",
592 "----", 592 "----",
593 "cp", 593 "cp",
594 "[SLAVE_BUILD]/src/out/Debug/full_log", 594 "[SLAVE_BUILD]/src/out/Debug/full_log",
595 "gs://chromium-android/logcat_dumps/ClangToTAndroidASan tester/571" 595 "gs://chromium-android/logcat_dumps/ClangToTAndroidASan tester/571"
596 ], 596 ],
597 "env": { 597 "env": {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 672 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
673 "@@@STEP_LOG_END@python.inline@@@" 673 "@@@STEP_LOG_END@python.inline@@@"
674 ] 674 ]
675 }, 675 },
676 { 676 {
677 "name": "$result", 677 "name": "$result",
678 "recipe_result": null, 678 "recipe_result": null,
679 "status_code": 0 679 "status_code": 0
680 } 680 }
681 ] 681 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698