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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 ] 542 ]
543 }, 543 },
544 { 544 {
545 "cmd": [ 545 "cmd": [
546 "python", 546 "python",
547 "-u", 547 "-u",
548 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 548 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
549 "--show-path", 549 "--show-path",
550 "python", 550 "python",
551 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 551 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
552 "--gsutil-py-path",
553 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
552 "--ninja-path", 554 "--ninja-path",
553 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 555 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
554 "--target", 556 "--target",
555 "Release", 557 "Release",
556 "--src-dir", 558 "--src-dir",
557 "[SLAVE_BUILD]\\src", 559 "[SLAVE_BUILD]\\src",
558 "--goma-cache-dir", 560 "--goma-cache-dir",
559 "[GOMA_CACHE]", 561 "[GOMA_CACHE]",
560 "--build-tool", 562 "--build-tool",
561 "ninja", 563 "ninja",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 "@@@STEP_LOG_END@report@@@", 801 "@@@STEP_LOG_END@report@@@",
800 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 802 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
801 ] 803 ]
802 }, 804 },
803 { 805 {
804 "name": "$result", 806 "name": "$result",
805 "recipe_result": null, 807 "recipe_result": null,
806 "status_code": 0 808 "status_code": 0
807 } 809 }
808 ] 810 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698