OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "import sys; sys.exit(1)" | 6 "import sys; sys.exit(1)" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "Recipe failed. Reason: Fake failure", | 8 "name": "Recipe failed. Reason: Fake failure", |
10 "~followup_annotations": [ | 9 "~followup_annotations": [ |
11 "step returned non-zero exit code: 1", | 10 "step returned non-zero exit code: 1", |
12 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", | 11 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", |
13 "@@@STEP_LOG_END@python.inline@@@", | 12 "@@@STEP_LOG_END@python.inline@@@", |
14 "@@@STEP_FAILURE@@@" | 13 "@@@STEP_FAILURE@@@" |
15 ] | 14 ] |
16 }, | 15 }, |
17 { | 16 { |
18 "name": "$result", | 17 "name": "$result", |
19 "reason": "Step('Recipe failed. Reason: Fake failure') failed with return_co
de 1", | 18 "reason": "Step('Recipe failed. Reason: Fake failure') failed with return_co
de 1", |
20 "status_code": 1 | 19 "status_code": 1 |
21 } | 20 } |
22 ] | 21 ] |
OLD | NEW |