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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder__ANGLE_.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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "name": "clean isolated files" 211 "name": "clean isolated files"
212 }, 212 },
213 { 213 {
214 "cmd": [ 214 "cmd": [
215 "python", 215 "python",
216 "-u", 216 "-u",
217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
218 "--show-path", 218 "--show-path",
219 "python", 219 "python",
220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
221 "--gsutil-py-path",
222 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
221 "--ninja-path", 223 "--ninja-path",
222 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 224 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
223 "--target", 225 "--target",
224 "Release", 226 "Release",
225 "--src-dir", 227 "--src-dir",
226 "[SLAVE_BUILD]\\src", 228 "[SLAVE_BUILD]\\src",
227 "--goma-cache-dir", 229 "--goma-cache-dir",
228 "[GOMA_CACHE]", 230 "[GOMA_CACHE]",
229 "--build-tool", 231 "--build-tool",
230 "ninja", 232 "ninja",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "~followup_annotations": [ 333 "~followup_annotations": [
332 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 334 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
333 ] 335 ]
334 }, 336 },
335 { 337 {
336 "name": "$result", 338 "name": "$result",
337 "recipe_result": null, 339 "recipe_result": null,
338 "status_code": 0 340 "status_code": 0
339 } 341 }
340 ] 342 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698