| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "echo", | 4 "echo", |
| 5 "Hello World" | 5 "Hello World" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]", | 7 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "hello" | 8 "name": "hello" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 }, | 27 }, |
| 28 "name": "goodbye" | 28 "name": "goodbye" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "cmd": [ | 31 "cmd": [ |
| 32 "recipes.py", | 32 "recipes.py", |
| 33 "--help" | 33 "--help" |
| 34 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", | 35 "cwd": "[SLAVE_BUILD]", |
| 36 "env": { | 36 "env": { |
| 37 "PATH": "RECIPE_PACKAGE[recipe_engine]:%(PATH)s" | 37 "PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:%(PATH)s" |
| 38 }, | 38 }, |
| 39 "name": "recipes help" | 39 "name": "recipes help" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "bash", | 43 "bash", |
| 44 "-c", | 44 "-c", |
| 45 "exit 3" | 45 "exit 3" |
| 46 ], | 46 ], |
| 47 "cwd": "[SLAVE_BUILD]", | 47 "cwd": "[SLAVE_BUILD]", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "step returned non-zero exit code: 1", | 89 "step returned non-zero exit code: 1", |
| 90 "@@@STEP_WARNINGS@@@" | 90 "@@@STEP_WARNINGS@@@" |
| 91 ] | 91 ] |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 "name": "$result", | 94 "name": "$result", |
| 95 "reason": "Step('warning') failed with return_code 1", | 95 "reason": "Step('warning') failed with return_code 1", |
| 96 "status_code": 1 | 96 "status_code": 1 |
| 97 } | 97 } |
| 98 ] | 98 ] |
| OLD | NEW |