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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json

Issue 1608493002: WebRTC: Add/rename peerconnection_unittests test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "mac_swarming", 10 "mac_swarming",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "batcharchive", 186 "batcharchive",
187 "--dump-json", 187 "--dump-json",
188 "/path/to/tmp/json", 188 "/path/to/tmp/json",
189 "--isolate-server", 189 "--isolate-server",
190 "https://isolateserver.appspot.com", 190 "https://isolateserver.appspot.com",
191 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", 191 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json",
192 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json", 192 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json",
193 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json", 193 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json",
194 "[SLAVE_BUILD]/src/out/Debug/libjingle_media_unittest.isolated.gen.json", 194 "[SLAVE_BUILD]/src/out/Debug/libjingle_media_unittest.isolated.gen.json",
195 "[SLAVE_BUILD]/src/out/Debug/libjingle_p2p_unittest.isolated.gen.json", 195 "[SLAVE_BUILD]/src/out/Debug/libjingle_p2p_unittest.isolated.gen.json",
196 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_unittest.isolated.ge n.json",
197 "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json", 196 "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json",
198 "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json", 197 "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json",
198 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json",
199 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", 199 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json",
200 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", 200 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json",
201 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", 201 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json",
202 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", 202 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json",
203 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", 203 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json",
204 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" 204 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json"
205 ], 205 ],
206 "cwd": "[SLAVE_BUILD]", 206 "cwd": "[SLAVE_BUILD]",
207 "name": "isolate tests", 207 "name": "isolate tests",
208 "~followup_annotations": [ 208 "~followup_annotations": [
209 "@@@STEP_LOG_LINE@json.output@{@@@", 209 "@@@STEP_LOG_LINE@json.output@{@@@",
210 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", @@@", 210 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", @@@",
211 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", @@@", 211 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", @@@",
212 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", @@@", 212 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", @@@",
213 "@@@STEP_LOG_LINE@json.output@ \"libjingle_media_unittest\": \"[dummy has h for libjingle_media_unittest]\", @@@", 213 "@@@STEP_LOG_LINE@json.output@ \"libjingle_media_unittest\": \"[dummy has h for libjingle_media_unittest]\", @@@",
214 "@@@STEP_LOG_LINE@json.output@ \"libjingle_p2p_unittest\": \"[dummy hash for libjingle_p2p_unittest]\", @@@", 214 "@@@STEP_LOG_LINE@json.output@ \"libjingle_p2p_unittest\": \"[dummy hash for libjingle_p2p_unittest]\", @@@",
215 "@@@STEP_LOG_LINE@json.output@ \"libjingle_peerconnection_unittest\": \"[ dummy hash for libjingle_peerconnection_unittest]\", @@@",
216 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul es_tests]\", @@@", 215 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul es_tests]\", @@@",
217 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m odules_unittests]\", @@@", 216 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m odules_unittests]\", @@@",
217 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has h for peerconnection_unittests]\", @@@",
218 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u nittests]\", @@@", 218 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u nittests]\", @@@",
219 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha sh for system_wrappers_unittests]\", @@@", 219 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha sh for system_wrappers_unittests]\", @@@",
220 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", @@@", 220 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", @@@",
221 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too ls_unittests]\", @@@", 221 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too ls_unittests]\", @@@",
222 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for video_engine_tests]\", @@@", 222 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for video_engine_tests]\", @@@",
223 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\"@@@", 223 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\"@@@",
224 "@@@STEP_LOG_LINE@json.output@}@@@", 224 "@@@STEP_LOG_LINE@json.output@}@@@",
225 "@@@STEP_LOG_END@json.output@@@", 225 "@@@STEP_LOG_END@json.output@@@",
226 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", \"common_video_unittests\": \"[dummy hash for com mon_video_unittests]\", \"libjingle_media_unittest\": \"[dummy hash for libjingl e_media_unittest]\", \"libjingle_p2p_unittest\": \"[dummy hash for libjingle_p2p _unittest]\", \"libjingle_peerconnection_unittest\": \"[dummy hash for libjingle _peerconnection_unittest]\", \"modules_tests\": \"[dummy hash for modules_tests] \", \"modules_unittests\": \"[dummy hash for modules_unittests]\", \"rtc_unittes ts\": \"[dummy hash for rtc_unittests]\", \"system_wrappers_unittests\": \"[dumm y hash for system_wrappers_unittests]\", \"test_support_unittests\": \"[dummy ha sh for test_support_unittests]\", \"tools_unittests\": \"[dummy hash for tools_u nittests]\", \"video_engine_tests\": \"[dummy hash for video_engine_tests]\", \" voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\"}@@@" 226 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", \"common_video_unittests\": \"[dummy hash for com mon_video_unittests]\", \"libjingle_media_unittest\": \"[dummy hash for libjingl e_media_unittest]\", \"libjingle_p2p_unittest\": \"[dummy hash for libjingle_p2p _unittest]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \"modules_u nittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_unittests\" : \"[dummy hash for peerconnection_unittests]\", \"rtc_unittests\": \"[dummy has h for rtc_unittests]\", \"system_wrappers_unittests\": \"[dummy hash for system_ wrappers_unittests]\", \"test_support_unittests\": \"[dummy hash for test_suppor t_unittests]\", \"tools_unittests\": \"[dummy hash for tools_unittests]\", \"vid eo_engine_tests\": \"[dummy hash for video_engine_tests]\", \"voice_engine_unitt ests\": \"[dummy hash for voice_engine_unittests]\"}@@@"
227 ] 227 ]
228 }, 228 },
229 { 229 {
230 "cmd": [ 230 "cmd": [
231 "python", 231 "python",
232 "-u", 232 "-u",
233 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 233 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
234 "trigger", 234 "trigger",
235 "--swarming", 235 "--swarming",
236 "https://chromium-swarm.appspot.com", 236 "https://chromium-swarm.appspot.com",
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 "trigger", 624 "trigger",
625 "--swarming", 625 "--swarming",
626 "https://chromium-swarm.appspot.com", 626 "https://chromium-swarm.appspot.com",
627 "--isolate-server", 627 "--isolate-server",
628 "https://isolateserver.appspot.com", 628 "https://isolateserver.appspot.com",
629 "--priority", 629 "--priority",
630 "50", 630 "50",
631 "--shards", 631 "--shards",
632 "1", 632 "1",
633 "--task-name", 633 "--task-name",
634 "libjingle_peerconnection_unittest/Mac/[dummy has/mac_swarming/-1", 634 "modules_tests/Mac/[dummy has/mac_swarming/-1",
635 "--dump-json", 635 "--dump-json",
636 "/path/to/tmp/json", 636 "/path/to/tmp/json",
637 "--expiration", 637 "--expiration",
638 "3600", 638 "3600",
639 "--io-timeout", 639 "--io-timeout",
640 "1200", 640 "1200",
641 "--hard-timeout", 641 "--hard-timeout",
642 "3600", 642 "3600",
643 "--dimension", 643 "--dimension",
644 "cpu", 644 "cpu",
645 "x86-64", 645 "x86-64",
646 "--dimension", 646 "--dimension",
647 "gpu", 647 "gpu",
648 "none", 648 "none",
649 "--dimension", 649 "--dimension",
650 "os", 650 "os",
651 "Mac", 651 "Mac",
652 "--dimension", 652 "--dimension",
653 "pool", 653 "pool",
654 "Chrome", 654 "Chrome",
655 "--tag", 655 "--tag",
656 "buildername:mac_swarming", 656 "buildername:mac_swarming",
657 "--tag", 657 "--tag",
658 "data:[dummy hash for libjingle_peerconnection_unittest]", 658 "data:[dummy hash for modules_tests]",
659 "--tag", 659 "--tag",
660 "master:tryserver.webrtc", 660 "master:tryserver.webrtc",
661 "--tag", 661 "--tag",
662 "name:libjingle_peerconnection_unittest", 662 "name:modules_tests",
663 "--tag", 663 "--tag",
664 "os:Mac", 664 "os:Mac",
665 "--tag", 665 "--tag",
666 "project:webrtc", 666 "project:webrtc",
667 "--tag", 667 "--tag",
668 "purpose:ManualTS", 668 "purpose:ManualTS",
669 "--tag", 669 "--tag",
670 "purpose:pre-commit", 670 "purpose:pre-commit",
671 "--tag", 671 "--tag",
672 "rietveld:https://fake.rietveld.url/666666/#ps1", 672 "rietveld:https://fake.rietveld.url/666666/#ps1",
673 "--tag", 673 "--tag",
674 "slavename:slavename", 674 "slavename:slavename",
675 "--tag", 675 "--tag",
676 "stepname:libjingle_peerconnection_unittest on Mac", 676 "stepname:modules_tests on Mac",
677 "--idempotent", 677 "--idempotent",
678 "[dummy hash for libjingle_peerconnection_unittest]" 678 "[dummy hash for modules_tests]"
679 ], 679 ],
680 "cwd": "[SLAVE_BUILD]", 680 "cwd": "[SLAVE_BUILD]",
681 "name": "[trigger] libjingle_peerconnection_unittest on Mac", 681 "name": "[trigger] modules_tests on Mac",
682 "~followup_annotations": [ 682 "~followup_annotations": [
683 "@@@STEP_LOG_LINE@json.output@{@@@", 683 "@@@STEP_LOG_LINE@json.output@{@@@",
684 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"libjingle_peerconnec tion_unittest/Mac/[dummy has/mac_swarming/-1\", @@@", 684 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Mac/[d ummy has/mac_swarming/-1\", @@@",
685 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 685 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
686 "@@@STEP_LOG_LINE@json.output@ \"libjingle_peerconnection_unittest/Mac/ [dummy has/mac_swarming/-1\": {@@@", 686 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Mac/[dummy has/mac_swarm ing/-1\": {@@@",
687 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 687 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
688 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 688 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
689 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 689 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
690 "@@@STEP_LOG_LINE@json.output@ }@@@", 690 "@@@STEP_LOG_LINE@json.output@ }@@@",
691 "@@@STEP_LOG_LINE@json.output@ }@@@", 691 "@@@STEP_LOG_LINE@json.output@ }@@@",
692 "@@@STEP_LOG_LINE@json.output@}@@@", 692 "@@@STEP_LOG_LINE@json.output@}@@@",
693 "@@@STEP_LOG_END@json.output@@@", 693 "@@@STEP_LOG_END@json.output@@@",
694 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 694 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
695 ] 695 ]
696 }, 696 },
697 { 697 {
698 "cmd": [ 698 "cmd": [
699 "python", 699 "python",
700 "-u", 700 "-u",
701 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 701 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
702 "trigger", 702 "trigger",
703 "--swarming", 703 "--swarming",
704 "https://chromium-swarm.appspot.com", 704 "https://chromium-swarm.appspot.com",
705 "--isolate-server", 705 "--isolate-server",
706 "https://isolateserver.appspot.com", 706 "https://isolateserver.appspot.com",
707 "--priority", 707 "--priority",
708 "50", 708 "50",
709 "--shards", 709 "--shards",
710 "1", 710 "1",
711 "--task-name", 711 "--task-name",
712 "modules_tests/Mac/[dummy has/mac_swarming/-1", 712 "modules_unittests/Mac/[dummy has/mac_swarming/-1",
713 "--dump-json", 713 "--dump-json",
714 "/path/to/tmp/json", 714 "/path/to/tmp/json",
715 "--expiration", 715 "--expiration",
716 "3600", 716 "3600",
717 "--io-timeout", 717 "--io-timeout",
718 "1200", 718 "1200",
719 "--hard-timeout", 719 "--hard-timeout",
720 "3600", 720 "3600",
721 "--dimension", 721 "--dimension",
722 "cpu", 722 "cpu",
723 "x86-64", 723 "x86-64",
724 "--dimension", 724 "--dimension",
725 "gpu", 725 "gpu",
726 "none", 726 "none",
727 "--dimension", 727 "--dimension",
728 "os", 728 "os",
729 "Mac", 729 "Mac",
730 "--dimension", 730 "--dimension",
731 "pool", 731 "pool",
732 "Chrome", 732 "Chrome",
733 "--tag", 733 "--tag",
734 "buildername:mac_swarming", 734 "buildername:mac_swarming",
735 "--tag", 735 "--tag",
736 "data:[dummy hash for modules_tests]", 736 "data:[dummy hash for modules_unittests]",
737 "--tag", 737 "--tag",
738 "master:tryserver.webrtc", 738 "master:tryserver.webrtc",
739 "--tag", 739 "--tag",
740 "name:modules_tests", 740 "name:modules_unittests",
741 "--tag", 741 "--tag",
742 "os:Mac", 742 "os:Mac",
743 "--tag", 743 "--tag",
744 "project:webrtc", 744 "project:webrtc",
745 "--tag", 745 "--tag",
746 "purpose:ManualTS", 746 "purpose:ManualTS",
747 "--tag", 747 "--tag",
748 "purpose:pre-commit", 748 "purpose:pre-commit",
749 "--tag", 749 "--tag",
750 "rietveld:https://fake.rietveld.url/666666/#ps1", 750 "rietveld:https://fake.rietveld.url/666666/#ps1",
751 "--tag", 751 "--tag",
752 "slavename:slavename", 752 "slavename:slavename",
753 "--tag", 753 "--tag",
754 "stepname:modules_tests on Mac", 754 "stepname:modules_unittests on Mac",
755 "--idempotent", 755 "--idempotent",
756 "[dummy hash for modules_tests]" 756 "[dummy hash for modules_unittests]"
757 ], 757 ],
758 "cwd": "[SLAVE_BUILD]", 758 "cwd": "[SLAVE_BUILD]",
759 "name": "[trigger] modules_tests on Mac", 759 "name": "[trigger] modules_unittests on Mac",
760 "~followup_annotations": [ 760 "~followup_annotations": [
761 "@@@STEP_LOG_LINE@json.output@{@@@", 761 "@@@STEP_LOG_LINE@json.output@{@@@",
762 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Mac/[d ummy has/mac_swarming/-1\", @@@", 762 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ma c/[dummy has/mac_swarming/-1\", @@@",
763 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 763 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
764 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Mac/[dummy has/mac_swarm ing/-1\": {@@@", 764 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Mac/[dummy has/mac_s warming/-1\": {@@@",
765 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 765 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
766 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 766 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
767 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 767 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
768 "@@@STEP_LOG_LINE@json.output@ }@@@", 768 "@@@STEP_LOG_LINE@json.output@ }@@@",
769 "@@@STEP_LOG_LINE@json.output@ }@@@", 769 "@@@STEP_LOG_LINE@json.output@ }@@@",
770 "@@@STEP_LOG_LINE@json.output@}@@@", 770 "@@@STEP_LOG_LINE@json.output@}@@@",
771 "@@@STEP_LOG_END@json.output@@@", 771 "@@@STEP_LOG_END@json.output@@@",
772 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 772 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
773 ] 773 ]
774 }, 774 },
775 { 775 {
776 "cmd": [ 776 "cmd": [
777 "python", 777 "python",
778 "-u", 778 "-u",
779 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 779 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
780 "trigger", 780 "trigger",
781 "--swarming", 781 "--swarming",
782 "https://chromium-swarm.appspot.com", 782 "https://chromium-swarm.appspot.com",
783 "--isolate-server", 783 "--isolate-server",
784 "https://isolateserver.appspot.com", 784 "https://isolateserver.appspot.com",
785 "--priority", 785 "--priority",
786 "50", 786 "50",
787 "--shards", 787 "--shards",
788 "1", 788 "1",
789 "--task-name", 789 "--task-name",
790 "modules_unittests/Mac/[dummy has/mac_swarming/-1", 790 "peerconnection_unittests/Mac/[dummy has/mac_swarming/-1",
791 "--dump-json", 791 "--dump-json",
792 "/path/to/tmp/json", 792 "/path/to/tmp/json",
793 "--expiration", 793 "--expiration",
794 "3600", 794 "3600",
795 "--io-timeout", 795 "--io-timeout",
796 "1200", 796 "1200",
797 "--hard-timeout", 797 "--hard-timeout",
798 "3600", 798 "3600",
799 "--dimension", 799 "--dimension",
800 "cpu", 800 "cpu",
801 "x86-64", 801 "x86-64",
802 "--dimension", 802 "--dimension",
803 "gpu", 803 "gpu",
804 "none", 804 "none",
805 "--dimension", 805 "--dimension",
806 "os", 806 "os",
807 "Mac", 807 "Mac",
808 "--dimension", 808 "--dimension",
809 "pool", 809 "pool",
810 "Chrome", 810 "Chrome",
811 "--tag", 811 "--tag",
812 "buildername:mac_swarming", 812 "buildername:mac_swarming",
813 "--tag", 813 "--tag",
814 "data:[dummy hash for modules_unittests]", 814 "data:[dummy hash for peerconnection_unittests]",
815 "--tag", 815 "--tag",
816 "master:tryserver.webrtc", 816 "master:tryserver.webrtc",
817 "--tag", 817 "--tag",
818 "name:modules_unittests", 818 "name:peerconnection_unittests",
819 "--tag", 819 "--tag",
820 "os:Mac", 820 "os:Mac",
821 "--tag", 821 "--tag",
822 "project:webrtc", 822 "project:webrtc",
823 "--tag", 823 "--tag",
824 "purpose:ManualTS", 824 "purpose:ManualTS",
825 "--tag", 825 "--tag",
826 "purpose:pre-commit", 826 "purpose:pre-commit",
827 "--tag", 827 "--tag",
828 "rietveld:https://fake.rietveld.url/666666/#ps1", 828 "rietveld:https://fake.rietveld.url/666666/#ps1",
829 "--tag", 829 "--tag",
830 "slavename:slavename", 830 "slavename:slavename",
831 "--tag", 831 "--tag",
832 "stepname:modules_unittests on Mac", 832 "stepname:peerconnection_unittests on Mac",
833 "--idempotent", 833 "--idempotent",
834 "[dummy hash for modules_unittests]" 834 "[dummy hash for peerconnection_unittests]"
835 ], 835 ],
836 "cwd": "[SLAVE_BUILD]", 836 "cwd": "[SLAVE_BUILD]",
837 "name": "[trigger] modules_unittests on Mac", 837 "name": "[trigger] peerconnection_unittests on Mac",
838 "~followup_annotations": [ 838 "~followup_annotations": [
839 "@@@STEP_LOG_LINE@json.output@{@@@", 839 "@@@STEP_LOG_LINE@json.output@{@@@",
840 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ma c/[dummy has/mac_swarming/-1\", @@@", 840 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt ests/Mac/[dummy has/mac_swarming/-1\", @@@",
841 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 841 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
842 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Mac/[dummy has/mac_s warming/-1\": {@@@", 842 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Mac/[dummy ha s/mac_swarming/-1\": {@@@",
843 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 843 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
844 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 844 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
845 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 845 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
846 "@@@STEP_LOG_LINE@json.output@ }@@@", 846 "@@@STEP_LOG_LINE@json.output@ }@@@",
847 "@@@STEP_LOG_LINE@json.output@ }@@@", 847 "@@@STEP_LOG_LINE@json.output@ }@@@",
848 "@@@STEP_LOG_LINE@json.output@}@@@", 848 "@@@STEP_LOG_LINE@json.output@}@@@",
849 "@@@STEP_LOG_END@json.output@@@", 849 "@@@STEP_LOG_END@json.output@@@",
850 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 850 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
851 ] 851 ]
852 }, 852 },
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1660 "python", 1660 "python",
1661 "-u", 1661 "-u",
1662 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1662 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
1663 "collect", 1663 "collect",
1664 "--swarming", 1664 "--swarming",
1665 "https://chromium-swarm.appspot.com", 1665 "https://chromium-swarm.appspot.com",
1666 "--decorate", 1666 "--decorate",
1667 "--print-status-updates", 1667 "--print-status-updates",
1668 "--shards", 1668 "--shards",
1669 "1", 1669 "1",
1670 "libjingle_peerconnection_unittest/Mac/[dummy has/mac_swarming/-1", 1670 "modules_tests/Mac/[dummy has/mac_swarming/-1",
1671 "--task-summary-json", 1671 "--task-summary-json",
1672 "/path/to/tmp/json" 1672 "/path/to/tmp/json"
1673 ], 1673 ],
1674 "cwd": "[SLAVE_BUILD]", 1674 "cwd": "[SLAVE_BUILD]",
1675 "name": "libjingle_peerconnection_unittest on Mac", 1675 "name": "modules_tests on Mac",
1676 "~followup_annotations": [ 1676 "~followup_annotations": [
1677 "@@@STEP_TEXT@swarming pending 71s@@@", 1677 "@@@STEP_TEXT@swarming pending 71s@@@",
1678 "@@@STEP_LOG_LINE@json.output@{@@@", 1678 "@@@STEP_LOG_LINE@json.output@{@@@",
1679 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1679 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1680 "@@@STEP_LOG_LINE@json.output@ {@@@", 1680 "@@@STEP_LOG_LINE@json.output@ {@@@",
1681 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1681 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1682 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1682 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1683 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1683 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1684 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1684 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
1685 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", 1685 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1718 "python", 1718 "python",
1719 "-u", 1719 "-u",
1720 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1720 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
1721 "collect", 1721 "collect",
1722 "--swarming", 1722 "--swarming",
1723 "https://chromium-swarm.appspot.com", 1723 "https://chromium-swarm.appspot.com",
1724 "--decorate", 1724 "--decorate",
1725 "--print-status-updates", 1725 "--print-status-updates",
1726 "--shards", 1726 "--shards",
1727 "1", 1727 "1",
1728 "modules_tests/Mac/[dummy has/mac_swarming/-1", 1728 "modules_unittests/Mac/[dummy has/mac_swarming/-1",
1729 "--task-summary-json", 1729 "--task-summary-json",
1730 "/path/to/tmp/json" 1730 "/path/to/tmp/json"
1731 ], 1731 ],
1732 "cwd": "[SLAVE_BUILD]", 1732 "cwd": "[SLAVE_BUILD]",
1733 "name": "modules_tests on Mac", 1733 "name": "modules_unittests on Mac",
1734 "~followup_annotations": [ 1734 "~followup_annotations": [
1735 "@@@STEP_TEXT@swarming pending 71s@@@", 1735 "@@@STEP_TEXT@swarming pending 71s@@@",
1736 "@@@STEP_LOG_LINE@json.output@{@@@", 1736 "@@@STEP_LOG_LINE@json.output@{@@@",
1737 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1737 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1738 "@@@STEP_LOG_LINE@json.output@ {@@@", 1738 "@@@STEP_LOG_LINE@json.output@ {@@@",
1739 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1739 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1740 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1740 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1741 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1741 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1742 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1742 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
1743 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", 1743 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 "python", 1776 "python",
1777 "-u", 1777 "-u",
1778 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1778 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
1779 "collect", 1779 "collect",
1780 "--swarming", 1780 "--swarming",
1781 "https://chromium-swarm.appspot.com", 1781 "https://chromium-swarm.appspot.com",
1782 "--decorate", 1782 "--decorate",
1783 "--print-status-updates", 1783 "--print-status-updates",
1784 "--shards", 1784 "--shards",
1785 "1", 1785 "1",
1786 "modules_unittests/Mac/[dummy has/mac_swarming/-1", 1786 "peerconnection_unittests/Mac/[dummy has/mac_swarming/-1",
1787 "--task-summary-json", 1787 "--task-summary-json",
1788 "/path/to/tmp/json" 1788 "/path/to/tmp/json"
1789 ], 1789 ],
1790 "cwd": "[SLAVE_BUILD]", 1790 "cwd": "[SLAVE_BUILD]",
1791 "name": "modules_unittests on Mac", 1791 "name": "peerconnection_unittests on Mac",
1792 "~followup_annotations": [ 1792 "~followup_annotations": [
1793 "@@@STEP_TEXT@swarming pending 71s@@@", 1793 "@@@STEP_TEXT@swarming pending 71s@@@",
1794 "@@@STEP_LOG_LINE@json.output@{@@@", 1794 "@@@STEP_LOG_LINE@json.output@{@@@",
1795 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1795 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1796 "@@@STEP_LOG_LINE@json.output@ {@@@", 1796 "@@@STEP_LOG_LINE@json.output@ {@@@",
1797 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1797 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1798 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1798 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1799 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1799 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1800 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1800 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
1801 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", 1801 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
2176 "@@@STEP_LOG_END@json.output@@@", 2176 "@@@STEP_LOG_END@json.output@@@",
2177 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2177 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2178 ] 2178 ]
2179 }, 2179 },
2180 { 2180 {
2181 "name": "$result", 2181 "name": "$result",
2182 "recipe_result": null, 2182 "recipe_result": null,
2183 "status_code": 0 2183 "status_code": 0
2184 } 2184 }
2185 ] 2185 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698