Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___cfi.json

Issue 2202113003: V8: Switch ignition test steps to the standard suite alias (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 - cfi", 10 "V8 Linux64 - cfi",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 308 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
309 "[SLAVE_BUILD]/v8/tools/swarming_client", 309 "[SLAVE_BUILD]/v8/tools/swarming_client",
310 "batcharchive", 310 "batcharchive",
311 "--dump-json", 311 "--dump-json",
312 "/path/to/tmp/json", 312 "/path/to/tmp/json",
313 "--isolate-server", 313 "--isolate-server",
314 "https://isolateserver.appspot.com", 314 "https://isolateserver.appspot.com",
315 "--verbose", 315 "--verbose",
316 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", 316 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json",
317 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", 317 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
318 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json",
319 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", 318 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json",
320 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json", 319 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json",
321 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", 320 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
322 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" 321 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
323 ], 322 ],
324 "name": "isolate tests", 323 "name": "isolate tests",
325 "~followup_annotations": [ 324 "~followup_annotations": [
326 "@@@STEP_LOG_LINE@json.output@{@@@", 325 "@@@STEP_LOG_LINE@json.output@{@@@",
327 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@", 326 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@",
328 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 327 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
329 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
330 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@", 328 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
331 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o ptimize_for_size]\", @@@", 329 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o ptimize_for_size]\", @@@",
332 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@", 330 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
333 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 331 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
334 "@@@STEP_LOG_LINE@json.output@}@@@", 332 "@@@STEP_LOG_LINE@json.output@}@@@",
335 "@@@STEP_LOG_END@json.output@@@" 333 "@@@STEP_LOG_END@json.output@@@"
336 ] 334 ]
337 }, 335 },
338 { 336 {
339 "cmd": [ 337 "cmd": [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "--", 396 "--",
399 "--progress=verbose", 397 "--progress=verbose",
400 "--mode", 398 "--mode",
401 "Release", 399 "Release",
402 "--arch", 400 "--arch",
403 "x64", 401 "x64",
404 "--outdir", 402 "--outdir",
405 "out", 403 "out",
406 "--buildbot", 404 "--buildbot",
407 "--timeout=200", 405 "--timeout=200",
408 "--random-seed=1260174835", 406 "--random-seed=-1728130205",
409 "bot_default", 407 "bot_default",
410 "--exhaustive-variants", 408 "--exhaustive-variants",
411 "--cfi-vptr", 409 "--cfi-vptr",
412 "--rerun-failures-count=2", 410 "--rerun-failures-count=2",
413 "--swarming", 411 "--swarming",
414 "--json-test-results", 412 "--json-test-results",
415 "${ISOLATED_OUTDIR}/output.json" 413 "${ISOLATED_OUTDIR}/output.json"
416 ], 414 ],
417 "name": "[trigger] Check on Ubuntu-14.04", 415 "name": "[trigger] Check on Ubuntu-14.04",
418 "~followup_annotations": [ 416 "~followup_annotations": [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "--", 491 "--",
494 "--progress=verbose", 492 "--progress=verbose",
495 "--mode", 493 "--mode",
496 "Release", 494 "Release",
497 "--arch", 495 "--arch",
498 "x64", 496 "x64",
499 "--outdir", 497 "--outdir",
500 "out", 498 "out",
501 "--buildbot", 499 "--buildbot",
502 "--timeout=200", 500 "--timeout=200",
503 "--random-seed=1260174835", 501 "--random-seed=-1728130205",
504 "bot_default", 502 "bot_default",
505 "--variants=extra", 503 "--variants=extra",
506 "--cfi-vptr", 504 "--cfi-vptr",
507 "--rerun-failures-count=2", 505 "--rerun-failures-count=2",
508 "--swarming", 506 "--swarming",
509 "--json-test-results", 507 "--json-test-results",
510 "${ISOLATED_OUTDIR}/output.json" 508 "${ISOLATED_OUTDIR}/output.json"
511 ], 509 ],
512 "name": "[trigger] Check - extra on Ubuntu-14.04", 510 "name": "[trigger] Check - extra on Ubuntu-14.04",
513 "~followup_annotations": [ 511 "~followup_annotations": [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 "--", 592 "--",
595 "--progress=verbose", 593 "--progress=verbose",
596 "--mode", 594 "--mode",
597 "Release", 595 "Release",
598 "--arch", 596 "--arch",
599 "x64", 597 "x64",
600 "--outdir", 598 "--outdir",
601 "out", 599 "out",
602 "--buildbot", 600 "--buildbot",
603 "--timeout=200", 601 "--timeout=200",
604 "--random-seed=1260174835", 602 "--random-seed=-1728130205",
605 "optimize_for_size", 603 "optimize_for_size",
606 "--extra-flags=--optimize-for-size", 604 "--extra-flags=--optimize-for-size",
607 "--variants=default", 605 "--variants=default",
608 "--cfi-vptr", 606 "--cfi-vptr",
609 "--rerun-failures-count=2", 607 "--rerun-failures-count=2",
610 "--swarming", 608 "--swarming",
611 "--json-test-results", 609 "--json-test-results",
612 "${ISOLATED_OUTDIR}/output.json" 610 "${ISOLATED_OUTDIR}/output.json"
613 ], 611 ],
614 "name": "[trigger] OptimizeForSize on Ubuntu-14.04", 612 "name": "[trigger] OptimizeForSize on Ubuntu-14.04",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 "--", 688 "--",
691 "--progress=verbose", 689 "--progress=verbose",
692 "--mode", 690 "--mode",
693 "Release", 691 "Release",
694 "--arch", 692 "--arch",
695 "x64", 693 "x64",
696 "--outdir", 694 "--outdir",
697 "out", 695 "out",
698 "--buildbot", 696 "--buildbot",
699 "--timeout=200", 697 "--timeout=200",
700 "--random-seed=1260174835", 698 "--random-seed=-1728130205",
701 "benchmarks", 699 "benchmarks",
702 "--download-data", 700 "--download-data",
703 "--exhaustive-variants", 701 "--exhaustive-variants",
704 "--cfi-vptr", 702 "--cfi-vptr",
705 "--rerun-failures-count=2", 703 "--rerun-failures-count=2",
706 "--swarming", 704 "--swarming",
707 "--json-test-results", 705 "--json-test-results",
708 "${ISOLATED_OUTDIR}/output.json" 706 "${ISOLATED_OUTDIR}/output.json"
709 ], 707 ],
710 "name": "[trigger] Benchmarks on Ubuntu-14.04", 708 "name": "[trigger] Benchmarks on Ubuntu-14.04",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 "--", 784 "--",
787 "--progress=verbose", 785 "--progress=verbose",
788 "--mode", 786 "--mode",
789 "Release", 787 "Release",
790 "--arch", 788 "--arch",
791 "x64", 789 "x64",
792 "--outdir", 790 "--outdir",
793 "out", 791 "out",
794 "--buildbot", 792 "--buildbot",
795 "--timeout=200", 793 "--timeout=200",
796 "--random-seed=1260174835", 794 "--random-seed=-1728130205",
797 "test262", 795 "test262",
798 "--download-data", 796 "--download-data",
799 "--variants=default", 797 "--variants=default",
800 "--cfi-vptr", 798 "--cfi-vptr",
801 "--rerun-failures-count=2", 799 "--rerun-failures-count=2",
802 "--swarming", 800 "--swarming",
803 "--json-test-results", 801 "--json-test-results",
804 "${ISOLATED_OUTDIR}/output.json" 802 "${ISOLATED_OUTDIR}/output.json"
805 ], 803 ],
806 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", 804 "name": "[trigger] Test262 - no variants on Ubuntu-14.04",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 "--", 880 "--",
883 "--progress=verbose", 881 "--progress=verbose",
884 "--mode", 882 "--mode",
885 "Release", 883 "Release",
886 "--arch", 884 "--arch",
887 "x64", 885 "x64",
888 "--outdir", 886 "--outdir",
889 "out", 887 "out",
890 "--buildbot", 888 "--buildbot",
891 "--timeout=200", 889 "--timeout=200",
892 "--random-seed=1260174835", 890 "--random-seed=-1728130205",
893 "mozilla", 891 "mozilla",
894 "--exhaustive-variants", 892 "--exhaustive-variants",
895 "--cfi-vptr", 893 "--cfi-vptr",
896 "--rerun-failures-count=2", 894 "--rerun-failures-count=2",
897 "--swarming", 895 "--swarming",
898 "--json-test-results", 896 "--json-test-results",
899 "${ISOLATED_OUTDIR}/output.json" 897 "${ISOLATED_OUTDIR}/output.json"
900 ], 898 ],
901 "name": "[trigger] Mozilla on Ubuntu-14.04", 899 "name": "[trigger] Mozilla on Ubuntu-14.04",
902 "~followup_annotations": [ 900 "~followup_annotations": [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 "--", 975 "--",
978 "--progress=verbose", 976 "--progress=verbose",
979 "--mode", 977 "--mode",
980 "Release", 978 "Release",
981 "--arch", 979 "--arch",
982 "x64", 980 "x64",
983 "--outdir", 981 "--outdir",
984 "out", 982 "out",
985 "--buildbot", 983 "--buildbot",
986 "--timeout=200", 984 "--timeout=200",
987 "--random-seed=1260174835", 985 "--random-seed=-1728130205",
988 "simdjs", 986 "simdjs",
989 "--download-data", 987 "--download-data",
990 "--exhaustive-variants", 988 "--exhaustive-variants",
991 "--cfi-vptr", 989 "--cfi-vptr",
992 "--rerun-failures-count=2", 990 "--rerun-failures-count=2",
993 "--swarming", 991 "--swarming",
994 "--json-test-results", 992 "--json-test-results",
995 "${ISOLATED_OUTDIR}/output.json" 993 "${ISOLATED_OUTDIR}/output.json"
996 ], 994 ],
997 "name": "[trigger] SimdJs - all on Ubuntu-14.04", 995 "name": "[trigger] SimdJs - all on Ubuntu-14.04",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 "os", 1042 "os",
1045 "Ubuntu-14.04", 1043 "Ubuntu-14.04",
1046 "--dimension", 1044 "--dimension",
1047 "pool", 1045 "pool",
1048 "Chrome", 1046 "Chrome",
1049 "--tag", 1047 "--tag",
1050 "buildername:V8 Linux64 - cfi", 1048 "buildername:V8 Linux64 - cfi",
1051 "--tag", 1049 "--tag",
1052 "buildnumber:571", 1050 "buildnumber:571",
1053 "--tag", 1051 "--tag",
1054 "data:[dummy hash for ignition]", 1052 "data:[dummy hash for bot_default]",
1055 "--tag", 1053 "--tag",
1056 "master:client.v8", 1054 "master:client.v8",
1057 "--tag", 1055 "--tag",
1058 "name:Ignition", 1056 "name:Ignition",
1059 "--tag", 1057 "--tag",
1060 "os:Ubuntu-14.04", 1058 "os:Ubuntu-14.04",
1061 "--tag", 1059 "--tag",
1062 "project:v8", 1060 "project:v8",
1063 "--tag", 1061 "--tag",
1064 "purpose:CI", 1062 "purpose:CI",
1065 "--tag", 1063 "--tag",
1066 "purpose:post-commit", 1064 "purpose:post-commit",
1067 "--tag", 1065 "--tag",
1068 "slavename:TestSlavename", 1066 "slavename:TestSlavename",
1069 "--tag", 1067 "--tag",
1070 "stepname:Ignition - turbofan on Ubuntu-14.04", 1068 "stepname:Ignition - turbofan on Ubuntu-14.04",
1071 "--idempotent", 1069 "--idempotent",
1072 "[dummy hash for ignition]", 1070 "[dummy hash for bot_default]",
1073 "--", 1071 "--",
1074 "--progress=verbose", 1072 "--progress=verbose",
1075 "--mode", 1073 "--mode",
1076 "Release", 1074 "Release",
1077 "--arch", 1075 "--arch",
1078 "x64", 1076 "x64",
1079 "--outdir", 1077 "--outdir",
1080 "out", 1078 "out",
1081 "--buildbot", 1079 "--buildbot",
1082 "--timeout=200", 1080 "--timeout=200",
1083 "--random-seed=1260174835", 1081 "--random-seed=-1728130205",
1084 "ignition", 1082 "bot_default",
1085 "--ignition-turbofan", 1083 "--ignition-turbofan",
1086 "--variants=ignition_turbofan", 1084 "--variants=ignition_turbofan",
1087 "--cfi-vptr", 1085 "--cfi-vptr",
1088 "--rerun-failures-count=2", 1086 "--rerun-failures-count=2",
1089 "--swarming", 1087 "--swarming",
1090 "--json-test-results", 1088 "--json-test-results",
1091 "${ISOLATED_OUTDIR}/output.json" 1089 "${ISOLATED_OUTDIR}/output.json"
1092 ], 1090 ],
1093 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", 1091 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04",
1094 "~followup_annotations": [ 1092 "~followup_annotations": [
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1415 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1418 "@@@STEP_LOG_END@durations@@@" 1416 "@@@STEP_LOG_END@durations@@@"
1419 ] 1417 ]
1420 }, 1418 },
1421 { 1419 {
1422 "name": "$result", 1420 "name": "$result",
1423 "recipe_result": null, 1421 "recipe_result": null,
1424 "status_code": 0 1422 "status_code": 0
1425 } 1423 }
1426 ] 1424 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698