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" |
223 ], | 224 ], |
224 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
225 "name": "compile", | 226 "name": "compile", |
226 "~followup_annotations": [ | 227 "~followup_annotations": [ |
227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
228 "@@@STEP_LOG_END@json.output (invalid)@@@" | 229 "@@@STEP_LOG_END@json.output (invalid)@@@" |
229 ] | 230 ] |
230 }, | 231 }, |
231 { | 232 { |
| 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 { |
232 "allow_subannotations": true, | 244 "allow_subannotations": true, |
233 "cmd": [ | 245 "cmd": [ |
234 "python", | 246 "python", |
235 "-u", | 247 "-u", |
236 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
237 "--target", | 249 "--target", |
238 "Release", | 250 "Release", |
239 "--no-xvfb", | 251 "--no-xvfb", |
240 "--factory-properties", | 252 "--factory-properties", |
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\"}", | 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\"}", |
(...skipping 27 matching lines...) Expand all Loading... |
269 ], | 281 ], |
270 "cwd": "[SLAVE_BUILD]", | 282 "cwd": "[SLAVE_BUILD]", |
271 "name": "process_dumps" | 283 "name": "process_dumps" |
272 }, | 284 }, |
273 { | 285 { |
274 "name": "$result", | 286 "name": "$result", |
275 "recipe_result": null, | 287 "recipe_result": null, |
276 "status_code": 0 | 288 "status_code": 0 |
277 } | 289 } |
278 ] | 290 ] |
OLD | NEW |