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