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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/adb_in_path.json

Issue 2247903002: Fix up infra bot change (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/" 8 "stdout": "/path/to/tmp/"
9 }, 9 },
10 { 10 {
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 "_", 730 "_",
731 "image-cacherator-from-ctable", 731 "image-cacherator-from-ctable",
732 "2ndpic-8888", 732 "2ndpic-8888",
733 "gm", 733 "gm",
734 "_", 734 "_",
735 "image-cacherator-from-ctable", 735 "image-cacherator-from-ctable",
736 "serialize-8888", 736 "serialize-8888",
737 "gm", 737 "gm",
738 "_", 738 "_",
739 "image-cacherator-from-ctable", 739 "image-cacherator-from-ctable",
740 "sp-8888",
741 "svg",
742 "_",
743 "car.svg",
744 "pic-8888",
745 "svg",
746 "_",
747 "car.svg",
748 "2ndpic-8888",
749 "svg",
750 "_",
751 "car.svg",
752 "serialize-8888",
753 "svg",
754 "_",
755 "car.svg",
756 "sp-8888",
757 "svg",
758 "_",
759 "gallardo.svg",
760 "pic-8888",
761 "svg",
762 "_",
763 "gallardo.svg",
764 "2ndpic-8888",
765 "svg",
766 "_",
767 "gallardo.svg",
768 "serialize-8888",
769 "svg",
770 "_",
771 "gallardo.svg",
772 "sp-8888",
773 "svg",
774 "_",
775 "rg1024_green_grapes.svg",
776 "pic-8888",
777 "svg",
778 "_",
779 "rg1024_green_grapes.svg",
780 "2ndpic-8888",
781 "svg",
782 "_",
783 "rg1024_green_grapes.svg",
784 "serialize-8888",
785 "svg",
786 "_",
787 "rg1024_green_grapes.svg",
788 "sp-8888",
789 "svg",
790 "_",
791 "Seal_of_Kansas.svg",
792 "pic-8888",
793 "svg",
794 "_",
795 "Seal_of_Kansas.svg",
796 "2ndpic-8888",
797 "svg",
798 "_",
799 "Seal_of_Kansas.svg",
800 "serialize-8888",
801 "svg",
802 "_",
803 "Seal_of_Kansas.svg",
740 "_", 804 "_",
741 "image", 805 "image",
742 "_", 806 "_",
743 "interlaced1.png", 807 "interlaced1.png",
744 "_", 808 "_",
745 "image", 809 "image",
746 "_", 810 "_",
747 "interlaced2.png", 811 "interlaced2.png",
748 "_", 812 "_",
749 "image", 813 "image",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 "SKIA_OUT": "[SLAVE_BUILD]/out" 998 "SKIA_OUT": "[SLAVE_BUILD]/out"
935 }, 999 },
936 "name": "kill-server" 1000 "name": "kill-server"
937 }, 1001 },
938 { 1002 {
939 "name": "$result", 1003 "name": "$result",
940 "recipe_result": null, 1004 "recipe_result": null,
941 "status_code": 0 1005 "status_code": 0
942 } 1006 }
943 ] 1007 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698