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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_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 "linux_swarming", 10 "linux_swarming",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "batcharchive", 166 "batcharchive",
167 "--dump-json", 167 "--dump-json",
168 "/path/to/tmp/json", 168 "/path/to/tmp/json",
169 "--isolate-server", 169 "--isolate-server",
170 "https://isolateserver.appspot.com", 170 "https://isolateserver.appspot.com",
171 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", 171 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json",
172 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json", 172 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json",
173 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json", 173 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json",
174 "[SLAVE_BUILD]/src/out/Debug/libjingle_media_unittest.isolated.gen.json", 174 "[SLAVE_BUILD]/src/out/Debug/libjingle_media_unittest.isolated.gen.json",
175 "[SLAVE_BUILD]/src/out/Debug/libjingle_p2p_unittest.isolated.gen.json", 175 "[SLAVE_BUILD]/src/out/Debug/libjingle_p2p_unittest.isolated.gen.json",
176 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_unittest.isolated.ge n.json",
177 "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json", 176 "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json",
178 "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json", 177 "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json",
178 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json",
179 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", 179 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json",
180 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", 180 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json",
181 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", 181 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json",
182 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", 182 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json",
183 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", 183 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json",
184 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" 184 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json"
185 ], 185 ],
186 "cwd": "[SLAVE_BUILD]", 186 "cwd": "[SLAVE_BUILD]",
187 "name": "isolate tests", 187 "name": "isolate tests",
188 "~followup_annotations": [ 188 "~followup_annotations": [
189 "@@@STEP_LOG_LINE@json.output@{@@@", 189 "@@@STEP_LOG_LINE@json.output@{@@@",
190 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", @@@", 190 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", @@@",
191 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", @@@", 191 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", @@@",
192 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", @@@", 192 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", @@@",
193 "@@@STEP_LOG_LINE@json.output@ \"libjingle_media_unittest\": \"[dummy has h for libjingle_media_unittest]\", @@@", 193 "@@@STEP_LOG_LINE@json.output@ \"libjingle_media_unittest\": \"[dummy has h for libjingle_media_unittest]\", @@@",
194 "@@@STEP_LOG_LINE@json.output@ \"libjingle_p2p_unittest\": \"[dummy hash for libjingle_p2p_unittest]\", @@@", 194 "@@@STEP_LOG_LINE@json.output@ \"libjingle_p2p_unittest\": \"[dummy hash for libjingle_p2p_unittest]\", @@@",
195 "@@@STEP_LOG_LINE@json.output@ \"libjingle_peerconnection_unittest\": \"[ dummy hash for libjingle_peerconnection_unittest]\", @@@",
196 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul es_tests]\", @@@", 195 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul es_tests]\", @@@",
197 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m odules_unittests]\", @@@", 196 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m odules_unittests]\", @@@",
197 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has h for peerconnection_unittests]\", @@@",
198 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u nittests]\", @@@", 198 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u nittests]\", @@@",
199 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha sh for system_wrappers_unittests]\", @@@", 199 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha sh for system_wrappers_unittests]\", @@@",
200 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", @@@", 200 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", @@@",
201 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too ls_unittests]\", @@@", 201 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too ls_unittests]\", @@@",
202 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for video_engine_tests]\", @@@", 202 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for video_engine_tests]\", @@@",
203 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\"@@@", 203 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\"@@@",
204 "@@@STEP_LOG_LINE@json.output@}@@@", 204 "@@@STEP_LOG_LINE@json.output@}@@@",
205 "@@@STEP_LOG_END@json.output@@@", 205 "@@@STEP_LOG_END@json.output@@@",
206 "@@@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]\"}@@@" 206 "@@@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]\"}@@@"
207 ] 207 ]
208 }, 208 },
209 { 209 {
210 "cmd": [ 210 "cmd": [
211 "python", 211 "python",
212 "-u", 212 "-u",
213 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 213 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
214 "trigger", 214 "trigger",
215 "--swarming", 215 "--swarming",
216 "https://chromium-swarm.appspot.com", 216 "https://chromium-swarm.appspot.com",
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 "trigger", 604 "trigger",
605 "--swarming", 605 "--swarming",
606 "https://chromium-swarm.appspot.com", 606 "https://chromium-swarm.appspot.com",
607 "--isolate-server", 607 "--isolate-server",
608 "https://isolateserver.appspot.com", 608 "https://isolateserver.appspot.com",
609 "--priority", 609 "--priority",
610 "50", 610 "50",
611 "--shards", 611 "--shards",
612 "1", 612 "1",
613 "--task-name", 613 "--task-name",
614 "libjingle_peerconnection_unittest/Ubuntu/[dummy has/linux_swarming/-1", 614 "modules_tests/Ubuntu/[dummy has/linux_swarming/-1",
615 "--dump-json", 615 "--dump-json",
616 "/path/to/tmp/json", 616 "/path/to/tmp/json",
617 "--expiration", 617 "--expiration",
618 "3600", 618 "3600",
619 "--io-timeout", 619 "--io-timeout",
620 "1200", 620 "1200",
621 "--hard-timeout", 621 "--hard-timeout",
622 "3600", 622 "3600",
623 "--dimension", 623 "--dimension",
624 "cpu", 624 "cpu",
625 "x86-64", 625 "x86-64",
626 "--dimension", 626 "--dimension",
627 "gpu", 627 "gpu",
628 "none", 628 "none",
629 "--dimension", 629 "--dimension",
630 "os", 630 "os",
631 "Ubuntu", 631 "Ubuntu",
632 "--dimension", 632 "--dimension",
633 "pool", 633 "pool",
634 "Chrome", 634 "Chrome",
635 "--tag", 635 "--tag",
636 "buildername:linux_swarming", 636 "buildername:linux_swarming",
637 "--tag", 637 "--tag",
638 "data:[dummy hash for libjingle_peerconnection_unittest]", 638 "data:[dummy hash for modules_tests]",
639 "--tag", 639 "--tag",
640 "master:tryserver.webrtc", 640 "master:tryserver.webrtc",
641 "--tag", 641 "--tag",
642 "name:libjingle_peerconnection_unittest", 642 "name:modules_tests",
643 "--tag", 643 "--tag",
644 "os:Ubuntu", 644 "os:Ubuntu",
645 "--tag", 645 "--tag",
646 "project:webrtc", 646 "project:webrtc",
647 "--tag", 647 "--tag",
648 "purpose:ManualTS", 648 "purpose:ManualTS",
649 "--tag", 649 "--tag",
650 "purpose:pre-commit", 650 "purpose:pre-commit",
651 "--tag", 651 "--tag",
652 "rietveld:https://fake.rietveld.url/666666/#ps1", 652 "rietveld:https://fake.rietveld.url/666666/#ps1",
653 "--tag", 653 "--tag",
654 "slavename:slavename", 654 "slavename:slavename",
655 "--tag", 655 "--tag",
656 "stepname:libjingle_peerconnection_unittest on Ubuntu", 656 "stepname:modules_tests on Ubuntu",
657 "--idempotent", 657 "--idempotent",
658 "[dummy hash for libjingle_peerconnection_unittest]" 658 "[dummy hash for modules_tests]"
659 ], 659 ],
660 "cwd": "[SLAVE_BUILD]", 660 "cwd": "[SLAVE_BUILD]",
661 "name": "[trigger] libjingle_peerconnection_unittest on Ubuntu", 661 "name": "[trigger] modules_tests on Ubuntu",
662 "~followup_annotations": [ 662 "~followup_annotations": [
663 "@@@STEP_LOG_LINE@json.output@{@@@", 663 "@@@STEP_LOG_LINE@json.output@{@@@",
664 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"libjingle_peerconnec tion_unittest/Ubuntu/[dummy has/linux_swarming/-1\", @@@", 664 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Ubuntu /[dummy has/linux_swarming/-1\", @@@",
665 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 665 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
666 "@@@STEP_LOG_LINE@json.output@ \"libjingle_peerconnection_unittest/Ubun tu/[dummy has/linux_swarming/-1\": {@@@", 666 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Ubuntu/[dummy has/linux_ swarming/-1\": {@@@",
667 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 667 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
668 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 668 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
669 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 669 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
670 "@@@STEP_LOG_LINE@json.output@ }@@@", 670 "@@@STEP_LOG_LINE@json.output@ }@@@",
671 "@@@STEP_LOG_LINE@json.output@ }@@@", 671 "@@@STEP_LOG_LINE@json.output@ }@@@",
672 "@@@STEP_LOG_LINE@json.output@}@@@", 672 "@@@STEP_LOG_LINE@json.output@}@@@",
673 "@@@STEP_LOG_END@json.output@@@", 673 "@@@STEP_LOG_END@json.output@@@",
674 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 674 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
675 ] 675 ]
676 }, 676 },
677 { 677 {
678 "cmd": [ 678 "cmd": [
679 "python", 679 "python",
680 "-u", 680 "-u",
681 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 681 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
682 "trigger", 682 "trigger",
683 "--swarming", 683 "--swarming",
684 "https://chromium-swarm.appspot.com", 684 "https://chromium-swarm.appspot.com",
685 "--isolate-server", 685 "--isolate-server",
686 "https://isolateserver.appspot.com", 686 "https://isolateserver.appspot.com",
687 "--priority", 687 "--priority",
688 "50", 688 "50",
689 "--shards", 689 "--shards",
690 "1", 690 "1",
691 "--task-name", 691 "--task-name",
692 "modules_tests/Ubuntu/[dummy has/linux_swarming/-1", 692 "modules_unittests/Ubuntu/[dummy has/linux_swarming/-1",
693 "--dump-json", 693 "--dump-json",
694 "/path/to/tmp/json", 694 "/path/to/tmp/json",
695 "--expiration", 695 "--expiration",
696 "3600", 696 "3600",
697 "--io-timeout", 697 "--io-timeout",
698 "1200", 698 "1200",
699 "--hard-timeout", 699 "--hard-timeout",
700 "3600", 700 "3600",
701 "--dimension", 701 "--dimension",
702 "cpu", 702 "cpu",
703 "x86-64", 703 "x86-64",
704 "--dimension", 704 "--dimension",
705 "gpu", 705 "gpu",
706 "none", 706 "none",
707 "--dimension", 707 "--dimension",
708 "os", 708 "os",
709 "Ubuntu", 709 "Ubuntu",
710 "--dimension", 710 "--dimension",
711 "pool", 711 "pool",
712 "Chrome", 712 "Chrome",
713 "--tag", 713 "--tag",
714 "buildername:linux_swarming", 714 "buildername:linux_swarming",
715 "--tag", 715 "--tag",
716 "data:[dummy hash for modules_tests]", 716 "data:[dummy hash for modules_unittests]",
717 "--tag", 717 "--tag",
718 "master:tryserver.webrtc", 718 "master:tryserver.webrtc",
719 "--tag", 719 "--tag",
720 "name:modules_tests", 720 "name:modules_unittests",
721 "--tag", 721 "--tag",
722 "os:Ubuntu", 722 "os:Ubuntu",
723 "--tag", 723 "--tag",
724 "project:webrtc", 724 "project:webrtc",
725 "--tag", 725 "--tag",
726 "purpose:ManualTS", 726 "purpose:ManualTS",
727 "--tag", 727 "--tag",
728 "purpose:pre-commit", 728 "purpose:pre-commit",
729 "--tag", 729 "--tag",
730 "rietveld:https://fake.rietveld.url/666666/#ps1", 730 "rietveld:https://fake.rietveld.url/666666/#ps1",
731 "--tag", 731 "--tag",
732 "slavename:slavename", 732 "slavename:slavename",
733 "--tag", 733 "--tag",
734 "stepname:modules_tests on Ubuntu", 734 "stepname:modules_unittests on Ubuntu",
735 "--idempotent", 735 "--idempotent",
736 "[dummy hash for modules_tests]" 736 "[dummy hash for modules_unittests]"
737 ], 737 ],
738 "cwd": "[SLAVE_BUILD]", 738 "cwd": "[SLAVE_BUILD]",
739 "name": "[trigger] modules_tests on Ubuntu", 739 "name": "[trigger] modules_unittests on Ubuntu",
740 "~followup_annotations": [ 740 "~followup_annotations": [
741 "@@@STEP_LOG_LINE@json.output@{@@@", 741 "@@@STEP_LOG_LINE@json.output@{@@@",
742 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Ubuntu /[dummy has/linux_swarming/-1\", @@@", 742 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ub untu/[dummy has/linux_swarming/-1\", @@@",
743 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 743 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
744 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Ubuntu/[dummy has/linux_ swarming/-1\": {@@@", 744 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Ubuntu/[dummy has/li nux_swarming/-1\": {@@@",
745 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 745 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
746 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 746 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
747 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 747 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
748 "@@@STEP_LOG_LINE@json.output@ }@@@", 748 "@@@STEP_LOG_LINE@json.output@ }@@@",
749 "@@@STEP_LOG_LINE@json.output@ }@@@", 749 "@@@STEP_LOG_LINE@json.output@ }@@@",
750 "@@@STEP_LOG_LINE@json.output@}@@@", 750 "@@@STEP_LOG_LINE@json.output@}@@@",
751 "@@@STEP_LOG_END@json.output@@@", 751 "@@@STEP_LOG_END@json.output@@@",
752 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 752 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
753 ] 753 ]
754 }, 754 },
755 { 755 {
756 "cmd": [ 756 "cmd": [
757 "python", 757 "python",
758 "-u", 758 "-u",
759 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 759 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
760 "trigger", 760 "trigger",
761 "--swarming", 761 "--swarming",
762 "https://chromium-swarm.appspot.com", 762 "https://chromium-swarm.appspot.com",
763 "--isolate-server", 763 "--isolate-server",
764 "https://isolateserver.appspot.com", 764 "https://isolateserver.appspot.com",
765 "--priority", 765 "--priority",
766 "50", 766 "50",
767 "--shards", 767 "--shards",
768 "1", 768 "1",
769 "--task-name", 769 "--task-name",
770 "modules_unittests/Ubuntu/[dummy has/linux_swarming/-1", 770 "peerconnection_unittests/Ubuntu/[dummy has/linux_swarming/-1",
771 "--dump-json", 771 "--dump-json",
772 "/path/to/tmp/json", 772 "/path/to/tmp/json",
773 "--expiration", 773 "--expiration",
774 "3600", 774 "3600",
775 "--io-timeout", 775 "--io-timeout",
776 "1200", 776 "1200",
777 "--hard-timeout", 777 "--hard-timeout",
778 "3600", 778 "3600",
779 "--dimension", 779 "--dimension",
780 "cpu", 780 "cpu",
781 "x86-64", 781 "x86-64",
782 "--dimension", 782 "--dimension",
783 "gpu", 783 "gpu",
784 "none", 784 "none",
785 "--dimension", 785 "--dimension",
786 "os", 786 "os",
787 "Ubuntu", 787 "Ubuntu",
788 "--dimension", 788 "--dimension",
789 "pool", 789 "pool",
790 "Chrome", 790 "Chrome",
791 "--tag", 791 "--tag",
792 "buildername:linux_swarming", 792 "buildername:linux_swarming",
793 "--tag", 793 "--tag",
794 "data:[dummy hash for modules_unittests]", 794 "data:[dummy hash for peerconnection_unittests]",
795 "--tag", 795 "--tag",
796 "master:tryserver.webrtc", 796 "master:tryserver.webrtc",
797 "--tag", 797 "--tag",
798 "name:modules_unittests", 798 "name:peerconnection_unittests",
799 "--tag", 799 "--tag",
800 "os:Ubuntu", 800 "os:Ubuntu",
801 "--tag", 801 "--tag",
802 "project:webrtc", 802 "project:webrtc",
803 "--tag", 803 "--tag",
804 "purpose:ManualTS", 804 "purpose:ManualTS",
805 "--tag", 805 "--tag",
806 "purpose:pre-commit", 806 "purpose:pre-commit",
807 "--tag", 807 "--tag",
808 "rietveld:https://fake.rietveld.url/666666/#ps1", 808 "rietveld:https://fake.rietveld.url/666666/#ps1",
809 "--tag", 809 "--tag",
810 "slavename:slavename", 810 "slavename:slavename",
811 "--tag", 811 "--tag",
812 "stepname:modules_unittests on Ubuntu", 812 "stepname:peerconnection_unittests on Ubuntu",
813 "--idempotent", 813 "--idempotent",
814 "[dummy hash for modules_unittests]" 814 "[dummy hash for peerconnection_unittests]"
815 ], 815 ],
816 "cwd": "[SLAVE_BUILD]", 816 "cwd": "[SLAVE_BUILD]",
817 "name": "[trigger] modules_unittests on Ubuntu", 817 "name": "[trigger] peerconnection_unittests on Ubuntu",
818 "~followup_annotations": [ 818 "~followup_annotations": [
819 "@@@STEP_LOG_LINE@json.output@{@@@", 819 "@@@STEP_LOG_LINE@json.output@{@@@",
820 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ub untu/[dummy has/linux_swarming/-1\", @@@", 820 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt ests/Ubuntu/[dummy has/linux_swarming/-1\", @@@",
821 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 821 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
822 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Ubuntu/[dummy has/li nux_swarming/-1\": {@@@", 822 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Ubuntu/[dummy has/linux_swarming/-1\": {@@@",
823 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 823 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
824 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 824 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
825 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 825 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
826 "@@@STEP_LOG_LINE@json.output@ }@@@", 826 "@@@STEP_LOG_LINE@json.output@ }@@@",
827 "@@@STEP_LOG_LINE@json.output@ }@@@", 827 "@@@STEP_LOG_LINE@json.output@ }@@@",
828 "@@@STEP_LOG_LINE@json.output@}@@@", 828 "@@@STEP_LOG_LINE@json.output@}@@@",
829 "@@@STEP_LOG_END@json.output@@@", 829 "@@@STEP_LOG_END@json.output@@@",
830 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 830 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
831 ] 831 ]
832 }, 832 },
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 "python", 1617 "python",
1618 "-u", 1618 "-u",
1619 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1619 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
1620 "collect", 1620 "collect",
1621 "--swarming", 1621 "--swarming",
1622 "https://chromium-swarm.appspot.com", 1622 "https://chromium-swarm.appspot.com",
1623 "--decorate", 1623 "--decorate",
1624 "--print-status-updates", 1624 "--print-status-updates",
1625 "--shards", 1625 "--shards",
1626 "1", 1626 "1",
1627 "libjingle_peerconnection_unittest/Ubuntu/[dummy has/linux_swarming/-1", 1627 "modules_tests/Ubuntu/[dummy has/linux_swarming/-1",
1628 "--task-summary-json", 1628 "--task-summary-json",
1629 "/path/to/tmp/json" 1629 "/path/to/tmp/json"
1630 ], 1630 ],
1631 "cwd": "[SLAVE_BUILD]", 1631 "cwd": "[SLAVE_BUILD]",
1632 "name": "libjingle_peerconnection_unittest on Ubuntu", 1632 "name": "modules_tests on Ubuntu",
1633 "~followup_annotations": [ 1633 "~followup_annotations": [
1634 "@@@STEP_TEXT@swarming pending 71s@@@", 1634 "@@@STEP_TEXT@swarming pending 71s@@@",
1635 "@@@STEP_LOG_LINE@json.output@{@@@", 1635 "@@@STEP_LOG_LINE@json.output@{@@@",
1636 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1636 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1637 "@@@STEP_LOG_LINE@json.output@ {@@@", 1637 "@@@STEP_LOG_LINE@json.output@ {@@@",
1638 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1638 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1639 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1639 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1640 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1640 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1641 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1641 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
1642 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", 1642 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1675 "python", 1675 "python",
1676 "-u", 1676 "-u",
1677 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1677 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
1678 "collect", 1678 "collect",
1679 "--swarming", 1679 "--swarming",
1680 "https://chromium-swarm.appspot.com", 1680 "https://chromium-swarm.appspot.com",
1681 "--decorate", 1681 "--decorate",
1682 "--print-status-updates", 1682 "--print-status-updates",
1683 "--shards", 1683 "--shards",
1684 "1", 1684 "1",
1685 "modules_tests/Ubuntu/[dummy has/linux_swarming/-1", 1685 "modules_unittests/Ubuntu/[dummy has/linux_swarming/-1",
1686 "--task-summary-json", 1686 "--task-summary-json",
1687 "/path/to/tmp/json" 1687 "/path/to/tmp/json"
1688 ], 1688 ],
1689 "cwd": "[SLAVE_BUILD]", 1689 "cwd": "[SLAVE_BUILD]",
1690 "name": "modules_tests on Ubuntu", 1690 "name": "modules_unittests on Ubuntu",
1691 "~followup_annotations": [ 1691 "~followup_annotations": [
1692 "@@@STEP_TEXT@swarming pending 71s@@@", 1692 "@@@STEP_TEXT@swarming pending 71s@@@",
1693 "@@@STEP_LOG_LINE@json.output@{@@@", 1693 "@@@STEP_LOG_LINE@json.output@{@@@",
1694 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1694 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1695 "@@@STEP_LOG_LINE@json.output@ {@@@", 1695 "@@@STEP_LOG_LINE@json.output@ {@@@",
1696 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1696 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1697 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1697 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1698 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1698 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1699 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1699 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
1700 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", 1700 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 "python", 1733 "python",
1734 "-u", 1734 "-u",
1735 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1735 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
1736 "collect", 1736 "collect",
1737 "--swarming", 1737 "--swarming",
1738 "https://chromium-swarm.appspot.com", 1738 "https://chromium-swarm.appspot.com",
1739 "--decorate", 1739 "--decorate",
1740 "--print-status-updates", 1740 "--print-status-updates",
1741 "--shards", 1741 "--shards",
1742 "1", 1742 "1",
1743 "modules_unittests/Ubuntu/[dummy has/linux_swarming/-1", 1743 "peerconnection_unittests/Ubuntu/[dummy has/linux_swarming/-1",
1744 "--task-summary-json", 1744 "--task-summary-json",
1745 "/path/to/tmp/json" 1745 "/path/to/tmp/json"
1746 ], 1746 ],
1747 "cwd": "[SLAVE_BUILD]", 1747 "cwd": "[SLAVE_BUILD]",
1748 "name": "modules_unittests on Ubuntu", 1748 "name": "peerconnection_unittests on Ubuntu",
1749 "~followup_annotations": [ 1749 "~followup_annotations": [
1750 "@@@STEP_TEXT@swarming pending 71s@@@", 1750 "@@@STEP_TEXT@swarming pending 71s@@@",
1751 "@@@STEP_LOG_LINE@json.output@{@@@", 1751 "@@@STEP_LOG_LINE@json.output@{@@@",
1752 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1752 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1753 "@@@STEP_LOG_LINE@json.output@ {@@@", 1753 "@@@STEP_LOG_LINE@json.output@ {@@@",
1754 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1754 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1755 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1755 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1756 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1756 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1757 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1757 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
1758 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", 1758 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
2133 "@@@STEP_LOG_END@json.output@@@", 2133 "@@@STEP_LOG_END@json.output@@@",
2134 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2134 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2135 ] 2135 ]
2136 }, 2136 },
2137 { 2137 {
2138 "name": "$result", 2138 "name": "$result",
2139 "recipe_result": null, 2139 "recipe_result": null,
2140 "status_code": 0 2140 "status_code": 0
2141 } 2141 }
2142 ] 2142 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698