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

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

Issue 1890093002: V8: Add mozilla test to win dbg. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 165 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
166 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 166 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
167 "batcharchive", 167 "batcharchive",
168 "--dump-json", 168 "--dump-json",
169 "/path/to/tmp/json", 169 "/path/to/tmp/json",
170 "--isolate-server", 170 "--isolate-server",
171 "https://isolateserver.appspot.com", 171 "https://isolateserver.appspot.com",
172 "--verbose", 172 "--verbose",
173 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\bot_default.isolated.gen.json", 173 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\bot_default.isolated.gen.json",
174 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\ignition.isolated.gen.json", 174 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\ignition.isolated.gen.json",
175 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\mozilla.isolated.gen.json",
175 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\simdjs.isolated.gen.json" 176 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\simdjs.isolated.gen.json"
176 ], 177 ],
177 "cwd": "[SLAVE_BUILD]", 178 "cwd": "[SLAVE_BUILD]",
178 "name": "isolate tests", 179 "name": "isolate tests",
179 "~followup_annotations": [ 180 "~followup_annotations": [
180 "@@@STEP_LOG_LINE@json.output@{@@@", 181 "@@@STEP_LOG_LINE@json.output@{@@@",
181 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 182 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
182 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@", 183 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
184 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
183 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@ ", 185 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@ ",
184 "@@@STEP_LOG_LINE@json.output@}@@@", 186 "@@@STEP_LOG_LINE@json.output@}@@@",
185 "@@@STEP_LOG_END@json.output@@@" 187 "@@@STEP_LOG_END@json.output@@@"
186 ] 188 ]
187 }, 189 },
188 { 190 {
189 "cmd": [ 191 "cmd": [
190 "python", 192 "python",
191 "-u", 193 "-u",
192 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", 194 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "--", 256 "--",
255 "--progress=verbose", 257 "--progress=verbose",
256 "--mode", 258 "--mode",
257 "Debug_x64", 259 "Debug_x64",
258 "--arch", 260 "--arch",
259 "x64", 261 "x64",
260 "--outdir", 262 "--outdir",
261 "out", 263 "out",
262 "--buildbot", 264 "--buildbot",
263 "--timeout=200", 265 "--timeout=200",
264 "--random-seed=1849065884", 266 "--random-seed=1682133423",
265 "bot_default", 267 "bot_default",
266 "--exhaustive-variants", 268 "--exhaustive-variants",
267 "--dcheck-always-on", 269 "--dcheck-always-on",
268 "--rerun-failures-count=2", 270 "--rerun-failures-count=2",
269 "--swarming", 271 "--swarming",
270 "--json-test-results", 272 "--json-test-results",
271 "${ISOLATED_OUTDIR}/output.json" 273 "${ISOLATED_OUTDIR}/output.json"
272 ], 274 ],
273 "cwd": "[SLAVE_BUILD]", 275 "cwd": "[SLAVE_BUILD]",
274 "name": "[trigger] Check on Windows-7-SP1", 276 "name": "[trigger] Check on Windows-7-SP1",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "--", 364 "--",
363 "--progress=verbose", 365 "--progress=verbose",
364 "--mode", 366 "--mode",
365 "Debug_x64", 367 "Debug_x64",
366 "--arch", 368 "--arch",
367 "x64", 369 "x64",
368 "--outdir", 370 "--outdir",
369 "out", 371 "out",
370 "--buildbot", 372 "--buildbot",
371 "--timeout=200", 373 "--timeout=200",
372 "--random-seed=1849065884", 374 "--random-seed=1682133423",
373 "simdjs", 375 "simdjs",
374 "--download-data", 376 "--download-data",
375 "--exhaustive-variants", 377 "--exhaustive-variants",
376 "--dcheck-always-on", 378 "--dcheck-always-on",
377 "--rerun-failures-count=2", 379 "--rerun-failures-count=2",
378 "--swarming", 380 "--swarming",
379 "--json-test-results", 381 "--json-test-results",
380 "${ISOLATED_OUTDIR}/output.json" 382 "${ISOLATED_OUTDIR}/output.json"
381 ], 383 ],
382 "cwd": "[SLAVE_BUILD]", 384 "cwd": "[SLAVE_BUILD]",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "--", 467 "--",
466 "--progress=verbose", 468 "--progress=verbose",
467 "--mode", 469 "--mode",
468 "Debug_x64", 470 "Debug_x64",
469 "--arch", 471 "--arch",
470 "x64", 472 "x64",
471 "--outdir", 473 "--outdir",
472 "out", 474 "out",
473 "--buildbot", 475 "--buildbot",
474 "--timeout=200", 476 "--timeout=200",
475 "--random-seed=1849065884", 477 "--random-seed=1682133423",
476 "ignition", 478 "ignition",
477 "--variants=ignition", 479 "--variants=ignition",
478 "--ignition", 480 "--ignition",
479 "--exhaustive-variants", 481 "--exhaustive-variants",
480 "--dcheck-always-on", 482 "--dcheck-always-on",
481 "--rerun-failures-count=2", 483 "--rerun-failures-count=2",
482 "--swarming", 484 "--swarming",
483 "--json-test-results", 485 "--json-test-results",
484 "${ISOLATED_OUTDIR}/output.json" 486 "${ISOLATED_OUTDIR}/output.json"
485 ], 487 ],
486 "cwd": "[SLAVE_BUILD]", 488 "cwd": "[SLAVE_BUILD]",
487 "name": "[trigger] Ignition on Windows-7-SP1", 489 "name": "[trigger] Ignition on Windows-7-SP1",
488 "~followup_annotations": [ 490 "~followup_annotations": [
489 "@@@STEP_LOG_LINE@json.output@{@@@", 491 "@@@STEP_LOG_LINE@json.output@{@@@",
490 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Windows-7-S P1/[dummy has/v8_win64_dbg/571\", @@@", 492 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Windows-7-S P1/[dummy has/v8_win64_dbg/571\", @@@",
491 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 493 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
492 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Windows-7-SP1/[dummy has/v8_w in64_dbg/571\": {@@@", 494 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Windows-7-SP1/[dummy has/v8_w in64_dbg/571\": {@@@",
493 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 495 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
494 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 496 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
495 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 497 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
496 "@@@STEP_LOG_LINE@json.output@ }@@@", 498 "@@@STEP_LOG_LINE@json.output@ }@@@",
497 "@@@STEP_LOG_LINE@json.output@ }@@@", 499 "@@@STEP_LOG_LINE@json.output@ }@@@",
498 "@@@STEP_LOG_LINE@json.output@}@@@", 500 "@@@STEP_LOG_LINE@json.output@}@@@",
499 "@@@STEP_LOG_END@json.output@@@", 501 "@@@STEP_LOG_END@json.output@@@",
500 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 502 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
501 ] 503 ]
502 }, 504 },
503 { 505 {
506 "cmd": [
507 "python",
508 "-u",
509 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
510 "trigger",
511 "--swarming",
512 "https://chromium-swarm.appspot.com",
513 "--isolate-server",
514 "https://isolateserver.appspot.com",
515 "--priority",
516 "30",
517 "--shards",
518 "1",
519 "--task-name",
520 "Mozilla/Windows-7-SP1/[dummy has/v8_win64_dbg/571",
521 "--dump-json",
522 "/path/to/tmp/json",
523 "--expiration",
524 "3600",
525 "--io-timeout",
526 "1200",
527 "--hard-timeout",
528 "2700",
529 "--dimension",
530 "cpu",
531 "x86-64",
532 "--dimension",
533 "gpu",
534 "none",
535 "--dimension",
536 "os",
537 "Windows-7-SP1",
538 "--dimension",
539 "pool",
540 "Chrome",
541 "--tag",
542 "buildername:v8_win64_dbg",
543 "--tag",
544 "buildnumber:571",
545 "--tag",
546 "data:[dummy hash for mozilla]",
547 "--tag",
548 "master:tryserver.v8",
549 "--tag",
550 "name:Mozilla",
551 "--tag",
552 "os:Windows-7-SP1",
553 "--tag",
554 "patch_project:v8",
555 "--tag",
556 "project:v8",
557 "--tag",
558 "purpose:CQ",
559 "--tag",
560 "purpose:pre-commit",
561 "--tag",
562 "rietveld:https://codereview.chromium.org/12853011/#ps1",
563 "--tag",
564 "slavename:TestSlavename",
565 "--tag",
566 "stepname:Mozilla on Windows-7-SP1",
567 "--idempotent",
568 "--user",
569 "commit-bot@chromium.org",
570 "[dummy hash for mozilla]",
571 "--",
572 "--progress=verbose",
573 "--mode",
574 "Debug_x64",
575 "--arch",
576 "x64",
577 "--outdir",
578 "out",
579 "--buildbot",
580 "--timeout=200",
581 "--random-seed=1682133423",
582 "mozilla",
583 "--exhaustive-variants",
584 "--dcheck-always-on",
585 "--rerun-failures-count=2",
586 "--swarming",
587 "--json-test-results",
588 "${ISOLATED_OUTDIR}/output.json"
589 ],
590 "cwd": "[SLAVE_BUILD]",
591 "name": "[trigger] Mozilla on Windows-7-SP1",
592 "~followup_annotations": [
593 "@@@STEP_LOG_LINE@json.output@{@@@",
594 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP 1/[dummy has/v8_win64_dbg/571\", @@@",
595 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
596 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/v8_wi n64_dbg/571\": {@@@",
597 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
598 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
599 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
600 "@@@STEP_LOG_LINE@json.output@ }@@@",
601 "@@@STEP_LOG_LINE@json.output@ }@@@",
602 "@@@STEP_LOG_LINE@json.output@}@@@",
603 "@@@STEP_LOG_END@json.output@@@",
604 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
605 ]
606 },
607 {
504 "allow_subannotations": true, 608 "allow_subannotations": true,
505 "cmd": [ 609 "cmd": [
506 "python", 610 "python",
507 "-u", 611 "-u",
508 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", 612 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py",
509 "--swarming-client-dir", 613 "--swarming-client-dir",
510 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 614 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
511 "--temp-root-dir", 615 "--temp-root-dir",
512 "[TMP_BASE]", 616 "[TMP_BASE]",
513 "--merged-test-output", 617 "--merged-test-output",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 721 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
618 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 722 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
619 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 723 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
620 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 724 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
621 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 725 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
622 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 726 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
623 "@@@STEP_LOG_END@durations@@@" 727 "@@@STEP_LOG_END@durations@@@"
624 ] 728 ]
625 }, 729 },
626 { 730 {
731 "allow_subannotations": true,
732 "cmd": [
733 "python",
734 "-u",
735 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py",
736 "--swarming-client-dir",
737 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
738 "--temp-root-dir",
739 "[TMP_BASE]",
740 "--merged-test-output",
741 "/path/to/tmp/json",
742 "--",
743 "collect",
744 "--swarming",
745 "https://chromium-swarm.appspot.com",
746 "--decorate",
747 "--print-status-updates",
748 "--shards",
749 "1",
750 "Mozilla/Windows-7-SP1/[dummy has/v8_win64_dbg/571"
751 ],
752 "cwd": "[SLAVE_BUILD]",
753 "name": "Mozilla",
754 "~followup_annotations": [
755 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
756 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
757 "@@@STEP_LOG_LINE@durations@@@@",
758 "@@@STEP_LOG_LINE@durations@Details:@@@",
759 "@@@STEP_LOG_LINE@durations@@@@",
760 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
761 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
762 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
763 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
764 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
765 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
766 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
767 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
768 "@@@STEP_LOG_END@durations@@@"
769 ]
770 },
771 {
627 "name": "$result", 772 "name": "$result",
628 "recipe_result": null, 773 "recipe_result": null,
629 "status_code": 0 774 "status_code": 0
630 } 775 }
631 ] 776 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698