| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "565", | 147 "565", |
| 148 "8888", | 148 "8888", |
| 149 "gpu", | 149 "gpu", |
| 150 "gpusrgb", | 150 "gpusrgb", |
| 151 "pdf", | 151 "pdf", |
| 152 "msaa16", | 152 "msaa16", |
| 153 "f16", | 153 "f16", |
| 154 "srgb", | 154 "srgb", |
| 155 "sp-8888", | 155 "sp-8888", |
| 156 "2ndpic-8888", | 156 "2ndpic-8888", |
| 157 "lite-8888", |
| 157 "serialize-8888", | 158 "serialize-8888", |
| 158 "tiles_rt-8888", | 159 "tiles_rt-8888", |
| 159 "pic-8888", | 160 "pic-8888", |
| 160 "--src", | 161 "--src", |
| 161 "tests", | 162 "tests", |
| 162 "gm", | 163 "gm", |
| 163 "image", | 164 "image", |
| 164 "colorImage", | 165 "colorImage", |
| 165 "--blacklist", | 166 "--blacklist", |
| 166 "f16", | 167 "f16", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "_", | 289 "_", |
| 289 "drawfilter", | 290 "drawfilter", |
| 290 "pic-8888", | 291 "pic-8888", |
| 291 "gm", | 292 "gm", |
| 292 "_", | 293 "_", |
| 293 "drawfilter", | 294 "drawfilter", |
| 294 "2ndpic-8888", | 295 "2ndpic-8888", |
| 295 "gm", | 296 "gm", |
| 296 "_", | 297 "_", |
| 297 "drawfilter", | 298 "drawfilter", |
| 299 "lite-8888", |
| 300 "gm", |
| 301 "_", |
| 302 "drawfilter", |
| 298 "sp-8888", | 303 "sp-8888", |
| 299 "gm", | 304 "gm", |
| 300 "_", | 305 "_", |
| 301 "image-cacherator-from-picture", | 306 "image-cacherator-from-picture", |
| 302 "pic-8888", | 307 "pic-8888", |
| 303 "gm", | 308 "gm", |
| 304 "_", | 309 "_", |
| 305 "image-cacherator-from-picture", | 310 "image-cacherator-from-picture", |
| 306 "2ndpic-8888", | 311 "2ndpic-8888", |
| 307 "gm", | 312 "gm", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 "[CUSTOM_[SWARM_OUT_DIR]]" | 448 "[CUSTOM_[SWARM_OUT_DIR]]" |
| 444 ], | 449 ], |
| 445 "name": "Copy to swarming out (2)" | 450 "name": "Copy to swarming out (2)" |
| 446 }, | 451 }, |
| 447 { | 452 { |
| 448 "name": "$result", | 453 "name": "$result", |
| 449 "recipe_result": null, | 454 "recipe_result": null, |
| 450 "status_code": 0 | 455 "status_code": 0 |
| 451 } | 456 } |
| 452 ] | 457 ] |
| OLD | NEW |