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

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

Issue 1556393002: V8 Buildbot: Add ignition tests to pure release trybot. (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
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_nodcheck_rel", 10 "v8_linux_nodcheck_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/mozilla.isolated.gen.json", 166 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json",
166 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", 167 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
167 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" 168 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
168 ], 169 ],
169 "cwd": "[SLAVE_BUILD]", 170 "cwd": "[SLAVE_BUILD]",
170 "name": "isolate tests", 171 "name": "isolate tests",
171 "~followup_annotations": [ 172 "~followup_annotations": [
172 "@@@STEP_LOG_LINE@json.output@{@@@", 173 "@@@STEP_LOG_LINE@json.output@{@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@", 174 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 175 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
176 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
175 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@", 177 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
176 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@", 178 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
177 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 179 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
178 "@@@STEP_LOG_LINE@json.output@}@@@", 180 "@@@STEP_LOG_LINE@json.output@}@@@",
179 "@@@STEP_LOG_END@json.output@@@" 181 "@@@STEP_LOG_END@json.output@@@"
180 ] 182 ]
181 }, 183 },
182 { 184 {
183 "cmd": [ 185 "cmd": [
184 "python", 186 "python",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "trigger", 394 "trigger",
393 "--swarming", 395 "--swarming",
394 "https://chromium-swarm.appspot.com", 396 "https://chromium-swarm.appspot.com",
395 "--isolate-server", 397 "--isolate-server",
396 "https://isolateserver.appspot.com", 398 "https://isolateserver.appspot.com",
397 "--priority", 399 "--priority",
398 "30", 400 "30",
399 "--shards", 401 "--shards",
400 "1", 402 "1",
401 "--task-name", 403 "--task-name",
404 "Test262 - ignition/Ubuntu-12.04/[dummy has/v8_linux_nodcheck_rel/571",
405 "--dump-json",
406 "/path/to/tmp/json",
407 "--expiration",
408 "3600",
409 "--io-timeout",
410 "1200",
411 "--hard-timeout",
412 "2700",
413 "--dimension",
414 "cpu",
415 "x86-64",
416 "--dimension",
417 "gpu",
418 "none",
419 "--dimension",
420 "os",
421 "Ubuntu-12.04",
422 "--dimension",
423 "pool",
424 "Chrome",
425 "--tag",
426 "buildername:v8_linux_nodcheck_rel",
427 "--tag",
428 "buildnumber:571",
429 "--tag",
430 "data:[dummy hash for test262]",
431 "--tag",
432 "master:tryserver.v8",
433 "--tag",
434 "name:Test262 - ignition",
435 "--tag",
436 "os:Ubuntu-12.04",
437 "--tag",
438 "patch_project:v8",
439 "--tag",
440 "project:v8",
441 "--tag",
442 "purpose:CQ",
443 "--tag",
444 "purpose:pre-commit",
445 "--tag",
446 "rietveld:https://codereview.chromium.org/12853011/#ps1",
447 "--tag",
448 "slavename:TestSlavename",
449 "--tag",
450 "stepname:Test262 - ignition",
451 "--user",
452 "commit-bot@chromium.org",
453 "[dummy hash for test262]",
454 "--",
455 "--progress=verbose",
456 "--mode",
457 "Release",
458 "--arch",
459 "ia32",
460 "--outdir",
461 "out",
462 "--buildbot",
463 "--timeout=200",
464 "test262",
465 "--variants=ignition",
466 "--ignition",
467 "--exhaustive-variants",
468 "--rerun-failures-count=2",
469 "--swarming",
470 "--json-test-results",
471 "${ISOLATED_OUTDIR}/output.json"
472 ],
473 "cwd": "[SLAVE_BUILD]",
474 "name": "[trigger] Test262 - ignition",
475 "~followup_annotations": [
476 "@@@STEP_LOG_LINE@json.output@{@@@",
477 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition/U buntu-12.04/[dummy has/v8_linux_nodcheck_rel/571\", @@@",
478 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
479 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition/Ubuntu-12.04/[dummy has/v8_linux_nodcheck_rel/571\": {@@@",
480 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
481 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
482 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
483 "@@@STEP_LOG_LINE@json.output@ }@@@",
484 "@@@STEP_LOG_LINE@json.output@ }@@@",
485 "@@@STEP_LOG_LINE@json.output@}@@@",
486 "@@@STEP_LOG_END@json.output@@@",
487 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
488 ]
489 },
490 {
491 "cmd": [
492 "python",
493 "-u",
494 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
495 "trigger",
496 "--swarming",
497 "https://chromium-swarm.appspot.com",
498 "--isolate-server",
499 "https://isolateserver.appspot.com",
500 "--priority",
501 "30",
502 "--shards",
503 "1",
504 "--task-name",
505 "Ignition/Ubuntu-12.04/[dummy has/v8_linux_nodcheck_rel/571",
506 "--dump-json",
507 "/path/to/tmp/json",
508 "--expiration",
509 "3600",
510 "--io-timeout",
511 "1200",
512 "--hard-timeout",
513 "2700",
514 "--dimension",
515 "cpu",
516 "x86-64",
517 "--dimension",
518 "gpu",
519 "none",
520 "--dimension",
521 "os",
522 "Ubuntu-12.04",
523 "--dimension",
524 "pool",
525 "Chrome",
526 "--tag",
527 "buildername:v8_linux_nodcheck_rel",
528 "--tag",
529 "buildnumber:571",
530 "--tag",
531 "data:[dummy hash for ignition]",
532 "--tag",
533 "master:tryserver.v8",
534 "--tag",
535 "name:Ignition",
536 "--tag",
537 "os:Ubuntu-12.04",
538 "--tag",
539 "patch_project:v8",
540 "--tag",
541 "project:v8",
542 "--tag",
543 "purpose:CQ",
544 "--tag",
545 "purpose:pre-commit",
546 "--tag",
547 "rietveld:https://codereview.chromium.org/12853011/#ps1",
548 "--tag",
549 "slavename:TestSlavename",
550 "--tag",
551 "stepname:Ignition",
552 "--user",
553 "commit-bot@chromium.org",
554 "[dummy hash for ignition]",
555 "--",
556 "--progress=verbose",
557 "--mode",
558 "Release",
559 "--arch",
560 "ia32",
561 "--outdir",
562 "out",
563 "--buildbot",
564 "--timeout=200",
565 "ignition",
566 "--variants=ignition",
567 "--ignition",
568 "--exhaustive-variants",
569 "--rerun-failures-count=2",
570 "--swarming",
571 "--json-test-results",
572 "${ISOLATED_OUTDIR}/output.json"
573 ],
574 "cwd": "[SLAVE_BUILD]",
575 "name": "[trigger] Ignition",
576 "~followup_annotations": [
577 "@@@STEP_LOG_LINE@json.output@{@@@",
578 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Ubuntu-12.0 4/[dummy has/v8_linux_nodcheck_rel/571\", @@@",
579 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
580 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-12.04/[dummy has/v8_li nux_nodcheck_rel/571\": {@@@",
581 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
582 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
583 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
584 "@@@STEP_LOG_LINE@json.output@ }@@@",
585 "@@@STEP_LOG_LINE@json.output@ }@@@",
586 "@@@STEP_LOG_LINE@json.output@}@@@",
587 "@@@STEP_LOG_END@json.output@@@",
588 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
589 ]
590 },
591 {
592 "cmd": [
593 "python",
594 "-u",
595 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
596 "trigger",
597 "--swarming",
598 "https://chromium-swarm.appspot.com",
599 "--isolate-server",
600 "https://isolateserver.appspot.com",
601 "--priority",
602 "30",
603 "--shards",
604 "1",
605 "--task-name",
402 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_nodcheck_rel/571", 606 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_nodcheck_rel/571",
403 "--dump-json", 607 "--dump-json",
404 "/path/to/tmp/json", 608 "/path/to/tmp/json",
405 "--expiration", 609 "--expiration",
406 "3600", 610 "3600",
407 "--io-timeout", 611 "--io-timeout",
408 "1200", 612 "1200",
409 "--hard-timeout", 613 "--hard-timeout",
410 "2700", 614 "2700",
411 "--dimension", 615 "--dimension",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 "--merged-test-output", 982 "--merged-test-output",
779 "/path/to/tmp/json", 983 "/path/to/tmp/json",
780 "--", 984 "--",
781 "collect", 985 "collect",
782 "--swarming", 986 "--swarming",
783 "https://chromium-swarm.appspot.com", 987 "https://chromium-swarm.appspot.com",
784 "--decorate", 988 "--decorate",
785 "--print-status-updates", 989 "--print-status-updates",
786 "--shards", 990 "--shards",
787 "1", 991 "1",
992 "Test262 - ignition/Ubuntu-12.04/[dummy has/v8_linux_nodcheck_rel/571"
993 ],
994 "cwd": "[SLAVE_BUILD]",
995 "name": "Test262 - ignition",
996 "~followup_annotations": [
997 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
998 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
999 "@@@STEP_LOG_LINE@durations@@@@",
1000 "@@@STEP_LOG_LINE@durations@Details:@@@",
1001 "@@@STEP_LOG_LINE@durations@@@@",
1002 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
1003 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
1004 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
1005 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
1006 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
1007 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
1008 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
1009 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1010 "@@@STEP_LOG_END@durations@@@"
1011 ]
1012 },
1013 {
1014 "allow_subannotations": true,
1015 "cmd": [
1016 "python",
1017 "-u",
1018 "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
1019 "--swarming-client-dir",
1020 "[SLAVE_BUILD]/v8/tools/swarming_client",
1021 "--temp-root-dir",
1022 "[TMP_BASE]",
1023 "--merged-test-output",
1024 "/path/to/tmp/json",
1025 "--",
1026 "collect",
1027 "--swarming",
1028 "https://chromium-swarm.appspot.com",
1029 "--decorate",
1030 "--print-status-updates",
1031 "--shards",
1032 "1",
1033 "Ignition/Ubuntu-12.04/[dummy has/v8_linux_nodcheck_rel/571"
1034 ],
1035 "cwd": "[SLAVE_BUILD]",
1036 "name": "Ignition",
1037 "~followup_annotations": [
1038 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
1039 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
1040 "@@@STEP_LOG_LINE@durations@@@@",
1041 "@@@STEP_LOG_LINE@durations@Details:@@@",
1042 "@@@STEP_LOG_LINE@durations@@@@",
1043 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
1044 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
1045 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
1046 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
1047 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
1048 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
1049 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
1050 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1051 "@@@STEP_LOG_END@durations@@@"
1052 ]
1053 },
1054 {
1055 "allow_subannotations": true,
1056 "cmd": [
1057 "python",
1058 "-u",
1059 "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
1060 "--swarming-client-dir",
1061 "[SLAVE_BUILD]/v8/tools/swarming_client",
1062 "--temp-root-dir",
1063 "[TMP_BASE]",
1064 "--merged-test-output",
1065 "/path/to/tmp/json",
1066 "--",
1067 "collect",
1068 "--swarming",
1069 "https://chromium-swarm.appspot.com",
1070 "--decorate",
1071 "--print-status-updates",
1072 "--shards",
1073 "1",
788 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_nodcheck_rel/571" 1074 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_nodcheck_rel/571"
789 ], 1075 ],
790 "cwd": "[SLAVE_BUILD]", 1076 "cwd": "[SLAVE_BUILD]",
791 "name": "Mozilla", 1077 "name": "Mozilla",
792 "~followup_annotations": [ 1078 "~followup_annotations": [
793 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 1079 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
794 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 1080 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
795 "@@@STEP_LOG_LINE@durations@@@@", 1081 "@@@STEP_LOG_LINE@durations@@@@",
796 "@@@STEP_LOG_LINE@durations@Details:@@@", 1082 "@@@STEP_LOG_LINE@durations@Details:@@@",
797 "@@@STEP_LOG_LINE@durations@@@@", 1083 "@@@STEP_LOG_LINE@durations@@@@",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1173 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
888 "@@@STEP_LOG_END@durations@@@" 1174 "@@@STEP_LOG_END@durations@@@"
889 ] 1175 ]
890 }, 1176 },
891 { 1177 {
892 "name": "$result", 1178 "name": "$result",
893 "recipe_result": null, 1179 "recipe_result": null,
894 "status_code": 0 1180 "status_code": 0
895 } 1181 }
896 ] 1182 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698