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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Linux32 Debug", 10 "Linux32 Debug",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "name": "gclient runhooks" 93 "name": "gclient runhooks"
94 }, 94 },
95 { 95 {
96 "cmd": [ 96 "cmd": [
97 "python", 97 "python",
98 "-u", 98 "-u",
99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
100 "--show-path", 100 "--show-path",
101 "python", 101 "python",
102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
103 "--gsutil-py-path",
104 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
103 "--ninja-path", 105 "--ninja-path",
104 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 106 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
105 "--target", 107 "--target",
106 "Debug", 108 "Debug",
107 "--src-dir", 109 "--src-dir",
108 "[SLAVE_BUILD]/src", 110 "[SLAVE_BUILD]/src",
109 "--goma-cache-dir", 111 "--goma-cache-dir",
110 "[GOMA_CACHE]", 112 "[GOMA_CACHE]",
111 "--build-tool", 113 "--build-tool",
112 "ninja", 114 "ninja",
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 ], 519 ],
518 "cwd": "[SLAVE_BUILD]", 520 "cwd": "[SLAVE_BUILD]",
519 "name": "webrtc_nonparallel_tests" 521 "name": "webrtc_nonparallel_tests"
520 }, 522 },
521 { 523 {
522 "name": "$result", 524 "name": "$result",
523 "recipe_result": null, 525 "recipe_result": null,
524 "status_code": 0 526 "status_code": 0
525 } 527 }
526 ] 528 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698