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

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

Issue 1556323003: V8 Buildbot: Switch ignition tests to v8-side test set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_rel", 10 "v8_linux_rel",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "RECIPE_MODULE[isolate]/resources/isolate.py", 155 "RECIPE_MODULE[isolate]/resources/isolate.py",
156 "[SLAVE_BUILD]/v8/tools/swarming_client", 156 "[SLAVE_BUILD]/v8/tools/swarming_client",
157 "batcharchive", 157 "batcharchive",
158 "--dump-json", 158 "--dump-json",
159 "/path/to/tmp/json", 159 "/path/to/tmp/json",
160 "--isolate-server", 160 "--isolate-server",
161 "https://isolateserver.appspot.com", 161 "https://isolateserver.appspot.com",
162 "--verbose", 162 "--verbose",
163 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", 163 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json",
164 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", 164 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
165 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json",
165 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json", 166 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json",
166 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", 167 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json",
167 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json", 168 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json",
168 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", 169 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
169 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" 170 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
170 ], 171 ],
171 "cwd": "[SLAVE_BUILD]", 172 "cwd": "[SLAVE_BUILD]",
172 "name": "isolate tests", 173 "name": "isolate tests",
173 "~followup_annotations": [ 174 "~followup_annotations": [
174 "@@@STEP_LOG_LINE@json.output@{@@@", 175 "@@@STEP_LOG_LINE@json.output@{@@@",
175 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@", 176 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@",
176 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 177 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
178 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
177 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@", 179 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@",
178 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@", 180 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
179 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o ptimize_for_size]\", @@@", 181 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o ptimize_for_size]\", @@@",
180 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@", 182 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
181 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 183 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
182 "@@@STEP_LOG_LINE@json.output@}@@@", 184 "@@@STEP_LOG_LINE@json.output@}@@@",
183 "@@@STEP_LOG_END@json.output@@@" 185 "@@@STEP_LOG_END@json.output@@@"
184 ] 186 ]
185 }, 187 },
186 { 188 {
(...skipping 13 matching lines...) Expand all
200 "cmd": [], 202 "cmd": [],
201 "cwd": "[SLAVE_BUILD]", 203 "cwd": "[SLAVE_BUILD]",
202 "name": "Benchmarks - skipped" 204 "name": "Benchmarks - skipped"
203 }, 205 },
204 { 206 {
205 "cmd": [], 207 "cmd": [],
206 "cwd": "[SLAVE_BUILD]", 208 "cwd": "[SLAVE_BUILD]",
207 "name": "SimdJs - all - skipped" 209 "name": "SimdJs - all - skipped"
208 }, 210 },
209 { 211 {
212 "cmd": [],
213 "cwd": "[SLAVE_BUILD]",
214 "name": "Ignition - skipped"
215 },
216 {
210 "cmd": [ 217 "cmd": [
211 "python", 218 "python",
212 "-u", 219 "-u",
213 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", 220 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
214 "trigger", 221 "trigger",
215 "--swarming", 222 "--swarming",
216 "https://chromium-swarm.appspot.com", 223 "https://chromium-swarm.appspot.com",
217 "--isolate-server", 224 "--isolate-server",
218 "https://isolateserver.appspot.com", 225 "https://isolateserver.appspot.com",
219 "--priority", 226 "--priority",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "trigger", 536 "trigger",
530 "--swarming", 537 "--swarming",
531 "https://chromium-swarm.appspot.com", 538 "https://chromium-swarm.appspot.com",
532 "--isolate-server", 539 "--isolate-server",
533 "https://isolateserver.appspot.com", 540 "https://isolateserver.appspot.com",
534 "--priority", 541 "--priority",
535 "30", 542 "30",
536 "--shards", 543 "--shards",
537 "1", 544 "1",
538 "--task-name", 545 "--task-name",
539 "Mjsunit - ignition/Ubuntu-12.04/[dummy has/v8_linux_rel/571",
540 "--dump-json",
541 "/path/to/tmp/json",
542 "--expiration",
543 "3600",
544 "--io-timeout",
545 "1200",
546 "--hard-timeout",
547 "2700",
548 "--dimension",
549 "cpu",
550 "x86-64",
551 "--dimension",
552 "gpu",
553 "none",
554 "--dimension",
555 "os",
556 "Ubuntu-12.04",
557 "--dimension",
558 "pool",
559 "Chrome",
560 "--tag",
561 "buildername:v8_linux_rel",
562 "--tag",
563 "buildnumber:571",
564 "--tag",
565 "data:[dummy hash for mjsunit]",
566 "--tag",
567 "master:tryserver.v8",
568 "--tag",
569 "name:Mjsunit - ignition",
570 "--tag",
571 "os:Ubuntu-12.04",
572 "--tag",
573 "patch_project:v8",
574 "--tag",
575 "project:v8",
576 "--tag",
577 "purpose:CQ",
578 "--tag",
579 "purpose:pre-commit",
580 "--tag",
581 "rietveld:https://codereview.chromium.org/12853011/#ps1",
582 "--tag",
583 "slavename:TestSlavename",
584 "--tag",
585 "stepname:Mjsunit - ignition",
586 "--user",
587 "commit-bot@chromium.org",
588 "[dummy hash for mjsunit]",
589 "--",
590 "--progress=verbose",
591 "--mode",
592 "Release",
593 "--arch",
594 "ia32",
595 "--outdir",
596 "out",
597 "--buildbot",
598 "--timeout=200",
599 "mjsunit/regression/*",
600 "--variants=ignition",
601 "--ignition",
602 "--exhaustive-variants",
603 "--extra-flags",
604 "--trace_gc --turbo_stats",
605 "--dcheck-always-on",
606 "--rerun-failures-count=2",
607 "--swarming",
608 "--json-test-results",
609 "${ISOLATED_OUTDIR}/output.json"
610 ],
611 "cwd": "[SLAVE_BUILD]",
612 "name": "[trigger] Mjsunit - ignition",
613 "~followup_annotations": [
614 "@@@STEP_LOG_LINE@json.output@{@@@",
615 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - ignition/U buntu-12.04/[dummy has/v8_linux_rel/571\", @@@",
616 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
617 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition/Ubuntu-12.04/[dummy has/v8_linux_rel/571\": {@@@",
618 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
619 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
620 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
621 "@@@STEP_LOG_LINE@json.output@ }@@@",
622 "@@@STEP_LOG_LINE@json.output@ }@@@",
623 "@@@STEP_LOG_LINE@json.output@}@@@",
624 "@@@STEP_LOG_END@json.output@@@",
625 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
626 ]
627 },
628 {
629 "cmd": [
630 "python",
631 "-u",
632 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
633 "trigger",
634 "--swarming",
635 "https://chromium-swarm.appspot.com",
636 "--isolate-server",
637 "https://isolateserver.appspot.com",
638 "--priority",
639 "30",
640 "--shards",
641 "1",
642 "--task-name",
643 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_rel/571", 546 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_rel/571",
644 "--dump-json", 547 "--dump-json",
645 "/path/to/tmp/json", 548 "/path/to/tmp/json",
646 "--expiration", 549 "--expiration",
647 "3600", 550 "3600",
648 "--io-timeout", 551 "--io-timeout",
649 "1200", 552 "1200",
650 "--hard-timeout", 553 "--hard-timeout",
651 "2700", 554 "2700",
652 "--dimension", 555 "--dimension",
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 "--merged-test-output", 879 "--merged-test-output",
977 "/path/to/tmp/json", 880 "/path/to/tmp/json",
978 "--", 881 "--",
979 "collect", 882 "collect",
980 "--swarming", 883 "--swarming",
981 "https://chromium-swarm.appspot.com", 884 "https://chromium-swarm.appspot.com",
982 "--decorate", 885 "--decorate",
983 "--print-status-updates", 886 "--print-status-updates",
984 "--shards", 887 "--shards",
985 "1", 888 "1",
986 "Mjsunit - ignition/Ubuntu-12.04/[dummy has/v8_linux_rel/571"
987 ],
988 "cwd": "[SLAVE_BUILD]",
989 "name": "Mjsunit - ignition",
990 "~followup_annotations": [
991 "@@@STEP_LOG_LINE@test filter@mjsunit/regression/*@@@",
992 "@@@STEP_LOG_END@test filter@@@",
993 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
994 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
995 "@@@STEP_LOG_LINE@durations@@@@",
996 "@@@STEP_LOG_LINE@durations@Details:@@@",
997 "@@@STEP_LOG_LINE@durations@@@@",
998 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
999 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
1000 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
1001 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
1002 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
1003 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
1004 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
1005 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1006 "@@@STEP_LOG_END@durations@@@"
1007 ]
1008 },
1009 {
1010 "allow_subannotations": true,
1011 "cmd": [
1012 "python",
1013 "-u",
1014 "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
1015 "--swarming-client-dir",
1016 "[SLAVE_BUILD]/v8/tools/swarming_client",
1017 "--temp-root-dir",
1018 "[TMP_BASE]",
1019 "--merged-test-output",
1020 "/path/to/tmp/json",
1021 "--",
1022 "collect",
1023 "--swarming",
1024 "https://chromium-swarm.appspot.com",
1025 "--decorate",
1026 "--print-status-updates",
1027 "--shards",
1028 "1",
1029 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_rel/571" 889 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_rel/571"
1030 ], 890 ],
1031 "cwd": "[SLAVE_BUILD]", 891 "cwd": "[SLAVE_BUILD]",
1032 "name": "Mjsunit - sp frame access", 892 "name": "Mjsunit - sp frame access",
1033 "~followup_annotations": [ 893 "~followup_annotations": [
1034 "@@@STEP_LOG_LINE@test filter@mjsunit/regression/*@@@", 894 "@@@STEP_LOG_LINE@test filter@mjsunit/regression/*@@@",
1035 "@@@STEP_LOG_END@test filter@@@", 895 "@@@STEP_LOG_END@test filter@@@",
1036 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 896 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
1037 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 897 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
1038 "@@@STEP_LOG_LINE@durations@@@@", 898 "@@@STEP_LOG_LINE@durations@@@@",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 "~followup_annotations": [ 968 "~followup_annotations": [
1109 "@@@STEP_FAILURE@@@" 969 "@@@STEP_FAILURE@@@"
1110 ] 970 ]
1111 }, 971 },
1112 { 972 {
1113 "name": "$result", 973 "name": "$result",
1114 "recipe_result": null, 974 "recipe_result": null,
1115 "status_code": 0 975 "status_code": 0
1116 } 976 }
1117 ] 977 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698