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

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

Issue 2219343002: finish SkLiteDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: skip drawfilter, skia:4769 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 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 "_", 742 "_",
743 "drawfilter", 743 "drawfilter",
744 "pic-8888", 744 "pic-8888",
745 "gm", 745 "gm",
746 "_", 746 "_",
747 "drawfilter", 747 "drawfilter",
748 "2ndpic-8888", 748 "2ndpic-8888",
749 "gm", 749 "gm",
750 "_", 750 "_",
751 "drawfilter", 751 "drawfilter",
752 "lite-8888",
753 "gm",
754 "_",
755 "drawfilter",
752 "sp-8888", 756 "sp-8888",
753 "gm", 757 "gm",
754 "_", 758 "_",
755 "image-cacherator-from-picture", 759 "image-cacherator-from-picture",
756 "pic-8888", 760 "pic-8888",
757 "gm", 761 "gm",
758 "_", 762 "_",
759 "image-cacherator-from-picture", 763 "image-cacherator-from-picture",
760 "2ndpic-8888", 764 "2ndpic-8888",
761 "gm", 765 "gm",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 "SKIA_OUT": "[SLAVE_BUILD]/out" 998 "SKIA_OUT": "[SLAVE_BUILD]/out"
995 }, 999 },
996 "name": "kill-server" 1000 "name": "kill-server"
997 }, 1001 },
998 { 1002 {
999 "name": "$result", 1003 "name": "$result",
1000 "recipe_result": null, 1004 "recipe_result": null,
1001 "status_code": 0 1005 "status_code": 0
1002 } 1006 }
1003 ] 1007 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698