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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac__dbg_.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 "ClangToTMac (dbg)", 10 "ClangToTMac (dbg)",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 ] 200 ]
201 }, 201 },
202 { 202 {
203 "cmd": [ 203 "cmd": [
204 "python", 204 "python",
205 "-u", 205 "-u",
206 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 206 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
207 "--show-path", 207 "--show-path",
208 "python", 208 "python",
209 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 209 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
210 "--gsutil-py-path",
211 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
210 "--ninja-path", 212 "--ninja-path",
211 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 213 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
212 "--target", 214 "--target",
213 "Debug", 215 "Debug",
214 "--src-dir", 216 "--src-dir",
215 "[SLAVE_BUILD]/src", 217 "[SLAVE_BUILD]/src",
216 "--goma-cache-dir", 218 "--goma-cache-dir",
217 "[GOMA_CACHE]", 219 "[GOMA_CACHE]",
218 "--build-tool", 220 "--build-tool",
219 "ninja", 221 "ninja",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 ], 284 ],
283 "cwd": "[SLAVE_BUILD]", 285 "cwd": "[SLAVE_BUILD]",
284 "name": "sizes" 286 "name": "sizes"
285 }, 287 },
286 { 288 {
287 "name": "$result", 289 "name": "$result",
288 "recipe_result": null, 290 "recipe_result": null,
289 "status_code": 0 291 "status_code": 0
290 } 292 }
291 ] 293 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698