| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "gen_platf", | 294 "gen_platf", |
| 295 "32bpp-pixeldata-cropped.bmp", | 295 "32bpp-pixeldata-cropped.bmp", |
| 296 "_", | 296 "_", |
| 297 "image", | 297 "image", |
| 298 "gen_platf", | 298 "gen_platf", |
| 299 "24bpp-pixeldata-cropped.bmp", | 299 "24bpp-pixeldata-cropped.bmp", |
| 300 "_", | 300 "_", |
| 301 "gm", | 301 "gm", |
| 302 "_", | 302 "_", |
| 303 "fontscalerdistortable", | 303 "fontscalerdistortable", |
| 304 "_", |
| 305 "svg", |
| 306 "_", |
| 307 "Nebraska-StateSeal.svg", |
| 304 "serialize-8888", | 308 "serialize-8888", |
| 305 "gm", | 309 "gm", |
| 306 "_", | 310 "_", |
| 307 "bleed_image", | 311 "bleed_image", |
| 308 "serialize-8888", | 312 "serialize-8888", |
| 309 "gm", | 313 "gm", |
| 310 "_", | 314 "_", |
| 311 "c_gms", | 315 "c_gms", |
| 312 "serialize-8888", | 316 "serialize-8888", |
| 313 "gm", | 317 "gm", |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 647 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
| 644 }, | 648 }, |
| 645 "name": "dm" | 649 "name": "dm" |
| 646 }, | 650 }, |
| 647 { | 651 { |
| 648 "name": "$result", | 652 "name": "$result", |
| 649 "recipe_result": null, | 653 "recipe_result": null, |
| 650 "status_code": 0 | 654 "status_code": 0 |
| 651 } | 655 } |
| 652 ] | 656 ] |
| OLD | NEW |