| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "cwd": "[SLAVE_BUILD]", | 207 "cwd": "[SLAVE_BUILD]", |
| 208 "name": "build tests", | 208 "name": "build tests", |
| 209 "stdout": "/path/to/tmp/" | 209 "stdout": "/path/to/tmp/" |
| 210 }, | 210 }, |
| 211 { | 211 { |
| 212 "name": "$result", | 212 "name": "$result", |
| 213 "recipe_result": null, | 213 "recipe_result": null, |
| 214 "status_code": 0 | 214 "status_code": 0 |
| 215 } | 215 } |
| 216 ] | 216 ] |
| OLD | NEW |