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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ] 254 ]
255 }, 255 },
256 { 256 {
257 "cmd": [ 257 "cmd": [
258 "python", 258 "python",
259 "-u", 259 "-u",
260 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
261 "--show-path", 261 "--show-path",
262 "python", 262 "python",
263 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 263 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
264 "--gsutil-py-path",
265 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
264 "--ninja-path", 266 "--ninja-path",
265 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 267 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
266 "--target", 268 "--target",
267 "Release", 269 "Release",
268 "--src-dir", 270 "--src-dir",
269 "[SLAVE_BUILD]\\src", 271 "[SLAVE_BUILD]\\src",
270 "--goma-cache-dir", 272 "--goma-cache-dir",
271 "[GOMA_CACHE]", 273 "[GOMA_CACHE]",
272 "--build-tool", 274 "--build-tool",
273 "ninja", 275 "ninja",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "~followup_annotations": [ 377 "~followup_annotations": [
376 "@@@STEP_TEXT@CrWinClang tester@@@" 378 "@@@STEP_TEXT@CrWinClang tester@@@"
377 ] 379 ]
378 }, 380 },
379 { 381 {
380 "name": "$result", 382 "name": "$result",
381 "recipe_result": null, 383 "recipe_result": null,
382 "status_code": 0 384 "status_code": 0
383 } 385 }
384 ] 386 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698