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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "name": "cleanup_temp" 251 "name": "cleanup_temp"
252 }, 252 },
253 { 253 {
254 "cmd": [ 254 "cmd": [
255 "python", 255 "python",
256 "-u", 256 "-u",
257 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 257 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
258 "--show-path", 258 "--show-path",
259 "python", 259 "python",
260 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
261 "--gsutil-py-path",
262 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
261 "--ninja-path", 263 "--ninja-path",
262 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 264 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
263 "--target", 265 "--target",
264 "Release", 266 "Release",
265 "--src-dir", 267 "--src-dir",
266 "[SLAVE_BUILD]\\src", 268 "[SLAVE_BUILD]\\src",
267 "--goma-cache-dir", 269 "--goma-cache-dir",
268 "[GOMA_CACHE]", 270 "[GOMA_CACHE]",
269 "--build-tool", 271 "--build-tool",
270 "ninja", 272 "ninja",
(...skipping 25 matching lines...) Expand all
296 ], 298 ],
297 "cwd": "[SLAVE_BUILD]", 299 "cwd": "[SLAVE_BUILD]",
298 "name": "mark: before_tests" 300 "name": "mark: before_tests"
299 }, 301 },
300 { 302 {
301 "name": "$result", 303 "name": "$result",
302 "recipe_result": null, 304 "recipe_result": null,
303 "status_code": 0 305 "status_code": 0
304 } 306 }
305 ] 307 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698