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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ] 246 ]
247 }, 247 },
248 { 248 {
249 "cmd": [ 249 "cmd": [
250 "python", 250 "python",
251 "-u", 251 "-u",
252 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 252 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
253 "--show-path", 253 "--show-path",
254 "python", 254 "python",
255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
256 "--gsutil-py-path",
257 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
256 "--ninja-path", 258 "--ninja-path",
257 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 259 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
258 "--target", 260 "--target",
259 "Release", 261 "Release",
260 "--src-dir", 262 "--src-dir",
261 "[SLAVE_BUILD]\\src", 263 "[SLAVE_BUILD]\\src",
262 "--goma-cache-dir", 264 "--goma-cache-dir",
263 "[GOMA_CACHE]", 265 "[GOMA_CACHE]",
264 "--build-tool", 266 "--build-tool",
265 "ninja", 267 "ninja",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "~followup_annotations": [ 372 "~followup_annotations": [
371 "@@@STEP_TEXT@Win7 Tests (1)@@@" 373 "@@@STEP_TEXT@Win7 Tests (1)@@@"
372 ] 374 ]
373 }, 375 },
374 { 376 {
375 "name": "$result", 377 "name": "$result",
376 "recipe_result": null, 378 "recipe_result": null,
377 "status_code": 0 379 "status_code": 0
378 } 380 }
379 ] 381 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698