| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 { | 183 { |
| 184 "cmd": [ | 184 "cmd": [ |
| 185 "python", | 185 "python", |
| 186 "-u", | 186 "-u", |
| 187 "[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py", | 187 "[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py", |
| 188 "--package", | 188 "--package", |
| 189 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg", | 189 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg", |
| 190 "simulation_test" | 190 "simulation_test" |
| 191 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]", | 192 "cwd": "[SLAVE_BUILD]", |
| 193 "name": "recipe_engine tests" | 193 "name": "recipe_engine tests", |
| 194 "stdout": "/path/to/tmp/" |
| 194 }, | 195 }, |
| 195 { | 196 { |
| 196 "cmd": [ | 197 "cmd": [ |
| 197 "python", | 198 "python", |
| 198 "-u", | 199 "-u", |
| 199 "[SLAVE_BUILD]/build/build/recipes.py", | 200 "[SLAVE_BUILD]/build/build/recipes.py", |
| 200 "--package", | 201 "--package", |
| 201 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", | 202 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", |
| 202 "simulation_test" | 203 "simulation_test" |
| 203 ], | 204 ], |
| 204 "cwd": "[SLAVE_BUILD]", | 205 "cwd": "[SLAVE_BUILD]", |
| 205 "name": "build tests" | 206 "name": "build tests", |
| 207 "stdout": "/path/to/tmp/" |
| 206 }, | 208 }, |
| 207 { | 209 { |
| 208 "name": "$result", | 210 "name": "$result", |
| 209 "recipe_result": null, | 211 "recipe_result": null, |
| 210 "status_code": 0 | 212 "status_code": 0 |
| 211 } | 213 } |
| 212 ] | 214 ] |
| OLD | NEW |