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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.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[depot_tools]\\gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 ] 208 ]
209 }, 209 },
210 { 210 {
211 "cmd": [ 211 "cmd": [
212 "python", 212 "python",
213 "-u", 213 "-u",
214 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 214 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
215 "--show-path", 215 "--show-path",
216 "python", 216 "python",
217 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
218 "--gsutil-py-path",
219 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
218 "--ninja-path", 220 "--ninja-path",
219 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 221 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
220 "--target", 222 "--target",
221 "Release", 223 "Release",
222 "--src-dir", 224 "--src-dir",
223 "[SLAVE_BUILD]\\src", 225 "[SLAVE_BUILD]\\src",
224 "--goma-cache-dir", 226 "--goma-cache-dir",
225 "[GOMA_CACHE]", 227 "[GOMA_CACHE]",
226 "--build-tool", 228 "--build-tool",
227 "ninja", 229 "ninja",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 ], 318 ],
317 "cwd": "[SLAVE_BUILD]", 319 "cwd": "[SLAVE_BUILD]",
318 "name": "process_dumps" 320 "name": "process_dumps"
319 }, 321 },
320 { 322 {
321 "name": "$result", 323 "name": "$result",
322 "recipe_result": null, 324 "recipe_result": null,
323 "status_code": 0 325 "status_code": 0
324 } 326 }
325 ] 327 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698