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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_valgrind.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_valgrind", 10 "linux_valgrind",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "name": "generate_build_files (with patch)" 394 "name": "generate_build_files (with patch)"
395 }, 395 },
396 { 396 {
397 "cmd": [ 397 "cmd": [
398 "python", 398 "python",
399 "-u", 399 "-u",
400 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 400 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
401 "--show-path", 401 "--show-path",
402 "python", 402 "python",
403 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 403 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
404 "--gsutil-py-path",
405 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
404 "--ninja-path", 406 "--ninja-path",
405 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 407 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
406 "--target", 408 "--target",
407 "Release", 409 "Release",
408 "--src-dir", 410 "--src-dir",
409 "[SLAVE_BUILD]/src", 411 "[SLAVE_BUILD]/src",
410 "--goma-cache-dir", 412 "--goma-cache-dir",
411 "[GOMA_CACHE]", 413 "[GOMA_CACHE]",
412 "--build-tool", 414 "--build-tool",
413 "ninja", 415 "ninja",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 ], 461 ],
460 "cwd": "[SLAVE_BUILD]", 462 "cwd": "[SLAVE_BUILD]",
461 "name": "mark: before_tests" 463 "name": "mark: before_tests"
462 }, 464 },
463 { 465 {
464 "name": "$result", 466 "name": "$result",
465 "recipe_result": null, 467 "recipe_result": null,
466 "status_code": 0 468 "status_code": 0
467 } 469 }
468 ] 470 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698