| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "/opt/infra-tools/buildbucket", | 4 "/opt/infra-tools/buildbucket", |
| 5 "get", | 5 "get", |
| 6 "--host", | 6 "--host", |
| 7 "cr-buildbucket.appspot.com", | 7 "cr-buildbucket.appspot.com", |
| 8 "id1" | 8 "id1" |
| 9 ], | 9 ], |
| 10 "name": "buildbucket.get", | 10 "name": "buildbucket.get", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 ] | 146 ] |
| 147 }, | 147 }, |
| 148 { | 148 { |
| 149 "cmd": [], | 149 "cmd": [], |
| 150 "name": "ensure_goma" | 150 "name": "ensure_goma" |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "cmd": [ | 153 "cmd": [ |
| 154 "python", | 154 "python", |
| 155 "-u", | 155 "-u", |
| 156 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 156 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 157 "--platform", | 157 "--platform", |
| 158 "linux-amd64", | 158 "linux-amd64", |
| 159 "--dest-directory", | 159 "--dest-directory", |
| 160 "[SLAVE_BUILD]/cipd", | 160 "[SLAVE_BUILD]/cipd", |
| 161 "--json-output", | 161 "--json-output", |
| 162 "/path/to/tmp/json" | 162 "/path/to/tmp/json" |
| 163 ], | 163 ], |
| 164 "name": "ensure_goma.install cipd", | 164 "name": "ensure_goma.install cipd", |
| 165 "~followup_annotations": [ | 165 "~followup_annotations": [ |
| 166 "@@@STEP_NEST_LEVEL@1@@@", | 166 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 "cmd": [], | 417 "cmd": [], |
| 418 "name": "test r1.ensure_goma", | 418 "name": "test r1.ensure_goma", |
| 419 "~followup_annotations": [ | 419 "~followup_annotations": [ |
| 420 "@@@STEP_NEST_LEVEL@1@@@" | 420 "@@@STEP_NEST_LEVEL@1@@@" |
| 421 ] | 421 ] |
| 422 }, | 422 }, |
| 423 { | 423 { |
| 424 "cmd": [ | 424 "cmd": [ |
| 425 "python", | 425 "python", |
| 426 "-u", | 426 "-u", |
| 427 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 427 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 428 "--platform", | 428 "--platform", |
| 429 "linux-amd64", | 429 "linux-amd64", |
| 430 "--dest-directory", | 430 "--dest-directory", |
| 431 "[SLAVE_BUILD]/cipd", | 431 "[SLAVE_BUILD]/cipd", |
| 432 "--json-output", | 432 "--json-output", |
| 433 "/path/to/tmp/json" | 433 "/path/to/tmp/json" |
| 434 ], | 434 ], |
| 435 "name": "test r1.ensure_goma.install cipd", | 435 "name": "test r1.ensure_goma.install cipd", |
| 436 "~followup_annotations": [ | 436 "~followup_annotations": [ |
| 437 "@@@STEP_NEST_LEVEL@2@@@", | 437 "@@@STEP_NEST_LEVEL@2@@@", |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 "@@@STEP_LOG_END@report@@@", | 641 "@@@STEP_LOG_END@report@@@", |
| 642 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false},
\"result\": {\"r1\": \"failed\"}}@@@" | 642 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false},
\"result\": {\"r1\": \"failed\"}}@@@" |
| 643 ] | 643 ] |
| 644 }, | 644 }, |
| 645 { | 645 { |
| 646 "name": "$result", | 646 "name": "$result", |
| 647 "recipe_result": null, | 647 "recipe_result": null, |
| 648 "status_code": 0 | 648 "status_code": 0 |
| 649 } | 649 } |
| 650 ] | 650 ] |
| OLD | NEW |