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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-Release.json

Issue 2243143002: Add --serial mode to dm, runs unit tests serially (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use --solo 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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 "2ndpic-8888", 797 "2ndpic-8888",
798 "svg", 798 "svg",
799 "_", 799 "_",
800 "Seal_of_Kansas.svg", 800 "Seal_of_Kansas.svg",
801 "serialize-8888", 801 "serialize-8888",
802 "svg", 802 "svg",
803 "_", 803 "_",
804 "Seal_of_Kansas.svg", 804 "Seal_of_Kansas.svg",
805 "--match", 805 "--match",
806 "~ResourceCache", 806 "~ResourceCache",
807 "--solo",
808 "ColorSpaceCRBug",
807 "--noRAW_threading" 809 "--noRAW_threading"
808 ], 810 ],
809 "env": { 811 "env": {
810 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 812 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
811 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 813 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
812 "BUILDTYPE": "Release", 814 "BUILDTYPE": "Release",
813 "CHROME_HEADLESS": "1", 815 "CHROME_HEADLESS": "1",
814 "SKIA_ANDROID_VERBOSE_SETUP": "1", 816 "SKIA_ANDROID_VERBOSE_SETUP": "1",
815 "SKIA_OUT": "[SLAVE_BUILD]/out" 817 "SKIA_OUT": "[SLAVE_BUILD]/out"
816 }, 818 },
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 "SKIA_OUT": "[SLAVE_BUILD]/out" 912 "SKIA_OUT": "[SLAVE_BUILD]/out"
911 }, 913 },
912 "name": "kill-server" 914 "name": "kill-server"
913 }, 915 },
914 { 916 {
915 "name": "$result", 917 "name": "$result",
916 "recipe_result": null, 918 "recipe_result": null,
917 "status_code": 0 919 "status_code": 0
918 } 920 }
919 ] 921 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698