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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "model", 217 "model",
218 "ShuttleB", 218 "ShuttleB",
219 "os", 219 "os",
220 "Win8", 220 "Win8",
221 "--uninterestingHashesFile", 221 "--uninterestingHashesFile",
222 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", 222 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt",
223 "--writePath", 223 "--writePath",
224 "[CUSTOM_[SWARM_OUT_DIR]]\\dm", 224 "[CUSTOM_[SWARM_OUT_DIR]]\\dm",
225 "--nogpu", 225 "--nogpu",
226 "--config", 226 "--config",
227 "565",
228 "8888", 227 "8888",
229 "gpu", 228 "gpu",
230 "gpusrgb", 229 "gpusrgb",
231 "pdf", 230 "pdf",
232 "msaa16", 231 "msaa16",
233 "serialize-8888", 232 "serialize-8888",
234 "tiles_rt-8888", 233 "tiles_rt-8888",
235 "pic-8888", 234 "pic-8888",
236 "--src", 235 "--src",
237 "tests", 236 "tests",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "SKIA_OUT": "[SLAVE_BUILD]\\out" 519 "SKIA_OUT": "[SLAVE_BUILD]\\out"
521 }, 520 },
522 "name": "dm" 521 "name": "dm"
523 }, 522 },
524 { 523 {
525 "name": "$result", 524 "name": "$result",
526 "recipe_result": null, 525 "recipe_result": null,
527 "status_code": 0 526 "status_code": 0
528 } 527 }
529 ] 528 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698