| 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 ASAN", | 10 "V8 Linux64 ASAN", |
| (...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 "--asan", | 423 "--asan", |
| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 "--", | 511 "--", |
| 514 "--progress=verbose", | 512 "--progress=verbose", |
| 515 "--mode", | 513 "--mode", |
| 516 "Release", | 514 "Release", |
| 517 "--arch", | 515 "--arch", |
| 518 "x64", | 516 "x64", |
| 519 "--outdir", | 517 "--outdir", |
| 520 "out", | 518 "out", |
| 521 "--buildbot", | 519 "--buildbot", |
| 522 "--timeout=200", | 520 "--timeout=200", |
| 523 "--random-seed=1950386076", | 521 "--random-seed=831298184", |
| 524 "bot_default", | 522 "bot_default", |
| 525 "--variants=extra", | 523 "--variants=extra", |
| 526 "--asan", | 524 "--asan", |
| 527 "--rerun-failures-count=2", | 525 "--rerun-failures-count=2", |
| 528 "--swarming", | 526 "--swarming", |
| 529 "--json-test-results", | 527 "--json-test-results", |
| 530 "${ISOLATED_OUTDIR}/output.json" | 528 "${ISOLATED_OUTDIR}/output.json" |
| 531 ], | 529 ], |
| 532 "name": "[trigger] Check - extra on Ubuntu-14.04", | 530 "name": "[trigger] Check - extra on Ubuntu-14.04", |
| 533 "~followup_annotations": [ | 531 "~followup_annotations": [ |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 "--", | 612 "--", |
| 615 "--progress=verbose", | 613 "--progress=verbose", |
| 616 "--mode", | 614 "--mode", |
| 617 "Release", | 615 "Release", |
| 618 "--arch", | 616 "--arch", |
| 619 "x64", | 617 "x64", |
| 620 "--outdir", | 618 "--outdir", |
| 621 "out", | 619 "out", |
| 622 "--buildbot", | 620 "--buildbot", |
| 623 "--timeout=200", | 621 "--timeout=200", |
| 624 "--random-seed=1950386076", | 622 "--random-seed=831298184", |
| 625 "test262", | 623 "test262", |
| 626 "--download-data", | 624 "--download-data", |
| 627 "--variants=default", | 625 "--variants=default", |
| 628 "--asan", | 626 "--asan", |
| 629 "--rerun-failures-count=2", | 627 "--rerun-failures-count=2", |
| 630 "--swarming", | 628 "--swarming", |
| 631 "--json-test-results", | 629 "--json-test-results", |
| 632 "${ISOLATED_OUTDIR}/output.json" | 630 "${ISOLATED_OUTDIR}/output.json" |
| 633 ], | 631 ], |
| 634 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", | 632 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 "os", | 679 "os", |
| 682 "Ubuntu-14.04", | 680 "Ubuntu-14.04", |
| 683 "--dimension", | 681 "--dimension", |
| 684 "pool", | 682 "pool", |
| 685 "Chrome", | 683 "Chrome", |
| 686 "--tag", | 684 "--tag", |
| 687 "buildername:V8 Linux64 ASAN", | 685 "buildername:V8 Linux64 ASAN", |
| 688 "--tag", | 686 "--tag", |
| 689 "buildnumber:571", | 687 "buildnumber:571", |
| 690 "--tag", | 688 "--tag", |
| 691 "data:[dummy hash for ignition]", | 689 "data:[dummy hash for bot_default]", |
| 692 "--tag", | 690 "--tag", |
| 693 "master:client.v8", | 691 "master:client.v8", |
| 694 "--tag", | 692 "--tag", |
| 695 "name:Ignition", | 693 "name:Ignition", |
| 696 "--tag", | 694 "--tag", |
| 697 "os:Ubuntu-14.04", | 695 "os:Ubuntu-14.04", |
| 698 "--tag", | 696 "--tag", |
| 699 "project:v8", | 697 "project:v8", |
| 700 "--tag", | 698 "--tag", |
| 701 "purpose:CI", | 699 "purpose:CI", |
| 702 "--tag", | 700 "--tag", |
| 703 "purpose:post-commit", | 701 "purpose:post-commit", |
| 704 "--tag", | 702 "--tag", |
| 705 "slavename:TestSlavename", | 703 "slavename:TestSlavename", |
| 706 "--tag", | 704 "--tag", |
| 707 "stepname:Ignition - turbofan on Ubuntu-14.04", | 705 "stepname:Ignition - turbofan on Ubuntu-14.04", |
| 708 "--idempotent", | 706 "--idempotent", |
| 709 "[dummy hash for ignition]", | 707 "[dummy hash for bot_default]", |
| 710 "--", | 708 "--", |
| 711 "--progress=verbose", | 709 "--progress=verbose", |
| 712 "--mode", | 710 "--mode", |
| 713 "Release", | 711 "Release", |
| 714 "--arch", | 712 "--arch", |
| 715 "x64", | 713 "x64", |
| 716 "--outdir", | 714 "--outdir", |
| 717 "out", | 715 "out", |
| 718 "--buildbot", | 716 "--buildbot", |
| 719 "--timeout=200", | 717 "--timeout=200", |
| 720 "--random-seed=1950386076", | 718 "--random-seed=831298184", |
| 721 "ignition", | 719 "bot_default", |
| 722 "--ignition-turbofan", | 720 "--ignition-turbofan", |
| 723 "--variants=ignition_turbofan", | 721 "--variants=ignition_turbofan", |
| 724 "--asan", | 722 "--asan", |
| 725 "--rerun-failures-count=2", | 723 "--rerun-failures-count=2", |
| 726 "--swarming", | 724 "--swarming", |
| 727 "--json-test-results", | 725 "--json-test-results", |
| 728 "${ISOLATED_OUTDIR}/output.json" | 726 "${ISOLATED_OUTDIR}/output.json" |
| 729 ], | 727 ], |
| 730 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 728 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
| 731 "~followup_annotations": [ | 729 "~followup_annotations": [ |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 "properties": { | 906 "properties": { |
| 909 "parent_build_environment": { | 907 "parent_build_environment": { |
| 910 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 908 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
| 911 }, | 909 }, |
| 912 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 910 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 913 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 911 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 914 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 912 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 915 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 913 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 916 "swarm_hashes": { | 914 "swarm_hashes": { |
| 917 "bot_default": "[dummy hash for bot_default]", | 915 "bot_default": "[dummy hash for bot_default]", |
| 918 "ignition": "[dummy hash for ignition]", | |
| 919 "test262": "[dummy hash for test262]" | 916 "test262": "[dummy hash for test262]" |
| 920 } | 917 } |
| 921 } | 918 } |
| 922 }, | 919 }, |
| 923 { | 920 { |
| 924 "builder_name": "V8 Linux64 ASAN - debug builder", | 921 "builder_name": "V8 Linux64 ASAN - debug builder", |
| 925 "properties": { | 922 "properties": { |
| 926 "parent_build_environment": { | 923 "parent_build_environment": { |
| 927 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 924 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
| 928 }, | 925 }, |
| 929 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 926 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 930 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 927 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 931 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 928 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 932 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 929 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 933 "swarm_hashes": { | 930 "swarm_hashes": { |
| 934 "bot_default": "[dummy hash for bot_default]", | 931 "bot_default": "[dummy hash for bot_default]", |
| 935 "ignition": "[dummy hash for ignition]", | |
| 936 "test262": "[dummy hash for test262]" | 932 "test262": "[dummy hash for test262]" |
| 937 } | 933 } |
| 938 } | 934 } |
| 939 }, | 935 }, |
| 940 { | 936 { |
| 941 "builder_name": "V8 Linux64 ASAN arm64 - debug builder", | 937 "builder_name": "V8 Linux64 ASAN arm64 - debug builder", |
| 942 "properties": { | 938 "properties": { |
| 943 "parent_build_environment": { | 939 "parent_build_environment": { |
| 944 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 940 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
| 945 }, | 941 }, |
| 946 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 942 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 947 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 943 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 948 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 944 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 949 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 945 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 950 "swarm_hashes": { | 946 "swarm_hashes": { |
| 951 "bot_default": "[dummy hash for bot_default]", | 947 "bot_default": "[dummy hash for bot_default]", |
| 952 "ignition": "[dummy hash for ignition]", | |
| 953 "test262": "[dummy hash for test262]" | 948 "test262": "[dummy hash for test262]" |
| 954 } | 949 } |
| 955 } | 950 } |
| 956 }, | 951 }, |
| 957 { | 952 { |
| 958 "builder_name": "V8 Linux ASAN arm - debug builder", | 953 "builder_name": "V8 Linux ASAN arm - debug builder", |
| 959 "properties": { | 954 "properties": { |
| 960 "parent_build_environment": { | 955 "parent_build_environment": { |
| 961 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 956 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
| 962 }, | 957 }, |
| 963 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 958 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 964 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 959 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 965 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 960 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 966 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 961 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 967 "swarm_hashes": { | 962 "swarm_hashes": { |
| 968 "bot_default": "[dummy hash for bot_default]", | 963 "bot_default": "[dummy hash for bot_default]", |
| 969 "ignition": "[dummy hash for ignition]", | |
| 970 "test262": "[dummy hash for test262]" | 964 "test262": "[dummy hash for test262]" |
| 971 } | 965 } |
| 972 } | 966 } |
| 973 }, | 967 }, |
| 974 { | 968 { |
| 975 "builder_name": "V8 Linux ASAN mipsel - debug builder", | 969 "builder_name": "V8 Linux ASAN mipsel - debug builder", |
| 976 "properties": { | 970 "properties": { |
| 977 "parent_build_environment": { | 971 "parent_build_environment": { |
| 978 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 972 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
| 979 }, | 973 }, |
| 980 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 974 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 981 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 975 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 982 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 976 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 983 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 977 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 984 "swarm_hashes": { | 978 "swarm_hashes": { |
| 985 "bot_default": "[dummy hash for bot_default]", | 979 "bot_default": "[dummy hash for bot_default]", |
| 986 "ignition": "[dummy hash for ignition]", | |
| 987 "test262": "[dummy hash for test262]" | 980 "test262": "[dummy hash for test262]" |
| 988 } | 981 } |
| 989 } | 982 } |
| 990 } | 983 } |
| 991 ], | 984 ], |
| 992 "~followup_annotations": [ | 985 "~followup_annotations": [ |
| 993 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" | 986 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" |
| 994 ] | 987 ] |
| 995 }, | 988 }, |
| 996 { | 989 { |
| 997 "name": "$result", | 990 "name": "$result", |
| 998 "recipe_result": null, | 991 "recipe_result": null, |
| 999 "status_code": 0 | 992 "status_code": 0 |
| 1000 } | 993 } |
| 1001 ] | 994 ] |
| OLD | NEW |