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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_win_release.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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "name": "cleanup_temp" 96 "name": "cleanup_temp"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
102 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 102 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
103 "--show-path", 103 "--show-path",
104 "python", 104 "python",
105 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 105 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
106 "--gsutil-py-path",
107 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
106 "--ninja-path", 108 "--ninja-path",
107 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 109 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
108 "--target", 110 "--target",
109 "Release", 111 "Release",
110 "--src-dir", 112 "--src-dir",
111 "[SLAVE_BUILD]\\v8", 113 "[SLAVE_BUILD]\\v8",
112 "--goma-cache-dir", 114 "--goma-cache-dir",
113 "[GOMA_CACHE]", 115 "[GOMA_CACHE]",
114 "--build-tool", 116 "--build-tool",
115 "ninja", 117 "ninja",
(...skipping 24 matching lines...) Expand all
140 ], 142 ],
141 "cwd": "[SLAVE_BUILD]", 143 "cwd": "[SLAVE_BUILD]",
142 "name": "package build" 144 "name": "package build"
143 }, 145 },
144 { 146 {
145 "name": "$result", 147 "name": "$result",
146 "recipe_result": null, 148 "recipe_result": null,
147 "status_code": 0 149 "status_code": 0
148 } 150 }
149 ] 151 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698