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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 "@@@STEP_LOG_END@report@@@", 700 "@@@STEP_LOG_END@report@@@",
699 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" 701 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@"
700 ] 702 ]
701 }, 703 },
702 { 704 {
703 "name": "$result", 705 "name": "$result",
704 "recipe_result": null, 706 "recipe_result": null,
705 "status_code": 0 707 "status_code": 0
706 } 708 }
707 ] 709 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698