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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_Builder.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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 ] 247 ]
248 }, 248 },
249 { 249 {
250 "cmd": [ 250 "cmd": [
251 "python", 251 "python",
252 "-u", 252 "-u",
253 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 253 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
254 "--show-path", 254 "--show-path",
255 "python", 255 "python",
256 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 256 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
257 "--gsutil-py-path",
258 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
257 "--ninja-path", 259 "--ninja-path",
258 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 260 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
259 "--target", 261 "--target",
260 "Release", 262 "Release",
261 "--src-dir", 263 "--src-dir",
262 "[SLAVE_BUILD]\\src", 264 "[SLAVE_BUILD]\\src",
263 "--goma-cache-dir", 265 "--goma-cache-dir",
264 "[GOMA_CACHE]", 266 "[GOMA_CACHE]",
265 "--build-tool", 267 "--build-tool",
266 "ninja", 268 "ninja",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "~followup_annotations": [ 398 "~followup_annotations": [
397 "@@@STEP_TEXT@WebKit Win7@@@" 399 "@@@STEP_TEXT@WebKit Win7@@@"
398 ] 400 ]
399 }, 401 },
400 { 402 {
401 "name": "$result", 403 "name": "$result",
402 "recipe_result": null, 404 "recipe_result": null,
403 "status_code": 0 405 "status_code": 0
404 } 406 }
405 ] 407 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698