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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "model", 212 "model",
213 "MacMini6.2", 213 "MacMini6.2",
214 "os", 214 "os",
215 "Mac", 215 "Mac",
216 "--uninterestingHashesFile", 216 "--uninterestingHashesFile",
217 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 217 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
218 "--writePath", 218 "--writePath",
219 "[CUSTOM_[SWARM_OUT_DIR]]/dm", 219 "[CUSTOM_[SWARM_OUT_DIR]]/dm",
220 "--nogpu", 220 "--nogpu",
221 "--config", 221 "--config",
222 "565",
223 "8888", 222 "8888",
224 "gpu", 223 "gpu",
225 "gpusrgb", 224 "gpusrgb",
226 "pdf", 225 "pdf",
227 "msaa16", 226 "msaa16",
228 "serialize-8888", 227 "serialize-8888",
229 "tiles_rt-8888", 228 "tiles_rt-8888",
230 "pic-8888", 229 "pic-8888",
231 "glinst", 230 "glinst",
232 "glinst16", 231 "glinst16",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 "SKIA_OUT": "[SLAVE_BUILD]/out" 475 "SKIA_OUT": "[SLAVE_BUILD]/out"
477 }, 476 },
478 "name": "dm" 477 "name": "dm"
479 }, 478 },
480 { 479 {
481 "name": "$result", 480 "name": "$result",
482 "recipe_result": null, 481 "recipe_result": null,
483 "status_code": 0 482 "status_code": 0
484 } 483 }
485 ] 484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698