| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "authutil", | 4 "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 }, |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 { | 189 { |
| 190 "cmd": [ | 190 "cmd": [ |
| 191 "python", | 191 "python", |
| 192 "-u", | 192 "-u", |
| 193 "[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py", | 193 "[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py", |
| 194 "--package", | 194 "--package", |
| 195 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg", | 195 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg", |
| 196 "simulation_test" | 196 "simulation_test" |
| 197 ], | 197 ], |
| 198 "cwd": "[SLAVE_BUILD]", | 198 "cwd": "[SLAVE_BUILD]", |
| 199 "name": "recipe_engine tests" | 199 "name": "recipe_engine tests", |
| 200 "stdout": "/path/to/tmp/" |
| 200 }, | 201 }, |
| 201 { | 202 { |
| 202 "cmd": [ | 203 "cmd": [ |
| 203 "python", | 204 "python", |
| 204 "-u", | 205 "-u", |
| 205 "[SLAVE_BUILD]/build/build/recipes.py", | 206 "[SLAVE_BUILD]/build/build/recipes.py", |
| 206 "--package", | 207 "--package", |
| 207 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", | 208 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", |
| 208 "simulation_test" | 209 "simulation_test" |
| 209 ], | 210 ], |
| 210 "cwd": "[SLAVE_BUILD]", | 211 "cwd": "[SLAVE_BUILD]", |
| 211 "name": "build tests" | 212 "name": "build tests", |
| 213 "stdout": "/path/to/tmp/" |
| 212 }, | 214 }, |
| 213 { | 215 { |
| 214 "name": "$result", | 216 "name": "$result", |
| 215 "recipe_result": null, | 217 "recipe_result": null, |
| 216 "status_code": 0 | 218 "status_code": 0 |
| 217 } | 219 } |
| 218 ] | 220 ] |
| OLD | NEW |