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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "name": "cleanup_temp" 100 "name": "cleanup_temp"
101 }, 101 },
102 { 102 {
103 "cmd": [ 103 "cmd": [
104 "python", 104 "python",
105 "-u", 105 "-u",
106 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 106 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
107 "--show-path", 107 "--show-path",
108 "python", 108 "python",
109 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 109 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
110 "--gsutil-py-path",
111 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
110 "--ninja-path", 112 "--ninja-path",
111 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 113 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
112 "--target", 114 "--target",
113 "Debug", 115 "Debug",
114 "--src-dir", 116 "--src-dir",
115 "[SLAVE_BUILD]\\v8", 117 "[SLAVE_BUILD]\\v8",
116 "--goma-cache-dir", 118 "--goma-cache-dir",
117 "[GOMA_CACHE]", 119 "[GOMA_CACHE]",
118 "--build-tool", 120 "--build-tool",
119 "ninja", 121 "ninja",
(...skipping 13 matching lines...) Expand all
133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 135 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
134 "@@@STEP_LOG_END@json.output (invalid)@@@" 136 "@@@STEP_LOG_END@json.output (invalid)@@@"
135 ] 137 ]
136 }, 138 },
137 { 139 {
138 "name": "$result", 140 "name": "$result",
139 "recipe_result": null, 141 "recipe_result": null,
140 "status_code": 0 142 "status_code": 0
141 } 143 }
142 ] 144 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698