| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "update-ref", | 5 "update-ref", |
| 6 "refs/heads/master", | 6 "refs/heads/master", |
| 7 "refs/remotes/origin/master" | 7 "refs/remotes/origin/master" |
| 8 ], | 8 ], |
| 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
| 10 "name": "git update-ref" | 10 "name": "git update-ref" |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "~followup_annotations": [ | 251 "~followup_annotations": [ |
| 252 "step returned non-zero exit code: 1" | 252 "step returned non-zero exit code: 1" |
| 253 ] | 253 ] |
| 254 }, | 254 }, |
| 255 { | 255 { |
| 256 "cmd": [ | 256 "cmd": [ |
| 257 "/opt/infra-tools/buildbucket", | 257 "/opt/infra-tools/buildbucket", |
| 258 "get", | 258 "get", |
| 259 "--host", | 259 "--host", |
| 260 "cr-buildbucket.appspot.com", | 260 "cr-buildbucket.appspot.com", |
| 261 "--service-account-json", |
| 262 "/creds/service_accounts/service-account-chromium-bisect.json", |
| 261 "1201331270" | 263 "1201331270" |
| 262 ], | 264 ], |
| 263 "name": "buildbucket.get", | 265 "name": "buildbucket.get", |
| 264 "stdout": "/path/to/tmp/json", | 266 "stdout": "/path/to/tmp/json", |
| 265 "~followup_annotations": [ | 267 "~followup_annotations": [ |
| 266 "@@@STEP_LOG_LINE@json.output@{@@@", | 268 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", |
| 268 "@@@STEP_LOG_LINE@json.output@ \"result\": \"FAILED\", @@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"result\": \"FAILED\", @@@", |
| 269 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETE\"@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETE\"@@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ }@@@", | 272 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | 474 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
| 473 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 475 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
| 474 "stdout": "/path/to/tmp/" | 476 "stdout": "/path/to/tmp/" |
| 475 }, | 477 }, |
| 476 { | 478 { |
| 477 "name": "$result", | 479 "name": "$result", |
| 478 "recipe_result": null, | 480 "recipe_result": null, |
| 479 "status_code": 0 | 481 "status_code": 0 |
| 480 } | 482 } |
| 481 ] | 483 ] |
| OLD | NEW |