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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_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_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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ] 263 ]
264 }, 264 },
265 { 265 {
266 "cmd": [ 266 "cmd": [
267 "python", 267 "python",
268 "-u", 268 "-u",
269 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 269 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
270 "--show-path", 270 "--show-path",
271 "python", 271 "python",
272 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 272 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
273 "--gsutil-py-path",
274 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
273 "--ninja-path", 275 "--ninja-path",
274 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 276 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
275 "--target", 277 "--target",
276 "Debug_x64", 278 "Debug_x64",
277 "--src-dir", 279 "--src-dir",
278 "[SLAVE_BUILD]\\src", 280 "[SLAVE_BUILD]\\src",
279 "--goma-cache-dir", 281 "--goma-cache-dir",
280 "[GOMA_CACHE]", 282 "[GOMA_CACHE]",
281 "--build-tool", 283 "--build-tool",
282 "ninja", 284 "ninja",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "~followup_annotations": [ 383 "~followup_annotations": [
382 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@" 384 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@"
383 ] 385 ]
384 }, 386 },
385 { 387 {
386 "name": "$result", 388 "name": "$result",
387 "recipe_result": null, 389 "recipe_result": null,
388 "status_code": 0 390 "status_code": 0
389 } 391 }
390 ] 392 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698