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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 ] 437 ]
438 }, 438 },
439 { 439 {
440 "cmd": [ 440 "cmd": [
441 "python", 441 "python",
442 "-u", 442 "-u",
443 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 443 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
444 "--show-path", 444 "--show-path",
445 "python", 445 "python",
446 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 446 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
447 "--gsutil-py-path",
448 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
447 "--ninja-path", 449 "--ninja-path",
448 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 450 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
449 "--target", 451 "--target",
450 "Release", 452 "Release",
451 "--src-dir", 453 "--src-dir",
452 "[SLAVE_BUILD]\\src", 454 "[SLAVE_BUILD]\\src",
453 "--goma-cache-dir", 455 "--goma-cache-dir",
454 "[GOMA_CACHE]", 456 "[GOMA_CACHE]",
455 "--build-tool", 457 "--build-tool",
456 "ninja", 458 "ninja",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 "@@@STEP_LOG_END@report@@@", 692 "@@@STEP_LOG_END@report@@@",
691 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 693 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
692 ] 694 ]
693 }, 695 },
694 { 696 {
695 "name": "$result", 697 "name": "$result",
696 "recipe_result": null, 698 "recipe_result": null,
697 "status_code": 0 699 "status_code": 0
698 } 700 }
699 ] 701 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698