| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "python", | 317 "python", |
| 318 "-u", | 318 "-u", |
| 319 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 319 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 320 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 320 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 321 "batcharchive", | 321 "batcharchive", |
| 322 "--dump-json", | 322 "--dump-json", |
| 323 "/path/to/tmp/json", | 323 "/path/to/tmp/json", |
| 324 "--isolate-server", | 324 "--isolate-server", |
| 325 "https://isolateserver.appspot.com", | 325 "https://isolateserver.appspot.com", |
| 326 "--verbose", | 326 "--verbose", |
| 327 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json", | 327 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json" |
| 328 "[SLAVE_BUILD]\\v8\\out\\Release\\ignition.isolated.gen.json" | |
| 329 ], | 328 ], |
| 330 "name": "isolate tests", | 329 "name": "isolate tests", |
| 331 "~followup_annotations": [ | 330 "~followup_annotations": [ |
| 332 "@@@STEP_LOG_LINE@json.output@{@@@", | 331 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 333 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 332 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\"@@@", |
| 334 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
"@@@", | |
| 335 "@@@STEP_LOG_LINE@json.output@}@@@", | 333 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 336 "@@@STEP_LOG_END@json.output@@@" | 334 "@@@STEP_LOG_END@json.output@@@" |
| 337 ] | 335 ] |
| 338 }, | 336 }, |
| 339 { | 337 { |
| 340 "cmd": [ | 338 "cmd": [ |
| 341 "python", | 339 "python", |
| 342 "-u", | 340 "-u", |
| 343 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 341 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 344 "trigger", | 342 "trigger", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 "--", | 397 "--", |
| 400 "--progress=verbose", | 398 "--progress=verbose", |
| 401 "--mode", | 399 "--mode", |
| 402 "Release", | 400 "Release", |
| 403 "--arch", | 401 "--arch", |
| 404 "ia32", | 402 "ia32", |
| 405 "--outdir", | 403 "--outdir", |
| 406 "out", | 404 "out", |
| 407 "--buildbot", | 405 "--buildbot", |
| 408 "--timeout=200", | 406 "--timeout=200", |
| 409 "--random-seed=1756700611", | 407 "--random-seed=-976563914", |
| 410 "bot_default", | 408 "bot_default", |
| 411 "--no-snap", | 409 "--no-snap", |
| 412 "--exhaustive-variants", | 410 "--exhaustive-variants", |
| 413 "--rerun-failures-count=2", | 411 "--rerun-failures-count=2", |
| 414 "--swarming", | 412 "--swarming", |
| 415 "--json-test-results", | 413 "--json-test-results", |
| 416 "${ISOLATED_OUTDIR}/output.json" | 414 "${ISOLATED_OUTDIR}/output.json" |
| 417 ], | 415 ], |
| 418 "name": "[trigger] Check on Windows-7-SP1", | 416 "name": "[trigger] Check on Windows-7-SP1", |
| 419 "~followup_annotations": [ | 417 "~followup_annotations": [ |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 "--", | 498 "--", |
| 501 "--progress=verbose", | 499 "--progress=verbose", |
| 502 "--mode", | 500 "--mode", |
| 503 "Release", | 501 "Release", |
| 504 "--arch", | 502 "--arch", |
| 505 "ia32", | 503 "ia32", |
| 506 "--outdir", | 504 "--outdir", |
| 507 "out", | 505 "out", |
| 508 "--buildbot", | 506 "--buildbot", |
| 509 "--timeout=200", | 507 "--timeout=200", |
| 510 "--random-seed=1756700611", | 508 "--random-seed=-976563914", |
| 511 "bot_default", | 509 "bot_default", |
| 512 "--no-snap", | 510 "--no-snap", |
| 513 "--variants=extra", | 511 "--variants=extra", |
| 514 "--rerun-failures-count=2", | 512 "--rerun-failures-count=2", |
| 515 "--swarming", | 513 "--swarming", |
| 516 "--json-test-results", | 514 "--json-test-results", |
| 517 "${ISOLATED_OUTDIR}/output.json" | 515 "${ISOLATED_OUTDIR}/output.json" |
| 518 ], | 516 ], |
| 519 "name": "[trigger] Check - extra on Windows-7-SP1", | 517 "name": "[trigger] Check - extra on Windows-7-SP1", |
| 520 "~followup_annotations": [ | 518 "~followup_annotations": [ |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 "os", | 570 "os", |
| 573 "Windows-7-SP1", | 571 "Windows-7-SP1", |
| 574 "--dimension", | 572 "--dimension", |
| 575 "pool", | 573 "pool", |
| 576 "Chrome", | 574 "Chrome", |
| 577 "--tag", | 575 "--tag", |
| 578 "buildername:V8 Win32 - nosnap - shared", | 576 "buildername:V8 Win32 - nosnap - shared", |
| 579 "--tag", | 577 "--tag", |
| 580 "buildnumber:571", | 578 "buildnumber:571", |
| 581 "--tag", | 579 "--tag", |
| 582 "data:[dummy hash for ignition]", | 580 "data:[dummy hash for bot_default]", |
| 583 "--tag", | 581 "--tag", |
| 584 "master:client.v8", | 582 "master:client.v8", |
| 585 "--tag", | 583 "--tag", |
| 586 "name:Ignition", | 584 "name:Ignition", |
| 587 "--tag", | 585 "--tag", |
| 588 "os:Windows-7-SP1", | 586 "os:Windows-7-SP1", |
| 589 "--tag", | 587 "--tag", |
| 590 "project:v8", | 588 "project:v8", |
| 591 "--tag", | 589 "--tag", |
| 592 "purpose:CI", | 590 "purpose:CI", |
| 593 "--tag", | 591 "--tag", |
| 594 "purpose:post-commit", | 592 "purpose:post-commit", |
| 595 "--tag", | 593 "--tag", |
| 596 "slavename:TestSlavename", | 594 "slavename:TestSlavename", |
| 597 "--tag", | 595 "--tag", |
| 598 "stepname:Ignition - turbofan on Windows-7-SP1", | 596 "stepname:Ignition - turbofan on Windows-7-SP1", |
| 599 "--idempotent", | 597 "--idempotent", |
| 600 "[dummy hash for ignition]", | 598 "[dummy hash for bot_default]", |
| 601 "--", | 599 "--", |
| 602 "--progress=verbose", | 600 "--progress=verbose", |
| 603 "--mode", | 601 "--mode", |
| 604 "Release", | 602 "Release", |
| 605 "--arch", | 603 "--arch", |
| 606 "ia32", | 604 "ia32", |
| 607 "--outdir", | 605 "--outdir", |
| 608 "out", | 606 "out", |
| 609 "--buildbot", | 607 "--buildbot", |
| 610 "--timeout=200", | 608 "--timeout=200", |
| 611 "--random-seed=1756700611", | 609 "--random-seed=-976563914", |
| 612 "ignition", | 610 "bot_default", |
| 613 "--ignition-turbofan", | 611 "--ignition-turbofan", |
| 614 "--no-snap", | 612 "--no-snap", |
| 615 "--variants=ignition_turbofan", | 613 "--variants=ignition_turbofan", |
| 616 "--rerun-failures-count=2", | 614 "--rerun-failures-count=2", |
| 617 "--swarming", | 615 "--swarming", |
| 618 "--json-test-results", | 616 "--json-test-results", |
| 619 "${ISOLATED_OUTDIR}/output.json" | 617 "${ISOLATED_OUTDIR}/output.json" |
| 620 ], | 618 ], |
| 621 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", | 619 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", |
| 622 "~followup_annotations": [ | 620 "~followup_annotations": [ |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 748 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 751 "@@@STEP_LOG_END@durations@@@" | 749 "@@@STEP_LOG_END@durations@@@" |
| 752 ] | 750 ] |
| 753 }, | 751 }, |
| 754 { | 752 { |
| 755 "name": "$result", | 753 "name": "$result", |
| 756 "recipe_result": null, | 754 "recipe_result": null, |
| 757 "status_code": 0 | 755 "status_code": 0 |
| 758 } | 756 } |
| 759 ] | 757 ] |
| OLD | NEW |