| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 "--mode", | 629 "--mode", |
| 630 "Debug", | 630 "Debug", |
| 631 "--arch", | 631 "--arch", |
| 632 "ia32", | 632 "ia32", |
| 633 "--outdir", | 633 "--outdir", |
| 634 "out", | 634 "out", |
| 635 "--buildbot", | 635 "--buildbot", |
| 636 "--timeout=200", | 636 "--timeout=200", |
| 637 "--random-seed=493074690", | 637 "--random-seed=493074690", |
| 638 "bot_default", | 638 "bot_default", |
| 639 "--ignition-turbofan", | |
| 640 "--variants=ignition_turbofan", | 639 "--variants=ignition_turbofan", |
| 641 "--dcheck-always-on", | 640 "--dcheck-always-on", |
| 642 "--rerun-failures-count=2", | 641 "--rerun-failures-count=2", |
| 643 "--swarming", | 642 "--swarming", |
| 644 "--json-test-results", | 643 "--json-test-results", |
| 645 "${ISOLATED_OUTDIR}/output.json" | 644 "${ISOLATED_OUTDIR}/output.json" |
| 646 ], | 645 ], |
| 647 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", | 646 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", |
| 648 "~followup_annotations": [ | 647 "~followup_annotations": [ |
| 649 "@@@STEP_LOG_LINE@json.output@{@@@", | 648 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 915 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 917 "@@@STEP_LOG_END@durations@@@" | 916 "@@@STEP_LOG_END@durations@@@" |
| 918 ] | 917 ] |
| 919 }, | 918 }, |
| 920 { | 919 { |
| 921 "name": "$result", | 920 "name": "$result", |
| 922 "recipe_result": null, | 921 "recipe_result": null, |
| 923 "status_code": 0 | 922 "status_code": 0 |
| 924 } | 923 } |
| 925 ] | 924 ] |
| OLD | NEW |