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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_compile_mips_dbg", 10 "android_compile_mips_dbg",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 ] 139 ]
140 }, 140 },
141 { 141 {
142 "cmd": [ 142 "cmd": [
143 "python", 143 "python",
144 "-u", 144 "-u",
145 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 145 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
146 "--show-path", 146 "--show-path",
147 "python", 147 "python",
148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
149 "--gsutil-py-path",
150 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
149 "--ninja-path", 151 "--ninja-path",
150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 152 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
151 "--target", 153 "--target",
152 "Debug", 154 "Debug",
153 "--src-dir", 155 "--src-dir",
154 "[SLAVE_BUILD]/src", 156 "[SLAVE_BUILD]/src",
155 "--goma-cache-dir", 157 "--goma-cache-dir",
156 "[GOMA_CACHE]", 158 "[GOMA_CACHE]",
157 "--build-tool", 159 "--build-tool",
158 "ninja", 160 "ninja",
(...skipping 16 matching lines...) Expand all
175 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
176 "@@@STEP_LOG_END@json.output (invalid)@@@" 178 "@@@STEP_LOG_END@json.output (invalid)@@@"
177 ] 179 ]
178 }, 180 },
179 { 181 {
180 "name": "$result", 182 "name": "$result",
181 "recipe_result": null, 183 "recipe_result": null,
182 "status_code": 0 184 "status_code": 0
183 } 185 }
184 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698