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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "--nameByHash", 189 "--nameByHash",
190 "--properties", 190 "--properties",
191 "gitHash", 191 "gitHash",
192 "abc123", 192 "abc123",
193 "master", 193 "master",
194 "client.skia", 194 "client.skia",
195 "builder", 195 "builder",
196 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug", 196 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug",
197 "build_number", 197 "build_number",
198 "5", 198 "5",
199 "--svgs",
200 "[SLAVE_BUILD]/svg",
199 "--key", 201 "--key",
200 "arch", 202 "arch",
201 "x86_64", 203 "x86_64",
202 "compiler", 204 "compiler",
203 "Clang", 205 "Clang",
204 "configuration", 206 "configuration",
205 "Debug", 207 "Debug",
206 "cpu_or_gpu", 208 "cpu_or_gpu",
207 "CPU", 209 "CPU",
208 "cpu_or_gpu_value", 210 "cpu_or_gpu_value",
(...skipping 17 matching lines...) Expand all
226 "serialize-8888", 228 "serialize-8888",
227 "tiles_rt-8888", 229 "tiles_rt-8888",
228 "pic-8888", 230 "pic-8888",
229 "glinst", 231 "glinst",
230 "glinst16", 232 "glinst16",
231 "--src", 233 "--src",
232 "tests", 234 "tests",
233 "gm", 235 "gm",
234 "image", 236 "image",
235 "colorImage", 237 "colorImage",
238 "svg",
236 "--blacklist", 239 "--blacklist",
237 "f16", 240 "f16",
238 "_", 241 "_",
239 "_", 242 "_",
240 "dstreadshuffle", 243 "dstreadshuffle",
241 "f16", 244 "f16",
242 "image", 245 "image",
243 "_", 246 "_",
244 "_", 247 "_",
245 "srgb", 248 "srgb",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "SKIA_OUT": "[SLAVE_BUILD]/out" 452 "SKIA_OUT": "[SLAVE_BUILD]/out"
450 }, 453 },
451 "name": "dm" 454 "name": "dm"
452 }, 455 },
453 { 456 {
454 "name": "$result", 457 "name": "$result",
455 "recipe_result": null, 458 "recipe_result": null,
456 "status_code": 0 459 "status_code": 0
457 } 460 }
458 ] 461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698