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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-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-MacMini4.1-GPU-GeForce320M-x86_64-Debug", 196 "Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-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 "GPU", 209 "GPU",
208 "cpu_or_gpu_value", 210 "cpu_or_gpu_value",
(...skipping 15 matching lines...) Expand all
224 "pdf", 226 "pdf",
225 "msaa16", 227 "msaa16",
226 "serialize-8888", 228 "serialize-8888",
227 "tiles_rt-8888", 229 "tiles_rt-8888",
228 "pic-8888", 230 "pic-8888",
229 "--src", 231 "--src",
230 "tests", 232 "tests",
231 "gm", 233 "gm",
232 "image", 234 "image",
233 "colorImage", 235 "colorImage",
236 "svg",
234 "--blacklist", 237 "--blacklist",
235 "f16", 238 "f16",
236 "_", 239 "_",
237 "_", 240 "_",
238 "dstreadshuffle", 241 "dstreadshuffle",
239 "f16", 242 "f16",
240 "image", 243 "image",
241 "_", 244 "_",
242 "_", 245 "_",
243 "srgb", 246 "srgb",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 "SKIA_OUT": "[SLAVE_BUILD]/out" 550 "SKIA_OUT": "[SLAVE_BUILD]/out"
548 }, 551 },
549 "name": "dm" 552 "name": "dm"
550 }, 553 },
551 { 554 {
552 "name": "$result", 555 "name": "$result",
553 "recipe_result": null, 556 "recipe_result": null,
554 "status_code": 0 557 "status_code": 0
555 } 558 }
556 ] 559 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698