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