| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "authutil", | 4 "/opt/infra-tools/authutil", |
| 5 "token" | 5 "token" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]", | 7 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "Get auth token", | 8 "name": "Get auth token", |
| 9 "stdout": "/path/to/tmp/" | 9 "stdout": "/path/to/tmp/" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "cmd": [ | 12 "cmd": [ |
| 13 "python", | 13 "python", |
| 14 "-u", | 14 "-u", |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "cwd": "[SLAVE_BUILD]", | 205 "cwd": "[SLAVE_BUILD]", |
| 206 "name": "build tests", | 206 "name": "build tests", |
| 207 "stdout": "/path/to/tmp/" | 207 "stdout": "/path/to/tmp/" |
| 208 }, | 208 }, |
| 209 { | 209 { |
| 210 "name": "$result", | 210 "name": "$result", |
| 211 "recipe_result": null, | 211 "recipe_result": null, |
| 212 "status_code": 0 | 212 "status_code": 0 |
| 213 } | 213 } |
| 214 ] | 214 ] |
| OLD | NEW |