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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 ] 256 ]
257 }, 257 },
258 { 258 {
259 "cmd": [ 259 "cmd": [
260 "python", 260 "python",
261 "-u", 261 "-u",
262 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 262 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
263 "--show-path", 263 "--show-path",
264 "python", 264 "python",
265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
266 "--gsutil-py-path",
267 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
266 "--ninja-path", 268 "--ninja-path",
267 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 269 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
268 "--target", 270 "--target",
269 "Release_x64", 271 "Release_x64",
270 "--src-dir", 272 "--src-dir",
271 "[SLAVE_BUILD]\\src", 273 "[SLAVE_BUILD]\\src",
272 "--goma-cache-dir", 274 "--goma-cache-dir",
273 "[GOMA_CACHE]", 275 "[GOMA_CACHE]",
274 "--build-tool", 276 "--build-tool",
275 "ninja", 277 "ninja",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 ], 393 ],
392 "cwd": "[SLAVE_BUILD]", 394 "cwd": "[SLAVE_BUILD]",
393 "name": "process_dumps" 395 "name": "process_dumps"
394 }, 396 },
395 { 397 {
396 "name": "$result", 398 "name": "$result",
397 "recipe_result": null, 399 "recipe_result": null,
398 "status_code": 0 400 "status_code": 0
399 } 401 }
400 ] 402 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698