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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 "python", | 252 "python", |
253 "-u", | 253 "-u", |
254 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 254 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
255 "analyze", | 255 "analyze", |
256 "-m", | 256 "-m", |
257 "tryserver.chromium.win", | 257 "tryserver.chromium.win", |
258 "-b", | 258 "-b", |
259 "win_chromium_rel_ng", | 259 "win_chromium_rel_ng", |
260 "-v", | 260 "-v", |
261 "//out/Release", | 261 "//out/Release", |
262 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"v8/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\", \"blink_platform_
unittests\", \"mini_installer\", \"webkit_unit_tests\", \"wtf_unittests\"]}", | 262 "{\"additional_compile_targets\": [\"chromium_builder_tests\", \"crash_ser
vice\"], \"files\": [\"v8/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\"
, \"blink_platform_unittests\", \"mini_installer\", \"webkit_unit_tests\", \"wtf
_unittests\"]}", |
263 "/path/to/tmp/json" | 263 "/path/to/tmp/json" |
264 ], | 264 ], |
265 "cwd": "[SLAVE_BUILD]", | 265 "cwd": "[SLAVE_BUILD]", |
266 "name": "analyze", | 266 "name": "analyze", |
267 "~followup_annotations": [ | 267 "~followup_annotations": [ |
268 "@@@STEP_TEXT@No compile necessary@@@", | 268 "@@@STEP_TEXT@No compile necessary@@@", |
269 "@@@STEP_LOG_LINE@json.output@{@@@", | 269 "@@@STEP_LOG_LINE@json.output@{@@@", |
270 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
271 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
272 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
273 "@@@STEP_LOG_LINE@json.output@}@@@", | 273 "@@@STEP_LOG_LINE@json.output@}@@@", |
274 "@@@STEP_LOG_END@json.output@@@", | 274 "@@@STEP_LOG_END@json.output@@@", |
275 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 275 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
276 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 276 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
277 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 277 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| 278 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@", |
278 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 279 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
279 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 280 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
280 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 281 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
281 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 282 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
282 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | 283 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", |
283 "@@@STEP_LOG_LINE@analyze_details@ \"blink_heap_unittests\", @@@", | 284 "@@@STEP_LOG_LINE@analyze_details@ \"blink_heap_unittests\", @@@", |
284 "@@@STEP_LOG_LINE@analyze_details@ \"blink_platform_unittests\", @@@", | 285 "@@@STEP_LOG_LINE@analyze_details@ \"blink_platform_unittests\", @@@", |
285 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", | 286 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", |
286 "@@@STEP_LOG_LINE@analyze_details@ \"webkit_unit_tests\", @@@", | 287 "@@@STEP_LOG_LINE@analyze_details@ \"webkit_unit_tests\", @@@", |
287 "@@@STEP_LOG_LINE@analyze_details@ \"wtf_unittests\"@@@", | 288 "@@@STEP_LOG_LINE@analyze_details@ \"wtf_unittests\"@@@", |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 "-u", | 365 "-u", |
365 "import sys; sys.exit(0)" | 366 "import sys; sys.exit(0)" |
366 ], | 367 ], |
367 "cwd": "[SLAVE_BUILD]", | 368 "cwd": "[SLAVE_BUILD]", |
368 "name": "mark: before_tests" | 369 "name": "mark: before_tests" |
369 }, | 370 }, |
370 { | 371 { |
371 "cmd": [ | 372 "cmd": [ |
372 "python", | 373 "python", |
373 "-u", | 374 "-u", |
| 375 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 376 "--target", |
| 377 "Release" |
| 378 ], |
| 379 "cwd": "[SLAVE_BUILD]", |
| 380 "name": "start_crash_service" |
| 381 }, |
| 382 { |
| 383 "cmd": [ |
| 384 "python", |
| 385 "-u", |
374 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", | 386 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", |
375 "--build-config-fs", | 387 "--build-config-fs", |
376 "Release", | 388 "Release", |
377 "--use-src-side-runtest-py", | 389 "--use-src-side-runtest-py", |
378 "--paths", | 390 "--paths", |
379 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 391 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
380 "--properties", | 392 "--properties", |
381 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 393 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
382 "run", | 394 "run", |
383 "--output", | 395 "--output", |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 ], | 504 ], |
493 "cwd": "[SLAVE_BUILD]", | 505 "cwd": "[SLAVE_BUILD]", |
494 "name": "process_dumps" | 506 "name": "process_dumps" |
495 }, | 507 }, |
496 { | 508 { |
497 "name": "$result", | 509 "name": "$result", |
498 "recipe_result": null, | 510 "recipe_result": null, |
499 "status_code": 0 | 511 "status_code": 0 |
500 } | 512 } |
501 ] | 513 ] |
OLD | NEW |