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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 "gen_platf", | 263 "gen_platf", |
264 "32bpp-pixeldata-cropped.bmp", | 264 "32bpp-pixeldata-cropped.bmp", |
265 "_", | 265 "_", |
266 "image", | 266 "image", |
267 "gen_platf", | 267 "gen_platf", |
268 "24bpp-pixeldata-cropped.bmp", | 268 "24bpp-pixeldata-cropped.bmp", |
269 "_", | 269 "_", |
270 "image", | 270 "image", |
271 "gen_platf", | 271 "gen_platf", |
272 "frame_larger_than_image.gif", | 272 "frame_larger_than_image.gif", |
| 273 "_", |
| 274 "image", |
| 275 "gen_platf", |
| 276 "inc0.png", |
| 277 "_", |
| 278 "image", |
| 279 "gen_platf", |
| 280 "inc1.png", |
| 281 "_", |
| 282 "image", |
| 283 "gen_platf", |
| 284 "inc2.png", |
| 285 "_", |
| 286 "image", |
| 287 "gen_platf", |
| 288 "inc3.png", |
| 289 "_", |
| 290 "image", |
| 291 "gen_platf", |
| 292 "inc4.png", |
| 293 "_", |
| 294 "image", |
| 295 "gen_platf", |
| 296 "inc5.png", |
| 297 "_", |
| 298 "image", |
| 299 "gen_platf", |
| 300 "inc6.png", |
| 301 "_", |
| 302 "image", |
| 303 "gen_platf", |
| 304 "inc7.png", |
| 305 "_", |
| 306 "image", |
| 307 "gen_platf", |
| 308 "inc8.png", |
| 309 "_", |
| 310 "image", |
| 311 "gen_platf", |
| 312 "inc9.png", |
| 313 "_", |
| 314 "image", |
| 315 "gen_platf", |
| 316 "inc10.png", |
| 317 "_", |
| 318 "image", |
| 319 "gen_platf", |
| 320 "inc11.png", |
| 321 "_", |
| 322 "image", |
| 323 "gen_platf", |
| 324 "inc12.png", |
| 325 "_", |
| 326 "image", |
| 327 "gen_platf", |
| 328 "inc13.png", |
| 329 "_", |
| 330 "image", |
| 331 "gen_platf", |
| 332 "inc14.png", |
273 "serialize-8888", | 333 "serialize-8888", |
274 "gm", | 334 "gm", |
275 "_", | 335 "_", |
276 "bleed_image", | 336 "bleed_image", |
277 "serialize-8888", | 337 "serialize-8888", |
278 "gm", | 338 "gm", |
279 "_", | 339 "_", |
280 "c_gms", | 340 "c_gms", |
281 "serialize-8888", | 341 "serialize-8888", |
282 "gm", | 342 "gm", |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 "SKIA_OUT": "[SLAVE_BUILD]/out" | 573 "SKIA_OUT": "[SLAVE_BUILD]/out" |
514 }, | 574 }, |
515 "name": "dm" | 575 "name": "dm" |
516 }, | 576 }, |
517 { | 577 { |
518 "name": "$result", | 578 "name": "$result", |
519 "recipe_result": null, | 579 "recipe_result": null, |
520 "status_code": 0 | 580 "status_code": 0 |
521 } | 581 } |
522 ] | 582 ] |
OLD | NEW |