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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_Builder.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "name": "cleanup_temp" 193 "name": "cleanup_temp"
194 }, 194 },
195 { 195 {
196 "cmd": [ 196 "cmd": [
197 "python", 197 "python",
198 "-u", 198 "-u",
199 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 199 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
200 "--show-path", 200 "--show-path",
201 "python", 201 "python",
202 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 202 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
203 "--gsutil-py-path",
204 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
203 "--ninja-path", 205 "--ninja-path",
204 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 206 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
205 "--target", 207 "--target",
206 "Release", 208 "Release",
207 "--src-dir", 209 "--src-dir",
208 "[SLAVE_BUILD]\\src", 210 "[SLAVE_BUILD]\\src",
209 "--goma-cache-dir", 211 "--goma-cache-dir",
210 "[GOMA_CACHE]", 212 "[GOMA_CACHE]",
211 "--build-tool", 213 "--build-tool",
212 "ninja", 214 "ninja",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "~followup_annotations": [ 317 "~followup_annotations": [
316 "@@@STEP_TEXT@Win7 Tester@@@" 318 "@@@STEP_TEXT@Win7 Tester@@@"
317 ] 319 ]
318 }, 320 },
319 { 321 {
320 "name": "$result", 322 "name": "$result",
321 "recipe_result": null, 323 "recipe_result": null,
322 "status_code": 0 324 "status_code": 0
323 } 325 }
324 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698