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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_ASAN.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 ASAN", 10 "WebKit Linux ASAN",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 ] 321 ]
322 }, 322 },
323 { 323 {
324 "cmd": [ 324 "cmd": [
325 "python", 325 "python",
326 "-u", 326 "-u",
327 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 327 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
328 "--show-path", 328 "--show-path",
329 "python", 329 "python",
330 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 330 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
331 "--gsutil-py-path",
332 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
331 "--ninja-path", 333 "--ninja-path",
332 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 334 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
333 "--target", 335 "--target",
334 "Release", 336 "Release",
335 "--src-dir", 337 "--src-dir",
336 "[SLAVE_BUILD]/src", 338 "[SLAVE_BUILD]/src",
337 "--goma-cache-dir", 339 "--goma-cache-dir",
338 "[GOMA_CACHE]", 340 "[GOMA_CACHE]",
339 "--build-tool", 341 "--build-tool",
340 "ninja", 342 "ninja",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 520 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
519 "@@@STEP_LOG_END@python.inline@@@" 521 "@@@STEP_LOG_END@python.inline@@@"
520 ] 522 ]
521 }, 523 },
522 { 524 {
523 "name": "$result", 525 "name": "$result",
524 "recipe_result": null, 526 "recipe_result": null,
525 "status_code": 0 527 "status_code": 0
526 } 528 }
527 ] 529 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698