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

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

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