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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json

Issue 2344553002: 565 is not this important. (Closed)
Patch Set: still an option Created 4 years, 3 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 shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", 7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "model", 213 "model",
214 "ShuttleB", 214 "ShuttleB",
215 "os", 215 "os",
216 "Win8", 216 "Win8",
217 "--uninterestingHashesFile", 217 "--uninterestingHashesFile",
218 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", 218 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt",
219 "--writePath", 219 "--writePath",
220 "[CUSTOM_[SWARM_OUT_DIR]]\\dm", 220 "[CUSTOM_[SWARM_OUT_DIR]]\\dm",
221 "--nocpu", 221 "--nocpu",
222 "--config", 222 "--config",
223 "565",
224 "8888", 223 "8888",
225 "gpu", 224 "gpu",
226 "gpusrgb", 225 "gpusrgb",
227 "pdf", 226 "pdf",
228 "msaa16", 227 "msaa16",
229 "serialize-8888", 228 "serialize-8888",
230 "tiles_rt-8888", 229 "tiles_rt-8888",
231 "pic-8888", 230 "pic-8888",
232 "angle", 231 "angle",
233 "--src", 232 "--src",
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "SKIA_OUT": "[SLAVE_BUILD]\\out" 606 "SKIA_OUT": "[SLAVE_BUILD]\\out"
608 }, 607 },
609 "name": "dm" 608 "name": "dm"
610 }, 609 },
611 { 610 {
612 "name": "$result", 611 "name": "$result",
613 "recipe_result": null, 612 "recipe_result": null,
614 "status_code": 0 613 "status_code": 0
615 } 614 }
616 ] 615 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698