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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Goma_Canary.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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "name": "cleanup_temp" 253 "name": "cleanup_temp"
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "python", 257 "python",
258 "-u", 258 "-u",
259 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 259 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
260 "--show-path", 260 "--show-path",
261 "python", 261 "python",
262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
263 "--gsutil-py-path",
264 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
263 "--ninja-path", 265 "--ninja-path",
264 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 266 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
265 "--target", 267 "--target",
266 "Release", 268 "Release",
267 "--src-dir", 269 "--src-dir",
268 "[SLAVE_BUILD]/src", 270 "[SLAVE_BUILD]/src",
269 "--goma-cache-dir", 271 "--goma-cache-dir",
270 "[GOMA_CACHE]", 272 "[GOMA_CACHE]",
271 "--build-tool", 273 "--build-tool",
272 "ninja", 274 "ninja",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 ], 353 ],
352 "cwd": "[SLAVE_BUILD]", 354 "cwd": "[SLAVE_BUILD]",
353 "name": "content_unittests" 355 "name": "content_unittests"
354 }, 356 },
355 { 357 {
356 "name": "$result", 358 "name": "$result",
357 "recipe_result": null, 359 "recipe_result": null,
358 "status_code": 0 360 "status_code": 0
359 } 361 }
360 ] 362 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698