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

Side by Side Diff: scripts/slave/recipes/bisect.expected/basic.json

Issue 2016363003: Revert of Avoid nesting steps called under waiting for x: (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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
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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "/dev/null" 460 "/dev/null"
461 ], 461 ],
462 "cwd": "[SLAVE_BUILD]/src", 462 "cwd": "[SLAVE_BUILD]/src",
463 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461 755ea6f45b0ad64222222 via git try.", 463 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461 755ea6f45b0ad64222222 via git try.",
464 "~followup_annotations": [ 464 "~followup_annotations": [
465 "@@@STEP_NEST_LEVEL@1@@@" 465 "@@@STEP_NEST_LEVEL@1@@@"
466 ] 466 ]
467 }, 467 },
468 { 468 {
469 "cmd": [ 469 "cmd": [
470 "git",
471 "footers",
472 "--position",
473 "e28dc0d49c331def2a3bbf3ddd0096eb51551155"
474 ],
475 "cwd": "[SLAVE_BUILD]/src",
476 "name": "Gathering reference values.resolving hash e28dc0d49c331def2a3bbf3dd d0096eb51551155",
477 "stdout": "/path/to/tmp/",
478 "~followup_annotations": [
479 "@@@STEP_NEST_LEVEL@1@@@"
480 ]
481 },
482 {
483 "cmd": [],
484 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c",
485 "~followup_annotations": [
486 "@@@STEP_NEST_LEVEL@1@@@"
487 ]
488 },
489 {
490 "cmd": [
470 "python", 491 "python",
471 "-u", 492 "-u",
472 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 493 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
473 "--", 494 "--",
474 "[DEPOT_TOOLS]/gsutil.py", 495 "[DEPOT_TOOLS]/gsutil.py",
475 "----", 496 "----",
476 "ls", 497 "ls",
477 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd d0096eb51551155.zip" 498 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd d0096eb51551155.zip"
478 ], 499 ],
479 "name": "Gathering reference values.gsutil ls (3)", 500 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l s",
480 "~followup_annotations": [ 501 "~followup_annotations": [
481 "@@@STEP_NEST_LEVEL@1@@@" 502 "@@@STEP_NEST_LEVEL@2@@@"
482 ] 503 ]
483 }, 504 },
484 { 505 {
485 "cmd": [], 506 "cmd": [],
486 "name": "Gathering reference values.Triggering test job for e28dc0d49c331def 2a3bbf3ddd0096eb51551155", 507 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.Triggeri ng test job for e28dc0d49c331def2a3bbf3ddd0096eb51551155",
487 "trigger_specs": [ 508 "trigger_specs": [
488 { 509 {
489 "builder_name": "linux_perf_tester", 510 "builder_name": "linux_perf_tester",
490 "properties": { 511 "properties": {
491 "bisect_config": { 512 "bisect_config": {
492 "command": "tools/perf/run_benchmark -v --browser=release page_cycle r.intl_ar_fa_he", 513 "command": "tools/perf/run_benchmark -v --browser=release page_cycle r.intl_ar_fa_he",
493 "metric": "warm_times/page_load_time", 514 "metric": "warm_times/page_load_time",
494 "repeat_count": 5, 515 "repeat_count": 5,
495 "test_type": "perf" 516 "test_type": "perf"
496 }, 517 },
497 "job_name": "e28dc0d49c331def2a3bbf3ddd0096eb51551155-test", 518 "job_name": "e28dc0d49c331def2a3bbf3ddd0096eb51551155-test",
498 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_e28dc0d49c331def2a3bbf3ddd0096eb51551155.zip", 519 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_e28dc0d49c331def2a3bbf3ddd0096eb51551155.zip",
499 "parent_got_revision": "e28dc0d49c331def2a3bbf3ddd0096eb51551155", 520 "parent_got_revision": "e28dc0d49c331def2a3bbf3ddd0096eb51551155",
500 "revision": "e28dc0d49c331def2a3bbf3ddd0096eb51551155", 521 "revision": "e28dc0d49c331def2a3bbf3ddd0096eb51551155",
501 "revision_ladder": { 522 "revision_ladder": {
502 "chromium": "e28dc0d49c331def2a3bbf3ddd0096eb51551155" 523 "chromium": "e28dc0d49c331def2a3bbf3ddd0096eb51551155"
503 } 524 }
504 } 525 }
505 } 526 }
506 ], 527 ],
507 "~followup_annotations": [ 528 "~followup_annotations": [
508 "@@@STEP_NEST_LEVEL@1@@@" 529 "@@@STEP_NEST_LEVEL@2@@@"
509 ] 530 ]
510 }, 531 },
511 { 532 {
512 "cmd": [ 533 "cmd": [
513 "python", 534 "python",
514 "-u", 535 "-u",
515 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 536 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
516 ], 537 ],
517 "name": "Gathering reference values.sleeping", 538 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.sleeping ",
518 "~followup_annotations": [ 539 "~followup_annotations": [
519 "@@@STEP_NEST_LEVEL@1@@@", 540 "@@@STEP_NEST_LEVEL@2@@@",
520 "@@@STEP_LOG_LINE@python.inline@@@@", 541 "@@@STEP_LOG_LINE@python.inline@@@@",
521 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 542 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
522 "@@@STEP_LOG_LINE@python.inline@import time@@@", 543 "@@@STEP_LOG_LINE@python.inline@import time@@@",
523 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 544 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
524 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 545 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
525 "@@@STEP_LOG_END@python.inline@@@" 546 "@@@STEP_LOG_END@python.inline@@@"
526 ] 547 ]
527 }, 548 },
528 { 549 {
529 "cmd": [ 550 "cmd": [
530 "python", 551 "python",
531 "-u", 552 "-u",
532 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 553 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
533 "--", 554 "--",
534 "[DEPOT_TOOLS]/gsutil.py", 555 "[DEPOT_TOOLS]/gsutil.py",
535 "----", 556 "----",
536 "ls", 557 "ls",
537 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155- test.results" 558 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155- test.results"
538 ], 559 ],
539 "name": "Gathering reference values.gsutil ls (4)", 560 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l s (2)",
540 "~followup_annotations": [ 561 "~followup_annotations": [
541 "@@@STEP_NEST_LEVEL@1@@@" 562 "@@@STEP_NEST_LEVEL@2@@@"
542 ] 563 ]
543 }, 564 },
544 { 565 {
545 "cmd": [ 566 "cmd": [
546 "python", 567 "python",
547 "-u", 568 "-u",
548 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 569 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
549 "--", 570 "--",
550 "[DEPOT_TOOLS]/gsutil.py", 571 "[DEPOT_TOOLS]/gsutil.py",
551 "----", 572 "----",
552 "cat", 573 "cat",
553 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155- test.results" 574 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155- test.results"
554 ], 575 ],
555 "name": "Gathering reference values.gsutil Get test results for build e28dc0 d49c331def2a3bbf3ddd0096eb51551155", 576 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil G et test results for build e28dc0d49c331def2a3bbf3ddd0096eb51551155",
577 "stdout": "/path/to/tmp/",
578 "~followup_annotations": [
579 "@@@STEP_NEST_LEVEL@2@@@"
580 ]
581 },
582 {
583 "cmd": [
584 "git",
585 "footers",
586 "--position",
587 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
588 ],
589 "cwd": "[SLAVE_BUILD]/src",
590 "name": "Gathering reference values.resolving hash a6298e4afedbf2cd461755ea6 f45b0ad64222222",
556 "stdout": "/path/to/tmp/", 591 "stdout": "/path/to/tmp/",
557 "~followup_annotations": [ 592 "~followup_annotations": [
558 "@@@STEP_NEST_LEVEL@1@@@" 593 "@@@STEP_NEST_LEVEL@1@@@"
559 ] 594 ]
595 },
596 {
597 "cmd": [],
598 "name": "Gathering reference values.Waiting for chromium@a6298e4afe",
599 "~followup_annotations": [
600 "@@@STEP_NEST_LEVEL@1@@@"
601 ]
560 }, 602 },
561 { 603 {
562 "cmd": [ 604 "cmd": [
563 "python", 605 "python",
564 "-u", 606 "-u",
565 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 607 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
566 "--", 608 "--",
567 "[DEPOT_TOOLS]/gsutil.py", 609 "[DEPOT_TOOLS]/gsutil.py",
568 "----", 610 "----",
569 "ls", 611 "ls",
570 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 612 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
571 ], 613 ],
572 "name": "Gathering reference values.gsutil ls (5)", 614 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l s",
573 "~followup_annotations": [ 615 "~followup_annotations": [
574 "@@@STEP_NEST_LEVEL@1@@@" 616 "@@@STEP_NEST_LEVEL@2@@@"
575 ] 617 ]
576 }, 618 },
577 { 619 {
578 "cmd": [], 620 "cmd": [],
579 "name": "Gathering reference values.Triggering test job for a6298e4afedbf2cd 461755ea6f45b0ad64222222", 621 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.Triggeri ng test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
580 "trigger_specs": [ 622 "trigger_specs": [
581 { 623 {
582 "builder_name": "linux_perf_tester", 624 "builder_name": "linux_perf_tester",
583 "properties": { 625 "properties": {
584 "bisect_config": { 626 "bisect_config": {
585 "command": "tools/perf/run_benchmark -v --browser=release page_cycle r.intl_ar_fa_he", 627 "command": "tools/perf/run_benchmark -v --browser=release page_cycle r.intl_ar_fa_he",
586 "metric": "warm_times/page_load_time", 628 "metric": "warm_times/page_load_time",
587 "repeat_count": 5, 629 "repeat_count": 5,
588 "test_type": "perf" 630 "test_type": "perf"
589 }, 631 },
590 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test", 632 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
591 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip", 633 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip",
592 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 634 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
593 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 635 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
594 "revision_ladder": { 636 "revision_ladder": {
595 "chromium": "a6298e4afedbf2cd461755ea6f45b0ad64222222" 637 "chromium": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
596 } 638 }
597 } 639 }
598 } 640 }
599 ], 641 ],
600 "~followup_annotations": [ 642 "~followup_annotations": [
601 "@@@STEP_NEST_LEVEL@1@@@" 643 "@@@STEP_NEST_LEVEL@2@@@"
602 ] 644 ]
603 }, 645 },
604 { 646 {
605 "cmd": [ 647 "cmd": [
606 "python", 648 "python",
607 "-u", 649 "-u",
608 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 650 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
609 ], 651 ],
610 "name": "Gathering reference values.sleeping (2)", 652 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.sleeping ",
611 "~followup_annotations": [ 653 "~followup_annotations": [
612 "@@@STEP_NEST_LEVEL@1@@@", 654 "@@@STEP_NEST_LEVEL@2@@@",
613 "@@@STEP_LOG_LINE@python.inline@@@@", 655 "@@@STEP_LOG_LINE@python.inline@@@@",
614 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 656 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
615 "@@@STEP_LOG_LINE@python.inline@import time@@@", 657 "@@@STEP_LOG_LINE@python.inline@import time@@@",
616 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 658 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
617 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 659 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
618 "@@@STEP_LOG_END@python.inline@@@" 660 "@@@STEP_LOG_END@python.inline@@@"
619 ] 661 ]
620 }, 662 },
621 { 663 {
622 "cmd": [ 664 "cmd": [
623 "python", 665 "python",
624 "-u", 666 "-u",
625 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 667 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
626 "--", 668 "--",
627 "[DEPOT_TOOLS]/gsutil.py", 669 "[DEPOT_TOOLS]/gsutil.py",
628 "----", 670 "----",
629 "ls", 671 "ls",
630 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 672 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
631 ], 673 ],
632 "name": "Gathering reference values.gsutil ls (6)", 674 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l s (2)",
633 "~followup_annotations": [ 675 "~followup_annotations": [
634 "@@@STEP_NEST_LEVEL@1@@@" 676 "@@@STEP_NEST_LEVEL@2@@@"
635 ] 677 ]
636 }, 678 },
637 { 679 {
638 "cmd": [ 680 "cmd": [
639 "python", 681 "python",
640 "-u", 682 "-u",
641 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 683 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
642 "--", 684 "--",
643 "[DEPOT_TOOLS]/gsutil.py", 685 "[DEPOT_TOOLS]/gsutil.py",
644 "----", 686 "----",
645 "cat", 687 "cat",
646 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 688 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
647 ], 689 ],
648 "name": "Gathering reference values.gsutil Get test results for build a6298e 4afedbf2cd461755ea6f45b0ad64222222", 690 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil G et test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222",
649 "stdout": "/path/to/tmp/", 691 "stdout": "/path/to/tmp/",
650 "~followup_annotations": [ 692 "~followup_annotations": [
651 "@@@STEP_NEST_LEVEL@1@@@" 693 "@@@STEP_NEST_LEVEL@2@@@"
652 ] 694 ]
653 }, 695 },
654 { 696 {
655 "cmd": [ 697 "cmd": [
656 "git", 698 "git",
657 "footers", 699 "footers",
658 "--position", 700 "--position",
659 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 701 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
660 ], 702 ],
661 "cwd": "[SLAVE_BUILD]/src", 703 "cwd": "[SLAVE_BUILD]/src",
662 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 704 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
663 "stdout": "/path/to/tmp/" 705 "stdout": "/path/to/tmp/"
664 }, 706 },
665 { 707 {
666 "cmd": [], 708 "cmd": [],
667 "name": "Wiggling revision chromium@00316c9ddf" 709 "name": "Wiggling revision chromium@00316c9ddf"
668 }, 710 },
669 { 711 {
670 "cmd": [], 712 "cmd": [],
671 "name": "Working on revision chromium@00316c9ddf" 713 "name": "Working on revision chromium@00316c9ddf"
672 }, 714 },
673 { 715 {
674 "cmd": [ 716 "cmd": [
675 "git",
676 "footers",
677 "--position",
678 "e28dc0d49c331def2a3bbf3ddd0096eb51551155"
679 ],
680 "cwd": "[SLAVE_BUILD]/src",
681 "name": "Working on revision chromium@00316c9ddf.resolving hash e28dc0d49c33 1def2a3bbf3ddd0096eb51551155",
682 "stdout": "/path/to/tmp/",
683 "~followup_annotations": [
684 "@@@STEP_NEST_LEVEL@1@@@"
685 ]
686 },
687 {
688 "cmd": [
689 "git",
690 "footers",
691 "--position",
692 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
693 ],
694 "cwd": "[SLAVE_BUILD]/src",
695 "name": "Working on revision chromium@00316c9ddf.resolving hash a6298e4afedb f2cd461755ea6f45b0ad64222222",
696 "stdout": "/path/to/tmp/",
697 "~followup_annotations": [
698 "@@@STEP_NEST_LEVEL@1@@@"
699 ]
700 },
701 {
702 "cmd": [
703 "python", 717 "python",
704 "-u", 718 "-u",
705 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" 719 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
706 ], 720 ],
707 "name": "Working on revision chromium@00316c9ddf.Post bisect results", 721 "name": "Working on revision chromium@00316c9ddf.Post bisect results",
708 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug _id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf _bisect/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_benc hmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"w arm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c33 1def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\": 80 .0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_de v\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"a6298e4afedbf2 cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20.0 , \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\" : 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"test _type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://c hromeperf.appspot.com/post_bisect_results\"}", 722 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug _id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf _bisect/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_benc hmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"w arm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c33 1def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\": 80 .0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_de v\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"a6298e4afedbf2 cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20.0 , \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\" : 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"test _type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://c hromeperf.appspot.com/post_bisect_results\"}",
709 "stdout": "/path/to/tmp/json", 723 "stdout": "/path/to/tmp/json",
710 "~followup_annotations": [ 724 "~followup_annotations": [
711 "@@@STEP_NEST_LEVEL@1@@@", 725 "@@@STEP_NEST_LEVEL@1@@@",
712 "@@@STEP_LOG_LINE@json.output@{@@@", 726 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 "--diff", 788 "--diff",
775 "/dev/null" 789 "/dev/null"
776 ], 790 ],
777 "cwd": "[SLAVE_BUILD]/src", 791 "cwd": "[SLAVE_BUILD]/src",
778 "name": "Working on revision chromium@00316c9ddf.Requesting build for 00316c 9ddfb9d7b4e1ed2fff9fe6d964d2111111 via git try.", 792 "name": "Working on revision chromium@00316c9ddf.Requesting build for 00316c 9ddfb9d7b4e1ed2fff9fe6d964d2111111 via git try.",
779 "~followup_annotations": [ 793 "~followup_annotations": [
780 "@@@STEP_NEST_LEVEL@1@@@" 794 "@@@STEP_NEST_LEVEL@1@@@"
781 ] 795 ]
782 }, 796 },
783 { 797 {
798 "cmd": [],
799 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf",
800 "~followup_annotations": [
801 "@@@STEP_NEST_LEVEL@1@@@"
802 ]
803 },
804 {
784 "cmd": [ 805 "cmd": [
785 "python", 806 "python",
786 "-u", 807 "-u",
787 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 808 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
788 "--", 809 "--",
789 "[DEPOT_TOOLS]/gsutil.py", 810 "[DEPOT_TOOLS]/gsutil.py",
790 "----", 811 "----",
791 "ls", 812 "ls",
792 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 813 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
793 ], 814 ],
794 "name": "Working on revision chromium@00316c9ddf.gsutil ls (2)", 815 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.gsutil ls",
795 "~followup_annotations": [ 816 "~followup_annotations": [
796 "@@@STEP_NEST_LEVEL@1@@@" 817 "@@@STEP_NEST_LEVEL@2@@@"
797 ] 818 ]
798 }, 819 },
799 { 820 {
800 "cmd": [], 821 "cmd": [],
801 "name": "Working on revision chromium@00316c9ddf.Triggering test job for 003 16c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 822 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
802 "trigger_specs": [ 823 "trigger_specs": [
803 { 824 {
804 "builder_name": "linux_perf_tester", 825 "builder_name": "linux_perf_tester",
805 "properties": { 826 "properties": {
806 "bisect_config": { 827 "bisect_config": {
807 "command": "tools/perf/run_benchmark -v --browser=release page_cycle r.intl_ar_fa_he", 828 "command": "tools/perf/run_benchmark -v --browser=release page_cycle r.intl_ar_fa_he",
808 "metric": "warm_times/page_load_time", 829 "metric": "warm_times/page_load_time",
809 "repeat_count": 5, 830 "repeat_count": 5,
810 "test_type": "perf" 831 "test_type": "perf"
811 }, 832 },
812 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test", 833 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
813 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip", 834 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
814 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 835 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
815 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 836 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
816 "revision_ladder": { 837 "revision_ladder": {
817 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 838 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
818 } 839 }
819 } 840 }
820 } 841 }
821 ], 842 ],
822 "~followup_annotations": [ 843 "~followup_annotations": [
823 "@@@STEP_NEST_LEVEL@1@@@" 844 "@@@STEP_NEST_LEVEL@2@@@"
824 ] 845 ]
825 }, 846 },
826 { 847 {
827 "cmd": [ 848 "cmd": [
828 "python", 849 "python",
829 "-u", 850 "-u",
830 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 851 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
831 ], 852 ],
832 "name": "Working on revision chromium@00316c9ddf.sleeping", 853 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.sleeping",
833 "~followup_annotations": [ 854 "~followup_annotations": [
834 "@@@STEP_NEST_LEVEL@1@@@", 855 "@@@STEP_NEST_LEVEL@2@@@",
835 "@@@STEP_LOG_LINE@python.inline@@@@", 856 "@@@STEP_LOG_LINE@python.inline@@@@",
836 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 857 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
837 "@@@STEP_LOG_LINE@python.inline@import time@@@", 858 "@@@STEP_LOG_LINE@python.inline@import time@@@",
838 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 859 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
839 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 860 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
840 "@@@STEP_LOG_END@python.inline@@@" 861 "@@@STEP_LOG_END@python.inline@@@"
841 ] 862 ]
842 }, 863 },
843 { 864 {
844 "cmd": [ 865 "cmd": [
845 "python", 866 "python",
846 "-u", 867 "-u",
847 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 868 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
848 "--", 869 "--",
849 "[DEPOT_TOOLS]/gsutil.py", 870 "[DEPOT_TOOLS]/gsutil.py",
850 "----", 871 "----",
851 "ls", 872 "ls",
852 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 873 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
853 ], 874 ],
854 "name": "Working on revision chromium@00316c9ddf.gsutil ls (3)", 875 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.gsutil ls (2)",
855 "~followup_annotations": [ 876 "~followup_annotations": [
856 "@@@STEP_NEST_LEVEL@1@@@" 877 "@@@STEP_NEST_LEVEL@2@@@"
857 ] 878 ]
858 }, 879 },
859 { 880 {
860 "cmd": [ 881 "cmd": [
861 "python", 882 "python",
862 "-u", 883 "-u",
863 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 884 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
864 "--", 885 "--",
865 "[DEPOT_TOOLS]/gsutil.py", 886 "[DEPOT_TOOLS]/gsutil.py",
866 "----", 887 "----",
867 "cat", 888 "cat",
868 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 889 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
869 ], 890 ],
870 "name": "Working on revision chromium@00316c9ddf.gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 891 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" ,
871 "stdout": "/path/to/tmp/", 892 "stdout": "/path/to/tmp/",
872 "~followup_annotations": [ 893 "~followup_annotations": [
873 "@@@STEP_NEST_LEVEL@1@@@" 894 "@@@STEP_NEST_LEVEL@2@@@"
874 ] 895 ]
875 }, 896 },
876 { 897 {
877 "cmd": [ 898 "cmd": [
878 "python", 899 "python",
879 "-u", 900 "-u",
880 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 901 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
881 "[70, 70, 80]", 902 "[70, 70, 80]",
882 "[14, 15, 16]", 903 "[14, 15, 16]",
883 "0.01" 904 "0.01"
884 ], 905 ],
885 "name": "Working on revision chromium@00316c9ddf.Checking sample difference" , 906 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.Checking sample difference",
886 "stdout": "/path/to/tmp/json", 907 "stdout": "/path/to/tmp/json",
887 "~followup_annotations": [ 908 "~followup_annotations": [
888 "@@@STEP_NEST_LEVEL@1@@@", 909 "@@@STEP_NEST_LEVEL@2@@@",
889 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 910 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
890 "@@@STEP_LOG_END@json.output (invalid)@@@" 911 "@@@STEP_LOG_END@json.output (invalid)@@@"
891 ] 912 ]
892 }, 913 },
893 { 914 {
894 "cmd": [ 915 "cmd": [
895 "python", 916 "python",
896 "-u", 917 "-u",
897 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 918 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
898 "[19, 20, 21]", 919 "[19, 20, 21]",
899 "[14, 15, 16]", 920 "[14, 15, 16]",
900 "0.01" 921 "0.01"
901 ], 922 ],
902 "name": "Working on revision chromium@00316c9ddf.Checking sample difference (2)", 923 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.Checking sample difference (2)",
903 "stdout": "/path/to/tmp/json", 924 "stdout": "/path/to/tmp/json",
904 "~followup_annotations": [ 925 "~followup_annotations": [
905 "@@@STEP_NEST_LEVEL@1@@@", 926 "@@@STEP_NEST_LEVEL@2@@@",
906 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 927 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
907 "@@@STEP_LOG_END@json.output (invalid)@@@" 928 "@@@STEP_LOG_END@json.output (invalid)@@@"
908 ] 929 ]
909 }, 930 },
910 { 931 {
911 "cmd": [ 932 "cmd": [
912 "git", 933 "git",
913 "footers", 934 "footers",
914 "--position", 935 "--position",
915 "fc6dfc7ff5b1073408499478969261b826441144" 936 "fc6dfc7ff5b1073408499478969261b826441144"
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 "--diff", 1019 "--diff",
999 "/dev/null" 1020 "/dev/null"
1000 ], 1021 ],
1001 "cwd": "[SLAVE_BUILD]/src", 1022 "cwd": "[SLAVE_BUILD]/src",
1002 "name": "Working on revision chromium@fc6dfc7ff5.Requesting build for fc6dfc 7ff5b1073408499478969261b826441144 via git try.", 1023 "name": "Working on revision chromium@fc6dfc7ff5.Requesting build for fc6dfc 7ff5b1073408499478969261b826441144 via git try.",
1003 "~followup_annotations": [ 1024 "~followup_annotations": [
1004 "@@@STEP_NEST_LEVEL@1@@@" 1025 "@@@STEP_NEST_LEVEL@1@@@"
1005 ] 1026 ]
1006 }, 1027 },
1007 { 1028 {
1029 "cmd": [],
1030 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5",
1031 "~followup_annotations": [
1032 "@@@STEP_NEST_LEVEL@1@@@"
1033 ]
1034 },
1035 {
1008 "cmd": [ 1036 "cmd": [
1009 "python", 1037 "python",
1010 "-u", 1038 "-u",
1011 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 1039 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
1012 "--", 1040 "--",
1013 "[DEPOT_TOOLS]/gsutil.py", 1041 "[DEPOT_TOOLS]/gsutil.py",
1014 "----", 1042 "----",
1015 "ls", 1043 "ls",
1016 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789 69261b826441144.zip" 1044 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789 69261b826441144.zip"
1017 ], 1045 ],
1018 "name": "Working on revision chromium@fc6dfc7ff5.gsutil ls (2)", 1046 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.gsutil ls",
1019 "~followup_annotations": [ 1047 "~followup_annotations": [
1020 "@@@STEP_NEST_LEVEL@1@@@" 1048 "@@@STEP_NEST_LEVEL@2@@@"
1021 ] 1049 ]
1022 }, 1050 },
1023 { 1051 {
1024 "cmd": [], 1052 "cmd": [],
1025 "name": "Working on revision chromium@fc6dfc7ff5.Triggering test job for fc6 dfc7ff5b1073408499478969261b826441144", 1053 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.Triggering test job for fc6dfc7ff5b1073408499478969261b826441144",
1026 "trigger_specs": [ 1054 "trigger_specs": [
1027 { 1055 {
1028 "builder_name": "linux_perf_tester", 1056 "builder_name": "linux_perf_tester",
1029 "properties": { 1057 "properties": {
1030 "bisect_config": { 1058 "bisect_config": {
1031 "command": "tools/perf/run_benchmark -v --browser=release page_cycle r.intl_ar_fa_he", 1059 "command": "tools/perf/run_benchmark -v --browser=release page_cycle r.intl_ar_fa_he",
1032 "metric": "warm_times/page_load_time", 1060 "metric": "warm_times/page_load_time",
1033 "repeat_count": 5, 1061 "repeat_count": 5,
1034 "test_type": "perf" 1062 "test_type": "perf"
1035 }, 1063 },
1036 "job_name": "fc6dfc7ff5b1073408499478969261b826441144-test", 1064 "job_name": "fc6dfc7ff5b1073408499478969261b826441144-test",
1037 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_fc6dfc7ff5b1073408499478969261b826441144.zip", 1065 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_fc6dfc7ff5b1073408499478969261b826441144.zip",
1038 "parent_got_revision": "fc6dfc7ff5b1073408499478969261b826441144", 1066 "parent_got_revision": "fc6dfc7ff5b1073408499478969261b826441144",
1039 "revision": "fc6dfc7ff5b1073408499478969261b826441144", 1067 "revision": "fc6dfc7ff5b1073408499478969261b826441144",
1040 "revision_ladder": { 1068 "revision_ladder": {
1041 "chromium": "fc6dfc7ff5b1073408499478969261b826441144" 1069 "chromium": "fc6dfc7ff5b1073408499478969261b826441144"
1042 } 1070 }
1043 } 1071 }
1044 } 1072 }
1045 ], 1073 ],
1046 "~followup_annotations": [ 1074 "~followup_annotations": [
1047 "@@@STEP_NEST_LEVEL@1@@@" 1075 "@@@STEP_NEST_LEVEL@2@@@"
1048 ] 1076 ]
1049 }, 1077 },
1050 { 1078 {
1051 "cmd": [ 1079 "cmd": [
1052 "python", 1080 "python",
1053 "-u", 1081 "-u",
1054 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 1082 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
1055 ], 1083 ],
1056 "name": "Working on revision chromium@fc6dfc7ff5.sleeping", 1084 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.sleeping",
1057 "~followup_annotations": [ 1085 "~followup_annotations": [
1058 "@@@STEP_NEST_LEVEL@1@@@", 1086 "@@@STEP_NEST_LEVEL@2@@@",
1059 "@@@STEP_LOG_LINE@python.inline@@@@", 1087 "@@@STEP_LOG_LINE@python.inline@@@@",
1060 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 1088 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
1061 "@@@STEP_LOG_LINE@python.inline@import time@@@", 1089 "@@@STEP_LOG_LINE@python.inline@import time@@@",
1062 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 1090 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
1063 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 1091 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
1064 "@@@STEP_LOG_END@python.inline@@@" 1092 "@@@STEP_LOG_END@python.inline@@@"
1065 ] 1093 ]
1066 }, 1094 },
1067 { 1095 {
1068 "cmd": [ 1096 "cmd": [
1069 "python", 1097 "python",
1070 "-u", 1098 "-u",
1071 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 1099 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
1072 "--", 1100 "--",
1073 "[DEPOT_TOOLS]/gsutil.py", 1101 "[DEPOT_TOOLS]/gsutil.py",
1074 "----", 1102 "----",
1075 "ls", 1103 "ls",
1076 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144- test.results" 1104 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144- test.results"
1077 ], 1105 ],
1078 "name": "Working on revision chromium@fc6dfc7ff5.gsutil ls (3)", 1106 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.gsutil ls (2)",
1079 "~followup_annotations": [ 1107 "~followup_annotations": [
1080 "@@@STEP_NEST_LEVEL@1@@@" 1108 "@@@STEP_NEST_LEVEL@2@@@"
1081 ] 1109 ]
1082 }, 1110 },
1083 { 1111 {
1084 "cmd": [ 1112 "cmd": [
1085 "python", 1113 "python",
1086 "-u", 1114 "-u",
1087 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 1115 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
1088 "--", 1116 "--",
1089 "[DEPOT_TOOLS]/gsutil.py", 1117 "[DEPOT_TOOLS]/gsutil.py",
1090 "----", 1118 "----",
1091 "cat", 1119 "cat",
1092 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144- test.results" 1120 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144- test.results"
1093 ], 1121 ],
1094 "name": "Working on revision chromium@fc6dfc7ff5.gsutil Get test results for build fc6dfc7ff5b1073408499478969261b826441144", 1122 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.gsutil Get test results for build fc6dfc7ff5b1073408499478969261b826441144" ,
1095 "stdout": "/path/to/tmp/", 1123 "stdout": "/path/to/tmp/",
1096 "~followup_annotations": [ 1124 "~followup_annotations": [
1097 "@@@STEP_NEST_LEVEL@1@@@" 1125 "@@@STEP_NEST_LEVEL@2@@@"
1098 ] 1126 ]
1099 }, 1127 },
1100 { 1128 {
1101 "cmd": [ 1129 "cmd": [
1102 "python", 1130 "python",
1103 "-u", 1131 "-u",
1104 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 1132 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
1105 "[70, 70, 80]", 1133 "[70, 70, 80]",
1106 "[68, 70, 72]", 1134 "[68, 70, 72]",
1107 "0.01" 1135 "0.01"
1108 ], 1136 ],
1109 "name": "Working on revision chromium@fc6dfc7ff5.Checking sample difference" , 1137 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.Checking sample difference",
1110 "stdout": "/path/to/tmp/json", 1138 "stdout": "/path/to/tmp/json",
1111 "~followup_annotations": [ 1139 "~followup_annotations": [
1112 "@@@STEP_NEST_LEVEL@1@@@", 1140 "@@@STEP_NEST_LEVEL@2@@@",
1113 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 1141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1114 "@@@STEP_LOG_END@json.output (invalid)@@@" 1142 "@@@STEP_LOG_END@json.output (invalid)@@@"
1115 ] 1143 ]
1116 }, 1144 },
1117 { 1145 {
1118 "cmd": [ 1146 "cmd": [
1119 "python", 1147 "python",
1120 "-u", 1148 "-u",
1121 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 1149 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
1122 "[14, 15, 16]", 1150 "[14, 15, 16]",
1123 "[68, 70, 72]", 1151 "[68, 70, 72]",
1124 "0.01" 1152 "0.01"
1125 ], 1153 ],
1126 "name": "Working on revision chromium@fc6dfc7ff5.Checking sample difference (2)", 1154 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.Checking sample difference (2)",
1127 "stdout": "/path/to/tmp/json", 1155 "stdout": "/path/to/tmp/json",
1128 "~followup_annotations": [ 1156 "~followup_annotations": [
1129 "@@@STEP_NEST_LEVEL@1@@@", 1157 "@@@STEP_NEST_LEVEL@2@@@",
1130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 1158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1131 "@@@STEP_LOG_END@json.output (invalid)@@@" 1159 "@@@STEP_LOG_END@json.output (invalid)@@@"
1132 ] 1160 ]
1133 }, 1161 },
1134 { 1162 {
1135 "cmd": [], 1163 "cmd": [],
1136 "name": "Check bisect finished on revision chromium@fc6dfc7ff5" 1164 "name": "Check bisect finished on revision chromium@fc6dfc7ff5"
1137 }, 1165 },
1138 { 1166 {
1139 "cmd": [ 1167 "cmd": [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 "@@@STEP_LOG_LINE@json.output@}@@@", 1235 "@@@STEP_LOG_LINE@json.output@}@@@",
1208 "@@@STEP_LOG_END@json.output@@@" 1236 "@@@STEP_LOG_END@json.output@@@"
1209 ] 1237 ]
1210 }, 1238 },
1211 { 1239 {
1212 "name": "$result", 1240 "name": "$result",
1213 "recipe_result": null, 1241 "recipe_result": null,
1214 "status_code": 0 1242 "status_code": 0
1215 } 1243 }
1216 ] 1244 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/bisect.py ('k') | scripts/slave/recipes/bisect.expected/basic_return_code_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698