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

Side by Side Diff: scripts/slave/recipes/bisect.expected/broken_good_revision_test.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/", 556 "stdout": "/path/to/tmp/",
578 "~followup_annotations": [ 557 "~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/",
592 "~followup_annotations": [
593 "@@@STEP_NEST_LEVEL@1@@@"
594 ]
595 },
596 {
597 "cmd": [],
598 "name": "Gathering reference values.Waiting for chromium@a6298e4afe",
599 "~followup_annotations": [
600 "@@@STEP_NEST_LEVEL@1@@@" 558 "@@@STEP_NEST_LEVEL@1@@@"
601 ] 559 ]
602 }, 560 },
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 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_REF_RANGE_FAIL\"]@@@" 652 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_REF_RANGE_FAIL\"]@@@"
695 ] 653 ]
696 }, 654 },
697 { 655 {
698 "cmd": [ 656 "cmd": [
699 "python", 657 "python",
700 "-u", 658 "-u",
701 "import sys; sys.exit(1)" 659 "import sys; sys.exit(1)"
702 ], 660 ],
703 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo d\" revision failed", 661 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo d\" revision failed",
704 "~followup_annotations": [ 662 "~followup_annotations": [
705 "@@@STEP_NEST_LEVEL@1@@@", 663 "@@@STEP_NEST_LEVEL@1@@@",
706 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", 664 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",
707 "@@@STEP_LOG_END@python.inline@@@" 665 "@@@STEP_LOG_END@python.inline@@@"
708 ] 666 ]
709 }, 667 },
710 { 668 {
711 "cmd": [ 669 "cmd": [
712 "git", 670 "git",
713 "footers", 671 "footers",
714 "--position", 672 "--position",
673 "e28dc0d49c331def2a3bbf3ddd0096eb51551155"
674 ],
675 "cwd": "[SLAVE_BUILD]/src",
676 "name": "resolving hash e28dc0d49c331def2a3bbf3ddd0096eb51551155",
677 "stdout": "/path/to/tmp/"
678 },
679 {
680 "cmd": [
681 "git",
682 "footers",
683 "--position",
684 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
685 ],
686 "cwd": "[SLAVE_BUILD]/src",
687 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
688 "stdout": "/path/to/tmp/"
689 },
690 {
691 "cmd": [
692 "git",
693 "footers",
694 "--position",
715 "fc6dfc7ff5b1073408499478969261b826441144" 695 "fc6dfc7ff5b1073408499478969261b826441144"
716 ], 696 ],
717 "cwd": "[SLAVE_BUILD]/src", 697 "cwd": "[SLAVE_BUILD]/src",
718 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", 698 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144",
719 "stdout": "/path/to/tmp/" 699 "stdout": "/path/to/tmp/"
720 }, 700 },
721 { 701 {
722 "cmd": [ 702 "cmd": [
723 "git", 703 "git",
724 "footers", 704 "footers",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 "@@@STEP_LOG_LINE@json.output@}@@@", 739 "@@@STEP_LOG_LINE@json.output@}@@@",
760 "@@@STEP_LOG_END@json.output@@@" 740 "@@@STEP_LOG_END@json.output@@@"
761 ] 741 ]
762 }, 742 },
763 { 743 {
764 "name": "$result", 744 "name": "$result",
765 "recipe_result": null, 745 "recipe_result": null,
766 "status_code": 0 746 "status_code": 0
767 } 747 }
768 ] 748 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/bisect.expected/broken_bad_revision_test.json ('k') | scripts/slave/recipes/bisection/desktop_bisect.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698