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

Side by Side Diff: scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.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_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Windows Analyze", 10 "Chromium Windows Analyze",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "name": "generate_build_files" 130 "name": "generate_build_files"
131 }, 131 },
132 { 132 {
133 "cmd": [ 133 "cmd": [
134 "python", 134 "python",
135 "-u", 135 "-u",
136 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 136 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
137 "--show-path", 137 "--show-path",
138 "python", 138 "python",
139 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 139 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
140 "--gsutil-py-path",
141 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
140 "--ninja-path", 142 "--ninja-path",
141 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 143 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
142 "--target", 144 "--target",
143 "Debug", 145 "Debug",
144 "--src-dir", 146 "--src-dir",
145 "[SLAVE_BUILD]\\src", 147 "[SLAVE_BUILD]\\src",
146 "--goma-cache-dir", 148 "--goma-cache-dir",
147 "[GOMA_CACHE]", 149 "[GOMA_CACHE]",
148 "--build-tool", 150 "--build-tool",
149 "ninja", 151 "ninja",
150 "--clobber", 152 "--clobber",
151 "--", 153 "--",
152 "chrome" 154 "chrome"
153 ], 155 ],
154 "cwd": "[SLAVE_BUILD]", 156 "cwd": "[SLAVE_BUILD]",
155 "name": "compile" 157 "name": "compile"
156 }, 158 },
157 { 159 {
158 "name": "$result", 160 "name": "$result",
159 "recipe_result": null, 161 "recipe_result": null,
160 "status_code": 0 162 "status_code": 0
161 } 163 }
162 ] 164 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | scripts/slave/slave_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698