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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/big_issue_number.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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "master", 192 "master",
193 "client.skia.compile", 193 "client.skia.compile",
194 "builder", 194 "builder",
195 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", 195 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot",
196 "build_number", 196 "build_number",
197 "5", 197 "5",
198 "issue", 198 "issue",
199 "2147533002", 199 "2147533002",
200 "patchset", 200 "patchset",
201 "1", 201 "1",
202 "--svgs",
203 "[SLAVE_BUILD]\\svg",
202 "--key", 204 "--key",
203 "arch", 205 "arch",
204 "x86_64", 206 "x86_64",
205 "compiler", 207 "compiler",
206 "MSVC", 208 "MSVC",
207 "configuration", 209 "configuration",
208 "Release", 210 "Release",
209 "cpu_or_gpu", 211 "cpu_or_gpu",
210 "CPU", 212 "CPU",
211 "cpu_or_gpu_value", 213 "cpu_or_gpu_value",
(...skipping 15 matching lines...) Expand all
227 "pdf", 229 "pdf",
228 "msaa16", 230 "msaa16",
229 "serialize-8888", 231 "serialize-8888",
230 "tiles_rt-8888", 232 "tiles_rt-8888",
231 "pic-8888", 233 "pic-8888",
232 "--src", 234 "--src",
233 "tests", 235 "tests",
234 "gm", 236 "gm",
235 "image", 237 "image",
236 "colorImage", 238 "colorImage",
239 "svg",
237 "--blacklist", 240 "--blacklist",
238 "f16", 241 "f16",
239 "_", 242 "_",
240 "_", 243 "_",
241 "dstreadshuffle", 244 "dstreadshuffle",
242 "f16", 245 "f16",
243 "image", 246 "image",
244 "_", 247 "_",
245 "_", 248 "_",
246 "srgb", 249 "srgb",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "SKIA_OUT": "[SLAVE_BUILD]\\out" 490 "SKIA_OUT": "[SLAVE_BUILD]\\out"
488 }, 491 },
489 "name": "dm" 492 "name": "dm"
490 }, 493 },
491 { 494 {
492 "name": "$result", 495 "name": "$result",
493 "recipe_result": null, 496 "recipe_result": null,
494 "status_code": 0 497 "status_code": 0
495 } 498 }
496 ] 499 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698