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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.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-GPU-HD4000-x86_64-Debug-CommandBuffer", 196 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer",
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",
209 "HD4000", 211 "HD4000",
210 "extra_config", 212 "extra_config",
211 "CommandBuffer", 213 "CommandBuffer",
212 "model", 214 "model",
213 "MacMini6.2", 215 "MacMini6.2",
214 "os", 216 "os",
215 "Mac", 217 "Mac",
216 "--uninterestingHashesFile", 218 "--uninterestingHashesFile",
217 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 219 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
218 "--writePath", 220 "--writePath",
219 "[CUSTOM_[SWARM_OUT_DIR]]/dm", 221 "[CUSTOM_[SWARM_OUT_DIR]]/dm",
220 "--nocpu", 222 "--nocpu",
221 "--config", 223 "--config",
222 "commandbuffer", 224 "commandbuffer",
223 "--src", 225 "--src",
224 "tests", 226 "tests",
225 "gm", 227 "gm",
226 "image", 228 "image",
227 "colorImage", 229 "colorImage",
230 "svg",
228 "--blacklist", 231 "--blacklist",
229 "f16", 232 "f16",
230 "_", 233 "_",
231 "_", 234 "_",
232 "dstreadshuffle", 235 "dstreadshuffle",
233 "f16", 236 "f16",
234 "image", 237 "image",
235 "_", 238 "_",
236 "_", 239 "_",
237 "srgb", 240 "srgb",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 "SKIA_OUT": "[SLAVE_BUILD]/out" 536 "SKIA_OUT": "[SLAVE_BUILD]/out"
534 }, 537 },
535 "name": "dm" 538 "name": "dm"
536 }, 539 },
537 { 540 {
538 "name": "$result", 541 "name": "$result",
539 "recipe_result": null, 542 "recipe_result": null,
540 "status_code": 0 543 "status_code": 0
541 } 544 }
542 ] 545 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698