| 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\", \"crash_ser
vice\"], \"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\"], \"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\"@@@", | |
| 279 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 278 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 280 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 279 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
| 281 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 280 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
| 282 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 281 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
| 283 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | 282 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", |
| 284 "@@@STEP_LOG_LINE@analyze_details@ \"blink_heap_unittests\", @@@", | 283 "@@@STEP_LOG_LINE@analyze_details@ \"blink_heap_unittests\", @@@", |
| 285 "@@@STEP_LOG_LINE@analyze_details@ \"blink_platform_unittests\", @@@", | 284 "@@@STEP_LOG_LINE@analyze_details@ \"blink_platform_unittests\", @@@", |
| 286 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", | 285 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", |
| 287 "@@@STEP_LOG_LINE@analyze_details@ \"webkit_unit_tests\", @@@", | 286 "@@@STEP_LOG_LINE@analyze_details@ \"webkit_unit_tests\", @@@", |
| 288 "@@@STEP_LOG_LINE@analyze_details@ \"wtf_unittests\"@@@", | 287 "@@@STEP_LOG_LINE@analyze_details@ \"wtf_unittests\"@@@", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "cmd": [ | 362 "cmd": [ |
| 364 "python", | 363 "python", |
| 365 "-u", | 364 "-u", |
| 366 "import sys; sys.exit(0)" | 365 "import sys; sys.exit(0)" |
| 367 ], | 366 ], |
| 368 "cwd": "[SLAVE_BUILD]", | 367 "cwd": "[SLAVE_BUILD]", |
| 369 "name": "mark: before_tests" | 368 "name": "mark: before_tests" |
| 370 }, | 369 }, |
| 371 { | 370 { |
| 372 "cmd": [ | 371 "cmd": [ |
| 373 "python", | |
| 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", | 372 "python", |
| 385 "-u", | 373 "-u", |
| 386 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", | 374 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", |
| 387 "--build-config-fs", | 375 "--build-config-fs", |
| 388 "Release", | 376 "Release", |
| 389 "--use-src-side-runtest-py", | 377 "--use-src-side-runtest-py", |
| 390 "--paths", | 378 "--paths", |
| 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\"}", | 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\"}", |
| 392 "--properties", | 380 "--properties", |
| 393 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 381 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 ], | 492 ], |
| 505 "cwd": "[SLAVE_BUILD]", | 493 "cwd": "[SLAVE_BUILD]", |
| 506 "name": "process_dumps" | 494 "name": "process_dumps" |
| 507 }, | 495 }, |
| 508 { | 496 { |
| 509 "name": "$result", | 497 "name": "$result", |
| 510 "recipe_result": null, | 498 "recipe_result": null, |
| 511 "status_code": 0 | 499 "status_code": 0 |
| 512 } | 500 } |
| 513 ] | 501 ] |
| OLD | NEW |