| OLD | NEW |
| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "565", | 201 "565", |
| 202 "8888", | 202 "8888", |
| 203 "gpu", | 203 "gpu", |
| 204 "gpusrgb", | 204 "gpusrgb", |
| 205 "pdf", | 205 "pdf", |
| 206 "msaa16", | 206 "msaa16", |
| 207 "f16", | 207 "f16", |
| 208 "srgb", | 208 "srgb", |
| 209 "sp-8888", | 209 "sp-8888", |
| 210 "2ndpic-8888", | 210 "2ndpic-8888", |
| 211 "lite-8888", |
| 211 "serialize-8888", | 212 "serialize-8888", |
| 212 "tiles_rt-8888", | 213 "tiles_rt-8888", |
| 213 "pic-8888", | 214 "pic-8888", |
| 214 "--src", | 215 "--src", |
| 215 "tests", | 216 "tests", |
| 216 "gm", | 217 "gm", |
| 217 "image", | 218 "image", |
| 218 "colorImage", | 219 "colorImage", |
| 219 "--blacklist", | 220 "--blacklist", |
| 220 "f16", | 221 "f16", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "_", | 343 "_", |
| 343 "drawfilter", | 344 "drawfilter", |
| 344 "pic-8888", | 345 "pic-8888", |
| 345 "gm", | 346 "gm", |
| 346 "_", | 347 "_", |
| 347 "drawfilter", | 348 "drawfilter", |
| 348 "2ndpic-8888", | 349 "2ndpic-8888", |
| 349 "gm", | 350 "gm", |
| 350 "_", | 351 "_", |
| 351 "drawfilter", | 352 "drawfilter", |
| 353 "lite-8888", |
| 354 "gm", |
| 355 "_", |
| 356 "drawfilter", |
| 352 "sp-8888", | 357 "sp-8888", |
| 353 "gm", | 358 "gm", |
| 354 "_", | 359 "_", |
| 355 "image-cacherator-from-picture", | 360 "image-cacherator-from-picture", |
| 356 "pic-8888", | 361 "pic-8888", |
| 357 "gm", | 362 "gm", |
| 358 "_", | 363 "_", |
| 359 "image-cacherator-from-picture", | 364 "image-cacherator-from-picture", |
| 360 "2ndpic-8888", | 365 "2ndpic-8888", |
| 361 "gm", | 366 "gm", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 "SKIA_OUT": "[SLAVE_BUILD]/out" | 409 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 405 }, | 410 }, |
| 406 "name": "dm" | 411 "name": "dm" |
| 407 }, | 412 }, |
| 408 { | 413 { |
| 409 "name": "$result", | 414 "name": "$result", |
| 410 "recipe_result": null, | 415 "recipe_result": null, |
| 411 "status_code": 0 | 416 "status_code": 0 |
| 412 } | 417 } |
| 413 ] | 418 ] |
| OLD | NEW |