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

Side by Side Diff: scripts/slave/recipes/infra/recipe_autoroller_public.expected/failed_upload.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr a.git'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr a.git'}]"
10 ], 10 ],
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "@@@STEP_LOG_LINE@output@+some other line@@@", 308 "@@@STEP_LOG_LINE@output@+some other line@@@",
309 "@@@STEP_LOG_END@output@@@" 309 "@@@STEP_LOG_END@output@@@"
310 ] 310 ]
311 }, 311 },
312 { 312 {
313 "cmd": [ 313 "cmd": [
314 "python", 314 "python",
315 "-u", 315 "-u",
316 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 316 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
317 "--", 317 "--",
318 "[DEPOT_TOOLS]/gsutil.py", 318 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
319 "----", 319 "----",
320 "cat", 320 "cat",
321 "gs://recipe-roller-cl-uploads/791ad91de804e9b08076c4db2081bfa6" 321 "gs://recipe-roller-cl-uploads/791ad91de804e9b08076c4db2081bfa6"
322 ], 322 ],
323 "name": "build.gsutil cat", 323 "name": "build.gsutil cat",
324 "stderr": "/path/to/tmp/", 324 "stderr": "/path/to/tmp/",
325 "stdout": "/path/to/tmp/", 325 "stdout": "/path/to/tmp/",
326 "~followup_annotations": [ 326 "~followup_annotations": [
327 "@@@STEP_NEST_LEVEL@1@@@", 327 "@@@STEP_NEST_LEVEL@1@@@",
328 "@@@STEP_LOG_LINE@stderr@Error: No URLs matched ...@@@", 328 "@@@STEP_LOG_LINE@stderr@Error: No URLs matched ...@@@",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", 389 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
390 "@@@STEP_LOG_END@python.inline@@@" 390 "@@@STEP_LOG_END@python.inline@@@"
391 ] 391 ]
392 }, 392 },
393 { 393 {
394 "name": "$result", 394 "name": "$result",
395 "reason": "1 out of 2 aggregated steps failed. Failures: Step('build.git cl upload failed') failed with return_code 1", 395 "reason": "1 out of 2 aggregated steps failed. Failures: Step('build.git cl upload failed') failed with return_code 1",
396 "status_code": 1 396 "status_code": 1
397 } 397 }
398 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698