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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json

Issue 2360203004: Add swarming task for upload_dm_results (Closed)
Patch Set: Fix gzip Created 4 years, 2 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 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release\", \" buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiab ot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release\", \" buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiab ot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 "@@@STEP_LOG_LINE@json.output@}@@@", 679 "@@@STEP_LOG_LINE@json.output@}@@@",
680 "@@@STEP_LOG_END@json.output@@@", 680 "@@@STEP_LOG_END@json.output@@@",
681 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 681 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
682 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@" 682 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@"
683 ] 683 ]
684 }, 684 },
685 { 685 {
686 "cmd": [ 686 "cmd": [
687 "python", 687 "python",
688 "-u", 688 "-u",
689 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
690 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia"
691 ],
692 "env": {
693 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
694 },
695 "name": "rmtree test_skia",
696 "~followup_annotations": [
697 "@@@STEP_LOG_LINE@python.inline@@@@",
698 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
699 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
700 "@@@STEP_LOG_LINE@python.inline@@@@",
701 "@@@STEP_LOG_LINE@python.inline@@@@",
702 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
703 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
704 "@@@STEP_LOG_END@python.inline@@@"
705 ]
706 },
707 {
708 "cmd": [
709 "python",
710 "-u",
711 "[SLAVE_BUILD]/swarming.client/swarming.py", 689 "[SLAVE_BUILD]/swarming.client/swarming.py",
712 "collect", 690 "collect",
713 "--swarming", 691 "--swarming",
714 "https://chromium-swarm.appspot.com", 692 "https://chromium-swarm.appspot.com",
715 "--decorate", 693 "--decorate",
716 "--print-status-updates", 694 "--print-status-updates",
717 "--json", 695 "--json",
718 "{\"base_task_name\": \"test_skia/Windows-2008ServerR2-SP1/def456/Test-Win 8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\", \"tasks\": {\"test_skia/Windows-200 8ServerR2-SP1/def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\": {\"sha rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10000\"}}}", 696 "{\"base_task_name\": \"test_skia/Windows-2008ServerR2-SP1/def456/Test-Win 8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\", \"tasks\": {\"test_skia/Windows-200 8ServerR2-SP1/def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\": {\"sha rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10000\"}}}",
719 "--task-summary-json", 697 "--task-summary-json",
720 "/path/to/tmp/json", 698 "/path/to/tmp/json"
721 "--task-output-dir",
722 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia"
723 ], 699 ],
724 "name": "test_skia on Windows-2008ServerR2-SP1", 700 "name": "test_skia on Windows-2008ServerR2-SP1",
725 "~followup_annotations": [ 701 "~followup_annotations": [
726 "@@@STEP_TEXT@swarming pending 71s@@@", 702 "@@@STEP_TEXT@swarming pending 71s@@@",
727 "@@@STEP_LOG_LINE@json.output@{@@@", 703 "@@@STEP_LOG_LINE@json.output@{@@@",
728 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 704 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
729 "@@@STEP_LOG_LINE@json.output@ {@@@", 705 "@@@STEP_LOG_LINE@json.output@ {@@@",
730 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 706 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
731 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 707 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
732 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 708 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
(...skipping 30 matching lines...) Expand all
763 "@@@STEP_LOG_LINE@json.output@}@@@", 739 "@@@STEP_LOG_LINE@json.output@}@@@",
764 "@@@STEP_LOG_END@json.output@@@", 740 "@@@STEP_LOG_END@json.output@@@",
765 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 741 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
766 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 742 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
767 ] 743 ]
768 }, 744 },
769 { 745 {
770 "cmd": [ 746 "cmd": [
771 "python", 747 "python",
772 "-u", 748 "-u",
773 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 749 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
774 "[SLAVE_BUILD]/dm" 750 "[SLAVE_BUILD]/swarming_temp_dir",
751 "511"
775 ], 752 ],
776 "env": { 753 "name": "makedirs swarming tmp dir (3)",
777 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
778 },
779 "name": "rmtree dm",
780 "~followup_annotations": [ 754 "~followup_annotations": [
781 "@@@STEP_LOG_LINE@python.inline@@@@", 755 "@@@STEP_LOG_LINE@python.inline@@@@",
782 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 756 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
783 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 757 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
784 "@@@STEP_LOG_LINE@python.inline@@@@", 758 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
785 "@@@STEP_LOG_LINE@python.inline@@@@", 759 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
786 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 760 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
787 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 761 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
762 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
763 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
788 "@@@STEP_LOG_END@python.inline@@@" 764 "@@@STEP_LOG_END@python.inline@@@"
789 ] 765 ]
790 }, 766 },
767 {
768 "cmd": [
769 "python",
770 "-u",
771 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
772 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia /infra/bots/upload_dm_results.isolate\", \n \"--isolated\", \n \"[ SLAVE_BUILD]/swarming_temp_dir/skia-task-upload_dm_results_skia.isolated\", \n \"--config-variable\", \n \"OS\", \n \"Linux\", \n \" --blacklist\", \n \".git\", \n \"--blacklist\", \n \"out\", \n \"--blacklist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_deps\", \n \"--extra-variable\", \n \"WORKDIR\", \ n \"[SLAVE_BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"ver sion\": 1\n}",
773 "[SLAVE_BUILD]/swarming_temp_dir/upload_dm_results_skia.isolated.gen.json"
774 ],
775 "name": "Write upload_dm_results_skia.isolated.gen.json"
776 },
777 {
778 "cmd": [
779 "python",
780 "-u",
781 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
782 "[SLAVE_BUILD]/swarming.client",
783 "batcharchive",
784 "--dump-json",
785 "/path/to/tmp/json",
786 "--isolate-server",
787 "https://isolateserver.appspot.com",
788 "--verbose",
789 "[SLAVE_BUILD]/swarming_temp_dir/upload_dm_results_skia.isolated.gen.json"
790 ],
791 "name": "isolate tests (3)",
792 "~followup_annotations": [
793 "@@@STEP_LOG_LINE@json.output@{@@@",
794 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results_skia\": \"[dummy hash for upload_dm_results_skia]\"@@@",
795 "@@@STEP_LOG_LINE@json.output@}@@@",
796 "@@@STEP_LOG_END@json.output@@@",
797 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"upload_dm_results_skia\": \"[dummy hash for upload_dm_results_skia]\"}@@@"
798 ]
799 },
800 {
801 "cmd": [
802 "python",
803 "-u",
804 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n",
805 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-upload_dm_results_skia.isolated ",
806 "abc123"
807 ],
808 "name": "add_isolated_input (2)",
809 "~followup_annotations": [
810 "@@@STEP_LOG_LINE@python.inline@@@@",
811 "@@@STEP_LOG_LINE@python.inline@import json@@@",
812 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
813 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
814 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@",
815 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@",
816 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@",
817 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@",
818 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@",
819 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
820 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @",
821 "@@@STEP_LOG_END@python.inline@@@"
822 ]
823 },
791 { 824 {
792 "cmd": [ 825 "cmd": [
793 "python", 826 "python",
794 "-u", 827 "-u",
795 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n", 828 "[SLAVE_BUILD]/swarming.client/isolateserver.py",
796 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", 829 "archive",
797 "[SLAVE_BUILD]/dm", 830 "--isolate-server",
798 "0" 831 "https://isolateserver.appspot.com",
832 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-upload_dm_results_skia.isolated "
799 ], 833 ],
800 "name": "dm_dir" 834 "name": "upload new .isolated file for upload_dm_results_skia",
835 "stdout": "/path/to/tmp/"
801 }, 836 },
802 { 837 {
803 "cmd": [ 838 "cmd": [
804 "python", 839 "python",
805 "-u", 840 "-u",
806 "RECIPE_MODULE[skia::core]/resources/upload_dm_results.py", 841 "[SLAVE_BUILD]/swarming.client/swarming.py",
807 "[SLAVE_BUILD]/dm", 842 "trigger",
808 "abc123", 843 "--swarming",
809 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", 844 "https://chromium-swarm.appspot.com",
810 "5", 845 "--isolate-server",
811 "", 846 "https://isolateserver.appspot.com",
812 "[SLAVE_BUILD]/skia/common/py/utils" 847 "--priority",
848 "90",
849 "--shards",
850 "1",
851 "--task-name",
852 "upload_dm_results_skia/Linux/def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_ 64-Release/5",
853 "--dump-json",
854 "/path/to/tmp/json",
855 "--expiration",
856 "72000",
857 "--io-timeout",
858 "2400",
859 "--hard-timeout",
860 "14400",
861 "--dimension",
862 "cpu",
863 "x86-64-avx2",
864 "--dimension",
865 "gpu",
866 "none",
867 "--dimension",
868 "os",
869 "Linux",
870 "--dimension",
871 "pool",
872 "Skia",
873 "--tag",
874 "allow_milo:1",
875 "--tag",
876 "buildername:Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release",
877 "--tag",
878 "buildnumber:5",
879 "--tag",
880 "data:def456",
881 "--tag",
882 "master:client.skia",
883 "--tag",
884 "name:upload_dm_results_skia",
885 "--tag",
886 "os:Linux",
887 "--tag",
888 "revision:abc123",
889 "--tag",
890 "slavename:skiabot-linux-swarm-000",
891 "--tag",
892 "stepname:upload_dm_results_skia on Linux",
893 "--idempotent",
894 "def456",
895 "--",
896 "--workdir",
897 "../../..",
898 "upload_dm_results",
899 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release",
900 "mastername=client.skia",
901 "buildnumber=5",
902 "slavename=skiabot-linux-swarm-000",
903 "reason=Triggered by Skia swarm_trigger Recipe",
904 "swarm_out_dir=${ISOLATED_OUTDIR}",
905 "revision=abc123"
813 ], 906 ],
814 "cwd": "[SLAVE_BUILD]/skia", 907 "name": "[trigger] upload_dm_results_skia on Linux",
815 "env": { 908 "~followup_annotations": [
816 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 909 "@@@STEP_LOG_LINE@json.output@{@@@",
817 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 910 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"upload_dm_results_sk ia/Linux/def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\", @@@",
818 }, 911 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
819 "name": "Upload DM Results" 912 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results_skia/Linux/def456/Te st-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\": {@@@",
913 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
914 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
915 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
916 "@@@STEP_LOG_LINE@json.output@ }@@@",
917 "@@@STEP_LOG_LINE@json.output@ }@@@",
918 "@@@STEP_LOG_LINE@json.output@}@@@",
919 "@@@STEP_LOG_END@json.output@@@",
920 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
921 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@"
922 ]
923 },
924 {
925 "cmd": [
926 "python",
927 "-u",
928 "[SLAVE_BUILD]/swarming.client/swarming.py",
929 "collect",
930 "--swarming",
931 "https://chromium-swarm.appspot.com",
932 "--decorate",
933 "--print-status-updates",
934 "--json",
935 "{\"base_task_name\": \"upload_dm_results_skia/Linux/def456/Test-Win8-MSVC -ShuttleB-CPU-AVX2-x86_64-Release/5\", \"tasks\": {\"upload_dm_results_skia/Linu x/def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/us er/task/10000\"}}}",
936 "--task-summary-json",
937 "/path/to/tmp/json"
938 ],
939 "name": "upload_dm_results_skia on Linux",
940 "~followup_annotations": [
941 "@@@STEP_TEXT@swarming pending 71s@@@",
942 "@@@STEP_LOG_LINE@json.output@{@@@",
943 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
944 "@@@STEP_LOG_LINE@json.output@ {@@@",
945 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
946 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
947 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
948 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
949 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
950 "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
951 "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
952 "@@@STEP_LOG_LINE@json.output@ ], @@@",
953 "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
954 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
955 "@@@STEP_LOG_LINE@json.output@ 0@@@",
956 "@@@STEP_LOG_LINE@json.output@ ], @@@",
957 "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
958 "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
959 "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
960 "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
961 "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
962 "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolat eserver.appspot.com\", @@@",
963 "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@ ",
964 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
965 "@@@STEP_LOG_LINE@json.output@ }, @@@",
966 "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00 \", @@@",
967 "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-2 5_01:41:55-os=Windows\", @@@",
968 "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
969 "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\ ", @@@",
970 "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
971 "@@@STEP_LOG_LINE@json.output@ ], @@@",
972 "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11. 123\", @@@",
973 "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
974 "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
975 "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
976 "@@@STEP_LOG_LINE@json.output@ }@@@",
977 "@@@STEP_LOG_LINE@json.output@ ]@@@",
978 "@@@STEP_LOG_LINE@json.output@}@@@",
979 "@@@STEP_LOG_END@json.output@@@",
980 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
981 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
982 ]
820 }, 983 },
821 { 984 {
822 "name": "$result", 985 "name": "$result",
823 "recipe_result": null, 986 "recipe_result": null,
824 "status_code": 0 987 "status_code": 0
825 } 988 }
826 ] 989 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698