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