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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan.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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 ] 232 ]
233 }, 233 },
234 { 234 {
235 "cmd": [ 235 "cmd": [
236 "python", 236 "python",
237 "-u", 237 "-u",
238 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 238 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
239 "--show-path", 239 "--show-path",
240 "python", 240 "python",
241 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 241 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
242 "--gsutil-py-path",
243 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
242 "--ninja-path", 244 "--ninja-path",
243 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 245 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
244 "--target", 246 "--target",
245 "Release", 247 "Release",
246 "--src-dir", 248 "--src-dir",
247 "[SLAVE_BUILD]\\src", 249 "[SLAVE_BUILD]\\src",
248 "--goma-cache-dir", 250 "--goma-cache-dir",
249 "[GOMA_CACHE]", 251 "[GOMA_CACHE]",
250 "--build-tool", 252 "--build-tool",
251 "ninja", 253 "ninja",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "~followup_annotations": [ 349 "~followup_annotations": [
348 "@@@STEP_TEXT@CrWinAsan tester@@@" 350 "@@@STEP_TEXT@CrWinAsan tester@@@"
349 ] 351 ]
350 }, 352 },
351 { 353 {
352 "name": "$result", 354 "name": "$result",
353 "recipe_result": null, 355 "recipe_result": null,
354 "status_code": 0 356 "status_code": 0
355 } 357 }
356 ] 358 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698