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 ] | 328 ] |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 "@@@STEP_NEST_LEVEL@1@@@", | 371 "@@@STEP_NEST_LEVEL@1@@@", |
372 "@@@STEP_LINK@Issue 123456789@https://codereview.chromium.org/123456789@@@
" | 372 "@@@STEP_LINK@Issue 123456789@https://codereview.chromium.org/123456789@@@
" |
373 ] | 373 ] |
374 }, | 374 }, |
375 { | 375 { |
376 "cmd": [ | 376 "cmd": [ |
377 "python", | 377 "python", |
378 "-u", | 378 "-u", |
379 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 379 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
380 "--", | 380 "--", |
381 "[DEPOT_TOOLS]/gsutil.py", | 381 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
382 "----", | 382 "----", |
383 "cp", | 383 "cp", |
384 "{\"diff_digest\": \"d4fbd1f86c94d02a0e9f2a3d08aebc1c\", \"issue\": \"1234
56789\", \"issue_url\": \"https://codereview.chromium.org/123456789\"}", | 384 "{\"diff_digest\": \"d4fbd1f86c94d02a0e9f2a3d08aebc1c\", \"issue\": \"1234
56789\", \"issue_url\": \"https://codereview.chromium.org/123456789\"}", |
385 "gs://recipe-roller-cl-uploads/791ad91de804e9b08076c4db2081bfa6" | 385 "gs://recipe-roller-cl-uploads/791ad91de804e9b08076c4db2081bfa6" |
386 ], | 386 ], |
387 "name": "build.gsutil upload", | 387 "name": "build.gsutil upload", |
388 "~followup_annotations": [ | 388 "~followup_annotations": [ |
389 "@@@STEP_NEST_LEVEL@1@@@", | 389 "@@@STEP_NEST_LEVEL@1@@@", |
390 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/recipe-roller
-cl-uploads/791ad91de804e9b08076c4db2081bfa6@@@" | 390 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/recipe-roller
-cl-uploads/791ad91de804e9b08076c4db2081bfa6@@@" |
391 ] | 391 ] |
(...skipping 13 matching lines...) Expand all Loading... |
405 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 405 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
406 "@@@STEP_LOG_END@python.inline@@@" | 406 "@@@STEP_LOG_END@python.inline@@@" |
407 ] | 407 ] |
408 }, | 408 }, |
409 { | 409 { |
410 "name": "$result", | 410 "name": "$result", |
411 "recipe_result": null, | 411 "recipe_result": null, |
412 "status_code": 0 | 412 "status_code": 0 |
413 } | 413 } |
414 ] | 414 ] |
OLD | NEW |