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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Leak.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux Leak", 10 "WebKit Linux Leak",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 ] 301 ]
302 }, 302 },
303 { 303 {
304 "cmd": [ 304 "cmd": [
305 "python", 305 "python",
306 "-u", 306 "-u",
307 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 307 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
308 "--show-path", 308 "--show-path",
309 "python", 309 "python",
310 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 310 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
311 "--gsutil-py-path",
312 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
311 "--ninja-path", 313 "--ninja-path",
312 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 314 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
313 "--target", 315 "--target",
314 "Release", 316 "Release",
315 "--src-dir", 317 "--src-dir",
316 "[SLAVE_BUILD]/src", 318 "[SLAVE_BUILD]/src",
317 "--goma-cache-dir", 319 "--goma-cache-dir",
318 "[GOMA_CACHE]", 320 "[GOMA_CACHE]",
319 "--build-tool", 321 "--build-tool",
320 "ninja", 322 "ninja",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 497 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
496 "@@@STEP_LOG_END@python.inline@@@" 498 "@@@STEP_LOG_END@python.inline@@@"
497 ] 499 ]
498 }, 500 },
499 { 501 {
500 "name": "$result", 502 "name": "$result",
501 "recipe_result": null, 503 "recipe_result": null,
502 "status_code": 0 504 "status_code": 0
503 } 505 }
504 ] 506 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698