| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "srgb", | 154 "srgb", |
| 155 "sp-8888", | 155 "sp-8888", |
| 156 "2ndpic-8888", | 156 "2ndpic-8888", |
| 157 "serialize-8888", | 157 "serialize-8888", |
| 158 "tiles_rt-8888", | 158 "tiles_rt-8888", |
| 159 "pic-8888", | 159 "pic-8888", |
| 160 "--src", | 160 "--src", |
| 161 "tests", | 161 "tests", |
| 162 "gm", | 162 "gm", |
| 163 "image", | 163 "image", |
| 164 "colorImage", |
| 164 "--blacklist", | 165 "--blacklist", |
| 165 "f16", | 166 "f16", |
| 166 "_", | 167 "_", |
| 167 "_", | 168 "_", |
| 168 "dstreadshuffle", | 169 "dstreadshuffle", |
| 169 "f16", | 170 "f16", |
| 170 "image", | 171 "image", |
| 171 "_", | 172 "_", |
| 172 "_", | 173 "_", |
| 173 "srgb", | 174 "srgb", |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 "[CUSTOM_[SWARM_OUT_DIR]]" | 449 "[CUSTOM_[SWARM_OUT_DIR]]" |
| 449 ], | 450 ], |
| 450 "name": "Copy to swarming out (2)" | 451 "name": "Copy to swarming out (2)" |
| 451 }, | 452 }, |
| 452 { | 453 { |
| 453 "name": "$result", | 454 "name": "$result", |
| 454 "recipe_result": null, | 455 "recipe_result": null, |
| 455 "status_code": 0 | 456 "status_code": 0 |
| 456 } | 457 } |
| 457 ] | 458 ] |
| OLD | NEW |