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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_CF.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 "CFI Linux CF", 10 "CFI Linux CF",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 ] 285 ]
286 }, 286 },
287 { 287 {
288 "cmd": [ 288 "cmd": [
289 "python", 289 "python",
290 "-u", 290 "-u",
291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
292 "--show-path", 292 "--show-path",
293 "python", 293 "python",
294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
295 "--gsutil-py-path",
296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
295 "--ninja-path", 297 "--ninja-path",
296 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
297 "--target", 299 "--target",
298 "Release", 300 "Release",
299 "--src-dir", 301 "--src-dir",
300 "[SLAVE_BUILD]/src", 302 "[SLAVE_BUILD]/src",
301 "--goma-cache-dir", 303 "--goma-cache-dir",
302 "[GOMA_CACHE]", 304 "[GOMA_CACHE]",
303 "--build-tool", 305 "--build-tool",
304 "ninja", 306 "ninja",
(...skipping 29 matching lines...) Expand all
334 ], 336 ],
335 "cwd": "[SLAVE_BUILD]", 337 "cwd": "[SLAVE_BUILD]",
336 "name": "package build" 338 "name": "package build"
337 }, 339 },
338 { 340 {
339 "name": "$result", 341 "name": "$result",
340 "recipe_result": null, 342 "recipe_result": null,
341 "status_code": 0 343 "status_code": 0
342 } 344 }
343 ] 345 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698