OLD | NEW |
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 Loading... |
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 "@@@STEP_NEST_LEVEL@1@@@", | 361 "@@@STEP_NEST_LEVEL@1@@@", |
362 "@@@STEP_LINK@Issue 123456789@https://codereview.chromium.org/123456789@@@
" | 362 "@@@STEP_LINK@Issue 123456789@https://codereview.chromium.org/123456789@@@
" |
363 ] | 363 ] |
364 }, | 364 }, |
365 { | 365 { |
366 "cmd": [ | 366 "cmd": [ |
367 "python", | 367 "python", |
368 "-u", | 368 "-u", |
369 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 369 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
370 "--", | 370 "--", |
371 "[DEPOT_TOOLS]/gsutil.py", | 371 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
372 "----", | 372 "----", |
373 "cp", | 373 "cp", |
374 "{\"diff_digest\": \"d4fbd1f86c94d02a0e9f2a3d08aebc1c\", \"issue\": \"1234
56789\", \"issue_url\": \"https://codereview.chromium.org/123456789\"}", | 374 "{\"diff_digest\": \"d4fbd1f86c94d02a0e9f2a3d08aebc1c\", \"issue\": \"1234
56789\", \"issue_url\": \"https://codereview.chromium.org/123456789\"}", |
375 "gs://recipe-roller-cl-uploads/791ad91de804e9b08076c4db2081bfa6" | 375 "gs://recipe-roller-cl-uploads/791ad91de804e9b08076c4db2081bfa6" |
376 ], | 376 ], |
377 "name": "build.gsutil upload", | 377 "name": "build.gsutil upload", |
378 "~followup_annotations": [ | 378 "~followup_annotations": [ |
379 "@@@STEP_NEST_LEVEL@1@@@", | 379 "@@@STEP_NEST_LEVEL@1@@@", |
380 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/recipe-roller
-cl-uploads/791ad91de804e9b08076c4db2081bfa6@@@" | 380 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/recipe-roller
-cl-uploads/791ad91de804e9b08076c4db2081bfa6@@@" |
381 ] | 381 ] |
(...skipping 13 matching lines...) Expand all Loading... |
395 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 395 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
396 "@@@STEP_LOG_END@python.inline@@@" | 396 "@@@STEP_LOG_END@python.inline@@@" |
397 ] | 397 ] |
398 }, | 398 }, |
399 { | 399 { |
400 "name": "$result", | 400 "name": "$result", |
401 "recipe_result": null, | 401 "recipe_result": null, |
402 "status_code": 0 | 402 "status_code": 0 |
403 } | 403 } |
404 ] | 404 ] |
OLD | NEW |