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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json

Issue 2240153002: Turn on SVGs for all Test bots (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload 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 "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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "--nameByHash", 188 "--nameByHash",
189 "--properties", 189 "--properties",
190 "gitHash", 190 "gitHash",
191 "abc123", 191 "abc123",
192 "master", 192 "master",
193 "client.skia", 193 "client.skia",
194 "builder", 194 "builder",
195 "Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan", 195 "Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan",
196 "build_number", 196 "build_number",
197 "5", 197 "5",
198 "--svgs",
199 "[SLAVE_BUILD]\\svg",
198 "--key", 200 "--key",
199 "arch", 201 "arch",
200 "x86_64", 202 "x86_64",
201 "compiler", 203 "compiler",
202 "MSVC", 204 "MSVC",
203 "configuration", 205 "configuration",
204 "Debug", 206 "Debug",
205 "cpu_or_gpu", 207 "cpu_or_gpu",
206 "GPU", 208 "GPU",
207 "cpu_or_gpu_value", 209 "cpu_or_gpu_value",
208 "GTX660", 210 "GTX660",
209 "extra_config", 211 "extra_config",
210 "Vulkan", 212 "Vulkan",
211 "model", 213 "model",
212 "ShuttleA", 214 "ShuttleA",
213 "os", 215 "os",
214 "Win10", 216 "Win10",
215 "--uninterestingHashesFile", 217 "--uninterestingHashesFile",
216 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", 218 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt",
217 "--writePath", 219 "--writePath",
218 "[CUSTOM_[SWARM_OUT_DIR]]\\dm", 220 "[CUSTOM_[SWARM_OUT_DIR]]\\dm",
219 "--nocpu", 221 "--nocpu",
220 "--config", 222 "--config",
221 "vk", 223 "vk",
222 "--src", 224 "--src",
223 "tests", 225 "tests",
224 "gm", 226 "gm",
225 "image", 227 "image",
226 "colorImage", 228 "colorImage",
229 "svg",
227 "--blacklist", 230 "--blacklist",
228 "f16", 231 "f16",
229 "_", 232 "_",
230 "_", 233 "_",
231 "dstreadshuffle", 234 "dstreadshuffle",
232 "f16", 235 "f16",
233 "image", 236 "image",
234 "_", 237 "_",
235 "_", 238 "_",
236 "srgb", 239 "srgb",
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "SKIA_OUT": "[SLAVE_BUILD]\\out" 563 "SKIA_OUT": "[SLAVE_BUILD]\\out"
561 }, 564 },
562 "name": "dm" 565 "name": "dm"
563 }, 566 },
564 { 567 {
565 "name": "$result", 568 "name": "$result",
566 "recipe_result": null, 569 "recipe_result": null,
567 "status_code": 0 570 "status_code": 0
568 } 571 }
569 ] 572 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698