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