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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__dbg_.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 "Android64 Builder (dbg)", 10 "Android64 Builder (dbg)",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "name": "gclient runhooks" 110 "name": "gclient runhooks"
111 }, 111 },
112 { 112 {
113 "cmd": [ 113 "cmd": [
114 "python", 114 "python",
115 "-u", 115 "-u",
116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
117 "--show-path", 117 "--show-path",
118 "python", 118 "python",
119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
120 "--gsutil-py-path",
121 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
120 "--ninja-path", 122 "--ninja-path",
121 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 123 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
122 "--target", 124 "--target",
123 "Debug", 125 "Debug",
124 "--src-dir", 126 "--src-dir",
125 "[SLAVE_BUILD]/src", 127 "[SLAVE_BUILD]/src",
126 "--goma-cache-dir", 128 "--goma-cache-dir",
127 "[GOMA_CACHE]", 129 "[GOMA_CACHE]",
128 "--build-tool", 130 "--build-tool",
129 "ninja", 131 "ninja",
(...skipping 14 matching lines...) Expand all
144 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 146 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
145 "@@@STEP_LOG_END@json.output (invalid)@@@" 147 "@@@STEP_LOG_END@json.output (invalid)@@@"
146 ] 148 ]
147 }, 149 },
148 { 150 {
149 "name": "$result", 151 "name": "$result",
150 "recipe_result": null, 152 "recipe_result": null,
151 "status_code": 0 153 "status_code": 0
152 } 154 }
153 ] 155 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698