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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_SyzyAsan__rel_.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "name": "cleanup_temp" 196 "name": "cleanup_temp"
197 }, 197 },
198 { 198 {
199 "cmd": [ 199 "cmd": [
200 "python", 200 "python",
201 "-u", 201 "-u",
202 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 202 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
203 "--show-path", 203 "--show-path",
204 "python", 204 "python",
205 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 205 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
206 "--gsutil-py-path",
207 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
206 "--ninja-path", 208 "--ninja-path",
207 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 209 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
208 "--target", 210 "--target",
209 "Release", 211 "Release",
210 "--src-dir", 212 "--src-dir",
211 "[SLAVE_BUILD]\\src", 213 "[SLAVE_BUILD]\\src",
212 "--goma-cache-dir", 214 "--goma-cache-dir",
213 "[GOMA_CACHE]", 215 "[GOMA_CACHE]",
214 "--build-tool", 216 "--build-tool",
215 "ninja", 217 "ninja",
(...skipping 12 matching lines...) Expand all
228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
229 "@@@STEP_LOG_END@json.output (invalid)@@@" 231 "@@@STEP_LOG_END@json.output (invalid)@@@"
230 ] 232 ]
231 }, 233 },
232 { 234 {
233 "name": "$result", 235 "name": "$result",
234 "recipe_result": null, 236 "recipe_result": null,
235 "status_code": 0 237 "status_code": 0
236 } 238 }
237 ] 239 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698