| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "/opt/infra-tools/buildbucket", |
| 5 "get", |
| 6 "--host", |
| 7 "cr-buildbucket.appspot.com", |
| 8 "id1" |
| 9 ], |
| 10 "name": "buildbucket.get", |
| 11 "stdout": "/path/to/tmp/json", |
| 12 "~followup_annotations": [ |
| 13 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{}\"@@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 17 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 18 "@@@STEP_LOG_END@json.output@@@" |
| 19 ] |
| 20 }, |
| 21 { |
| 22 "cmd": [ |
| 4 "python", | 23 "python", |
| 5 "-u", | 24 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 25 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 26 "--master", |
| 8 "tryserver.chromium.linux", | 27 "tryserver.chromium.linux", |
| 9 "--builder", | 28 "--builder", |
| 10 "linux_variable", | 29 "linux_variable", |
| 11 "--slave", | 30 "--slave", |
| 12 "build1-a1", | 31 "build1-a1", |
| 13 "--spec", | 32 "--spec", |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 "@@@STEP_LOG_END@report@@@", | 587 "@@@STEP_LOG_END@report@@@", |
| 569 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 588 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 570 ] | 589 ] |
| 571 }, | 590 }, |
| 572 { | 591 { |
| 573 "name": "$result", | 592 "name": "$result", |
| 574 "recipe_result": null, | 593 "recipe_result": null, |
| 575 "status_code": 0 | 594 "status_code": 0 |
| 576 } | 595 } |
| 577 ] | 596 ] |
| OLD | NEW |