OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "import sys; sys.exit(0)" | 6 "import sys; sys.exit(0)" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "success", | 9 "name": "success", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
11 "@@@STEP_LOG_LINE@success@This step is a success@@@", | 11 "@@@STEP_LOG_LINE@success@This step is a success@@@", |
12 "@@@STEP_LOG_END@success@@@" | 12 "@@@STEP_LOG_END@success@@@" |
13 ] | 13 ] |
14 }, | 14 }, |
15 { | 15 { |
16 "cmd": [ | 16 "cmd": [ |
17 "python", | 17 "python", |
18 "-u", | 18 "-u", |
19 "import sys; sys.exit(1)" | 19 "import sys; sys.exit(1)" |
20 ], | 20 ], |
21 "cwd": "[SLAVE_BUILD]", | 21 "cwd": "[SLAVE_BUILD]", |
22 "name": "failure", | 22 "name": "failure", |
23 "~followup_annotations": [ | 23 "~followup_annotations": [ |
24 "step returned non-zero exit code: 1", | 24 "step returned non-zero exit code: 1", |
25 "@@@STEP_TEXT@This step is a failure :(@@@", | 25 "@@@STEP_TEXT@This step is a failure :(@@@", |
26 "@@@STEP_FAILURE@@@" | 26 "@@@STEP_FAILURE@@@" |
27 ] | 27 ] |
28 } | 28 } |
29 ] | 29 ] |
OLD | NEW |