| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "goma", | 212 "goma", |
| 213 "--goma-jsonstatus", | 213 "--goma-jsonstatus", |
| 214 "/path/to/tmp/json", | 214 "/path/to/tmp/json", |
| 215 "--mode", | 215 "--mode", |
| 216 "official", | 216 "official", |
| 217 "--goma-dir", | 217 "--goma-dir", |
| 218 "[BUILD]\\goma", | 218 "[BUILD]\\goma", |
| 219 "--clobber", | 219 "--clobber", |
| 220 "--", | 220 "--", |
| 221 "chrome", | 221 "chrome", |
| 222 "chrome_official_builder_no_unittests", | 222 "chrome_official_builder_no_unittests" |
| 223 "crash_service" | |
| 224 ], | 223 ], |
| 225 "cwd": "[SLAVE_BUILD]", | 224 "cwd": "[SLAVE_BUILD]", |
| 226 "name": "compile", | 225 "name": "compile", |
| 227 "~followup_annotations": [ | 226 "~followup_annotations": [ |
| 228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 229 "@@@STEP_LOG_END@json.output (invalid)@@@" | 228 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 230 ] | 229 ] |
| 231 }, | 230 }, |
| 232 { | 231 { |
| 233 "cmd": [ | |
| 234 "python", | |
| 235 "-u", | |
| 236 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
| 237 "--target", | |
| 238 "Release" | |
| 239 ], | |
| 240 "cwd": "[SLAVE_BUILD]", | |
| 241 "name": "start_crash_service" | |
| 242 }, | |
| 243 { | |
| 244 "allow_subannotations": true, | 232 "allow_subannotations": true, |
| 245 "cmd": [ | 233 "cmd": [ |
| 246 "python", | 234 "python", |
| 247 "-u", | 235 "-u", |
| 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 236 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 249 "--target", | 237 "--target", |
| 250 "Release", | 238 "Release", |
| 251 "--no-xvfb", | 239 "--no-xvfb", |
| 252 "--factory-properties", | 240 "--factory-properties", |
| 253 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"mastername\": \"ch
romium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave
name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"mastername\": \"ch
romium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave
name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 281 ], | 269 ], |
| 282 "cwd": "[SLAVE_BUILD]", | 270 "cwd": "[SLAVE_BUILD]", |
| 283 "name": "process_dumps" | 271 "name": "process_dumps" |
| 284 }, | 272 }, |
| 285 { | 273 { |
| 286 "name": "$result", | 274 "name": "$result", |
| 287 "recipe_result": null, | 275 "recipe_result": null, |
| 288 "status_code": 0 | 276 "status_code": 0 |
| 289 } | 277 } |
| 290 ] | 278 ] |
| OLD | NEW |