| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux64 TSAN", | 10 "V8 Linux64 TSAN", |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 "-u", | 329 "-u", |
| 330 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 330 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 331 "[SLAVE_BUILD]/v8/tools/swarming_client", | 331 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 332 "batcharchive", | 332 "batcharchive", |
| 333 "--dump-json", | 333 "--dump-json", |
| 334 "/path/to/tmp/json", | 334 "/path/to/tmp/json", |
| 335 "--isolate-server", | 335 "--isolate-server", |
| 336 "https://isolateserver.appspot.com", | 336 "https://isolateserver.appspot.com", |
| 337 "--verbose", | 337 "--verbose", |
| 338 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 338 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 339 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | |
| 340 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 339 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
| 341 ], | 340 ], |
| 342 "name": "isolate tests", | 341 "name": "isolate tests", |
| 343 "~followup_annotations": [ | 342 "~followup_annotations": [ |
| 344 "@@@STEP_LOG_LINE@json.output@{@@@", | 343 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 345 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 344 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 346 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | |
| 347 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 345 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 348 "@@@STEP_LOG_LINE@json.output@}@@@", | 346 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 349 "@@@STEP_LOG_END@json.output@@@" | 347 "@@@STEP_LOG_END@json.output@@@" |
| 350 ] | 348 ] |
| 351 }, | 349 }, |
| 352 { | 350 { |
| 353 "cmd": [ | 351 "cmd": [ |
| 354 "python", | 352 "python", |
| 355 "-u", | 353 "-u", |
| 356 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 354 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "--", | 410 "--", |
| 413 "--progress=verbose", | 411 "--progress=verbose", |
| 414 "--mode", | 412 "--mode", |
| 415 "Release", | 413 "Release", |
| 416 "--arch", | 414 "--arch", |
| 417 "x64", | 415 "x64", |
| 418 "--outdir", | 416 "--outdir", |
| 419 "out", | 417 "out", |
| 420 "--buildbot", | 418 "--buildbot", |
| 421 "--timeout=200", | 419 "--timeout=200", |
| 422 "--random-seed=1950386076", | 420 "--random-seed=831298184", |
| 423 "bot_default", | 421 "bot_default", |
| 424 "--exhaustive-variants", | 422 "--exhaustive-variants", |
| 425 "--tsan", | 423 "--tsan", |
| 426 "--rerun-failures-count=2", | 424 "--rerun-failures-count=2", |
| 427 "--swarming", | 425 "--swarming", |
| 428 "--json-test-results", | 426 "--json-test-results", |
| 429 "${ISOLATED_OUTDIR}/output.json" | 427 "${ISOLATED_OUTDIR}/output.json" |
| 430 ], | 428 ], |
| 431 "name": "[trigger] Check on Ubuntu-14.04", | 429 "name": "[trigger] Check on Ubuntu-14.04", |
| 432 "~followup_annotations": [ | 430 "~followup_annotations": [ |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 "--", | 517 "--", |
| 520 "--progress=verbose", | 518 "--progress=verbose", |
| 521 "--mode", | 519 "--mode", |
| 522 "Release", | 520 "Release", |
| 523 "--arch", | 521 "--arch", |
| 524 "x64", | 522 "x64", |
| 525 "--outdir", | 523 "--outdir", |
| 526 "out", | 524 "out", |
| 527 "--buildbot", | 525 "--buildbot", |
| 528 "--timeout=200", | 526 "--timeout=200", |
| 529 "--random-seed=1950386076", | 527 "--random-seed=831298184", |
| 530 "bot_default", | 528 "bot_default", |
| 531 "--variants=extra", | 529 "--variants=extra", |
| 532 "--tsan", | 530 "--tsan", |
| 533 "--rerun-failures-count=2", | 531 "--rerun-failures-count=2", |
| 534 "--swarming", | 532 "--swarming", |
| 535 "--json-test-results", | 533 "--json-test-results", |
| 536 "${ISOLATED_OUTDIR}/output.json" | 534 "${ISOLATED_OUTDIR}/output.json" |
| 537 ], | 535 ], |
| 538 "name": "[trigger] Check - extra on Ubuntu-14.04", | 536 "name": "[trigger] Check - extra on Ubuntu-14.04", |
| 539 "~followup_annotations": [ | 537 "~followup_annotations": [ |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 "--", | 618 "--", |
| 621 "--progress=verbose", | 619 "--progress=verbose", |
| 622 "--mode", | 620 "--mode", |
| 623 "Release", | 621 "Release", |
| 624 "--arch", | 622 "--arch", |
| 625 "x64", | 623 "x64", |
| 626 "--outdir", | 624 "--outdir", |
| 627 "out", | 625 "out", |
| 628 "--buildbot", | 626 "--buildbot", |
| 629 "--timeout=200", | 627 "--timeout=200", |
| 630 "--random-seed=1950386076", | 628 "--random-seed=831298184", |
| 631 "test262", | 629 "test262", |
| 632 "--download-data", | 630 "--download-data", |
| 633 "--variants=default", | 631 "--variants=default", |
| 634 "--tsan", | 632 "--tsan", |
| 635 "--rerun-failures-count=2", | 633 "--rerun-failures-count=2", |
| 636 "--swarming", | 634 "--swarming", |
| 637 "--json-test-results", | 635 "--json-test-results", |
| 638 "${ISOLATED_OUTDIR}/output.json" | 636 "${ISOLATED_OUTDIR}/output.json" |
| 639 ], | 637 ], |
| 640 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", | 638 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 "os", | 691 "os", |
| 694 "Ubuntu-14.04", | 692 "Ubuntu-14.04", |
| 695 "--dimension", | 693 "--dimension", |
| 696 "pool", | 694 "pool", |
| 697 "Chrome", | 695 "Chrome", |
| 698 "--tag", | 696 "--tag", |
| 699 "buildername:V8 Linux64 TSAN", | 697 "buildername:V8 Linux64 TSAN", |
| 700 "--tag", | 698 "--tag", |
| 701 "buildnumber:571", | 699 "buildnumber:571", |
| 702 "--tag", | 700 "--tag", |
| 703 "data:[dummy hash for ignition]", | 701 "data:[dummy hash for bot_default]", |
| 704 "--tag", | 702 "--tag", |
| 705 "master:client.v8", | 703 "master:client.v8", |
| 706 "--tag", | 704 "--tag", |
| 707 "name:Ignition", | 705 "name:Ignition", |
| 708 "--tag", | 706 "--tag", |
| 709 "os:Ubuntu-14.04", | 707 "os:Ubuntu-14.04", |
| 710 "--tag", | 708 "--tag", |
| 711 "project:v8", | 709 "project:v8", |
| 712 "--tag", | 710 "--tag", |
| 713 "purpose:CI", | 711 "purpose:CI", |
| 714 "--tag", | 712 "--tag", |
| 715 "purpose:post-commit", | 713 "purpose:post-commit", |
| 716 "--tag", | 714 "--tag", |
| 717 "slavename:TestSlavename", | 715 "slavename:TestSlavename", |
| 718 "--tag", | 716 "--tag", |
| 719 "stepname:Ignition - turbofan on Ubuntu-14.04", | 717 "stepname:Ignition - turbofan on Ubuntu-14.04", |
| 720 "--idempotent", | 718 "--idempotent", |
| 721 "[dummy hash for ignition]", | 719 "[dummy hash for bot_default]", |
| 722 "--", | 720 "--", |
| 723 "--progress=verbose", | 721 "--progress=verbose", |
| 724 "--mode", | 722 "--mode", |
| 725 "Release", | 723 "Release", |
| 726 "--arch", | 724 "--arch", |
| 727 "x64", | 725 "x64", |
| 728 "--outdir", | 726 "--outdir", |
| 729 "out", | 727 "out", |
| 730 "--buildbot", | 728 "--buildbot", |
| 731 "--timeout=200", | 729 "--timeout=200", |
| 732 "--random-seed=1950386076", | 730 "--random-seed=831298184", |
| 733 "ignition", | 731 "bot_default", |
| 734 "--ignition-turbofan", | 732 "--ignition-turbofan", |
| 735 "--variants=ignition_turbofan", | 733 "--variants=ignition_turbofan", |
| 736 "--tsan", | 734 "--tsan", |
| 737 "--rerun-failures-count=2", | 735 "--rerun-failures-count=2", |
| 738 "--swarming", | 736 "--swarming", |
| 739 "--json-test-results", | 737 "--json-test-results", |
| 740 "${ISOLATED_OUTDIR}/output.json" | 738 "${ISOLATED_OUTDIR}/output.json" |
| 741 ], | 739 ], |
| 742 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 740 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
| 743 "~followup_annotations": [ | 741 "~followup_annotations": [ |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 910 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 908 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 911 "@@@STEP_LOG_END@durations@@@" | 909 "@@@STEP_LOG_END@durations@@@" |
| 912 ] | 910 ] |
| 913 }, | 911 }, |
| 914 { | 912 { |
| 915 "name": "$result", | 913 "name": "$result", |
| 916 "recipe_result": null, | 914 "recipe_result": null, |
| 917 "status_code": 0 | 915 "status_code": 0 |
| 918 } | 916 } |
| 919 ] | 917 ] |
| OLD | NEW |