| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", | 6 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", |
| 7 "--json-file", | 7 "--json-file", |
| 8 "/path/to/tmp/json", | 8 "/path/to/tmp/json", |
| 9 "--url", | 9 "--url", |
| 10 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3?format=json", | 10 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3?format=json", |
| 11 "--attempts", | 11 "--attempts", |
| 12 "10" | 12 "10" |
| 13 ], | 13 ], |
| 14 "cwd": "[SLAVE_BUILD]", |
| 14 "name": "Fetch manifest config", | 15 "name": "Fetch manifest config", |
| 15 "~followup_annotations": [ | 16 "~followup_annotations": [ |
| 16 "@@@STEP_LOG_LINE@json.output@{@@@", | 17 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", |
| 20 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", | 21 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", |
| 21 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 22 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 22 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", | 23 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", |
| 23 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", | 24 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 34 "@@@STEP_LOG_LINE@json.output@}@@@", | 35 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 35 "@@@STEP_LOG_END@json.output@@@" | 36 "@@@STEP_LOG_END@json.output@@@" |
| 36 ] | 37 ] |
| 37 }, | 38 }, |
| 38 { | 39 { |
| 39 "cmd": [ | 40 "cmd": [ |
| 40 "python", | 41 "python", |
| 41 "-u", | 42 "-u", |
| 42 "import sys; sys.exit(1)" | 43 "import sys; sys.exit(1)" |
| 43 ], | 44 ], |
| 45 "cwd": "[SLAVE_BUILD]", |
| 44 "name": "Fetch manifest config failure", | 46 "name": "Fetch manifest config failure", |
| 45 "~followup_annotations": [ | 47 "~followup_annotations": [ |
| 46 "step returned non-zero exit code: 1", | 48 "step returned non-zero exit code: 1", |
| 47 "@@@STEP_TEXT@Failed to fetch manifest config.@@@", | 49 "@@@STEP_TEXT@Failed to fetch manifest config.@@@", |
| 48 "@@@STEP_FAILURE@@@" | 50 "@@@STEP_FAILURE@@@" |
| 49 ] | 51 ] |
| 50 }, | 52 }, |
| 51 { | 53 { |
| 52 "name": "$final_result", | 54 "name": "$final_result", |
| 53 "reason": "Step('Fetch manifest config failure') failed with return_code 1", | 55 "reason": "Step('Fetch manifest config failure') failed with return_code 1", |
| 54 "status_code": 1 | 56 "status_code": 1 |
| 55 } | 57 } |
| 56 ] | 58 ] |
| OLD | NEW |