Chromium Code Reviews| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 178 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@}@@@", | 179 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 180 "@@@STEP_LOG_END@json.output@@@" | 180 "@@@STEP_LOG_END@json.output@@@" |
| 181 ] | 181 ] |
| 182 }, | 182 }, |
| 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 "-O", | |
|
martiniss
2016/03/18 23:43:13
This was wrong before... whoops. Yay expectations
| |
| 189 "build=[SLAVE_BUILD]/build/build", | |
| 190 "--package", | 188 "--package", |
| 191 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg", | 189 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg", |
| 192 "simulation_test" | 190 "simulation_test" |
| 193 ], | 191 ], |
| 194 "cwd": "[SLAVE_BUILD]", | 192 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "recipe_engine tests" | 193 "name": "recipe_engine tests" |
| 196 }, | 194 }, |
| 197 { | 195 { |
| 198 "cmd": [ | 196 "cmd": [ |
| 199 "python", | 197 "python", |
| 200 "-u", | 198 "-u", |
| 201 "[SLAVE_BUILD]/build/build/recipes.py", | 199 "[SLAVE_BUILD]/build/build/recipes.py", |
| 200 "-O", | |
| 201 "recipe_engine=[SLAVE_BUILD]/recipe_engine/recipe_engine", | |
| 202 "--package", | 202 "--package", |
| 203 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", | 203 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", |
| 204 "simulation_test" | 204 "simulation_test" |
| 205 ], | 205 ], |
| 206 "cwd": "[SLAVE_BUILD]", | 206 "cwd": "[SLAVE_BUILD]", |
| 207 "name": "build tests" | 207 "name": "build tests" |
| 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 |