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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.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 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install"
5 ], 5 ],
6 "env": { 6 "env": {
7 "BUILDTYPE": "Debug", 7 "BUILDTYPE": "Debug",
8 "CHROME_HEADLESS": "1", 8 "CHROME_HEADLESS": "1",
9 "SKIA_OUT": "[SLAVE_BUILD]/out", 9 "SKIA_OUT": "[SLAVE_BUILD]/out",
10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 "image", 923 "image",
924 "_", 924 "_",
925 ".RW2", 925 ".RW2",
926 "_", 926 "_",
927 "image", 927 "image",
928 "_", 928 "_",
929 ".PEF", 929 ".PEF",
930 "_", 930 "_",
931 "image", 931 "image",
932 "_", 932 "_",
933 ".SRW" 933 ".SRW",
934 "--solo",
935 "ColorSpaceCRBug"
934 ], 936 ],
935 "env": { 937 "env": {
936 "BUILDTYPE": "Debug", 938 "BUILDTYPE": "Debug",
937 "CHROME_HEADLESS": "1", 939 "CHROME_HEADLESS": "1",
938 "SKIA_OUT": "[SLAVE_BUILD]/out", 940 "SKIA_OUT": "[SLAVE_BUILD]/out",
939 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 941 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
940 }, 942 },
941 "name": "dm" 943 "name": "dm"
942 }, 944 },
943 { 945 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 980 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
979 }, 981 },
980 "name": "wait for reboot" 982 "name": "wait for reboot"
981 }, 983 },
982 { 984 {
983 "name": "$result", 985 "name": "$result",
984 "recipe_result": null, 986 "recipe_result": null,
985 "status_code": 0 987 "status_code": 0
986 } 988 }
987 ] 989 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698