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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "cpu_or_gpu_value", 102 "cpu_or_gpu_value",
103 "GTX550Ti", 103 "GTX550Ti",
104 "extra_config", 104 "extra_config",
105 "Valgrind", 105 "Valgrind",
106 "model", 106 "model",
107 "ShuttleA", 107 "ShuttleA",
108 "os", 108 "os",
109 "Ubuntu", 109 "Ubuntu",
110 "--nocpu", 110 "--nocpu",
111 "--config", 111 "--config",
112 "565",
113 "8888", 112 "8888",
114 "gpu", 113 "gpu",
115 "gpusrgb", 114 "gpusrgb",
116 "pdf", 115 "pdf",
117 "msaa16", 116 "msaa16",
118 "nvprdit16", 117 "nvprdit16",
119 "serialize-8888", 118 "serialize-8888",
120 "tiles_rt-8888", 119 "tiles_rt-8888",
121 "pic-8888", 120 "pic-8888",
122 "--src", 121 "--src",
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "cpu_or_gpu_value", 498 "cpu_or_gpu_value",
500 "GTX550Ti", 499 "GTX550Ti",
501 "extra_config", 500 "extra_config",
502 "Valgrind", 501 "Valgrind",
503 "model", 502 "model",
504 "ShuttleA", 503 "ShuttleA",
505 "os", 504 "os",
506 "Ubuntu", 505 "Ubuntu",
507 "--nocpu", 506 "--nocpu",
508 "--config", 507 "--config",
509 "565",
510 "8888", 508 "8888",
511 "gpu", 509 "gpu",
512 "gpusrgb", 510 "gpusrgb",
513 "pdf", 511 "pdf",
514 "msaa16", 512 "msaa16",
515 "nvprdit16", 513 "nvprdit16",
516 "serialize-8888", 514 "serialize-8888",
517 "tiles_rt-8888", 515 "tiles_rt-8888",
518 "pic-8888", 516 "pic-8888",
519 "--src", 517 "--src",
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 "cpu_or_gpu_value", 895 "cpu_or_gpu_value",
898 "GTX550Ti", 896 "GTX550Ti",
899 "extra_config", 897 "extra_config",
900 "Valgrind", 898 "Valgrind",
901 "model", 899 "model",
902 "ShuttleA", 900 "ShuttleA",
903 "os", 901 "os",
904 "Ubuntu", 902 "Ubuntu",
905 "--nocpu", 903 "--nocpu",
906 "--config", 904 "--config",
907 "565",
908 "8888", 905 "8888",
909 "gpu", 906 "gpu",
910 "gpusrgb", 907 "gpusrgb",
911 "pdf", 908 "pdf",
912 "msaa16", 909 "msaa16",
913 "nvprdit16", 910 "nvprdit16",
914 "serialize-8888", 911 "serialize-8888",
915 "tiles_rt-8888", 912 "tiles_rt-8888",
916 "pic-8888", 913 "pic-8888",
917 "--src", 914 "--src",
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 "SKIA_OUT": "[SLAVE_BUILD]/out" 1248 "SKIA_OUT": "[SLAVE_BUILD]/out"
1252 }, 1249 },
1253 "name": "dm --preAbandonGpuContext" 1250 "name": "dm --preAbandonGpuContext"
1254 }, 1251 },
1255 { 1252 {
1256 "name": "$result", 1253 "name": "$result",
1257 "recipe_result": null, 1254 "recipe_result": null,
1258 "status_code": 0 1255 "status_code": 0
1259 } 1256 }
1260 ] 1257 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698