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

Side by Side Diff: scripts/slave/recipes/chromium.expected/goma_with_diagnose_goma_failure.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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 ], 359 ],
358 "cwd": "[SLAVE_BUILD]", 360 "cwd": "[SLAVE_BUILD]",
359 "name": "content_unittests" 361 "name": "content_unittests"
360 }, 362 },
361 { 363 {
362 "name": "$result", 364 "name": "$result",
363 "reason": "1 tests failed: ['diagnose_goma']", 365 "reason": "1 tests failed: ['diagnose_goma']",
364 "status_code": 1 366 "status_code": 1
365 } 367 }
366 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698