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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty.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 Trusty", 10 "WebKit Linux Trusty",
(...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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 494 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
493 "@@@STEP_LOG_END@python.inline@@@" 495 "@@@STEP_LOG_END@python.inline@@@"
494 ] 496 ]
495 }, 497 },
496 { 498 {
497 "name": "$result", 499 "name": "$result",
498 "recipe_result": null, 500 "recipe_result": null,
499 "status_code": 0 501 "status_code": 0
500 } 502 }
501 ] 503 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698