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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 "gen_platf", | 265 "gen_platf", |
266 "32bpp-pixeldata-cropped.bmp", | 266 "32bpp-pixeldata-cropped.bmp", |
267 "_", | 267 "_", |
268 "image", | 268 "image", |
269 "gen_platf", | 269 "gen_platf", |
270 "24bpp-pixeldata-cropped.bmp", | 270 "24bpp-pixeldata-cropped.bmp", |
271 "_", | 271 "_", |
272 "image", | 272 "image", |
273 "gen_platf", | 273 "gen_platf", |
274 "frame_larger_than_image.gif", | 274 "frame_larger_than_image.gif", |
| 275 "_", |
| 276 "image", |
| 277 "gen_platf", |
| 278 "inc0.png", |
| 279 "_", |
| 280 "image", |
| 281 "gen_platf", |
| 282 "inc1.png", |
| 283 "_", |
| 284 "image", |
| 285 "gen_platf", |
| 286 "inc2.png", |
| 287 "_", |
| 288 "image", |
| 289 "gen_platf", |
| 290 "inc3.png", |
| 291 "_", |
| 292 "image", |
| 293 "gen_platf", |
| 294 "inc4.png", |
| 295 "_", |
| 296 "image", |
| 297 "gen_platf", |
| 298 "inc5.png", |
| 299 "_", |
| 300 "image", |
| 301 "gen_platf", |
| 302 "inc6.png", |
| 303 "_", |
| 304 "image", |
| 305 "gen_platf", |
| 306 "inc7.png", |
| 307 "_", |
| 308 "image", |
| 309 "gen_platf", |
| 310 "inc8.png", |
| 311 "_", |
| 312 "image", |
| 313 "gen_platf", |
| 314 "inc9.png", |
| 315 "_", |
| 316 "image", |
| 317 "gen_platf", |
| 318 "inc10.png", |
| 319 "_", |
| 320 "image", |
| 321 "gen_platf", |
| 322 "inc11.png", |
| 323 "_", |
| 324 "image", |
| 325 "gen_platf", |
| 326 "inc12.png", |
| 327 "_", |
| 328 "image", |
| 329 "gen_platf", |
| 330 "inc13.png", |
| 331 "_", |
| 332 "image", |
| 333 "gen_platf", |
| 334 "inc14.png", |
275 "serialize-8888", | 335 "serialize-8888", |
276 "gm", | 336 "gm", |
277 "_", | 337 "_", |
278 "bleed_image", | 338 "bleed_image", |
279 "serialize-8888", | 339 "serialize-8888", |
280 "gm", | 340 "gm", |
281 "_", | 341 "_", |
282 "c_gms", | 342 "c_gms", |
283 "serialize-8888", | 343 "serialize-8888", |
284 "gm", | 344 "gm", |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 "SKIA_OUT": "[SLAVE_BUILD]/out" | 475 "SKIA_OUT": "[SLAVE_BUILD]/out" |
416 }, | 476 }, |
417 "name": "dm" | 477 "name": "dm" |
418 }, | 478 }, |
419 { | 479 { |
420 "name": "$result", | 480 "name": "$result", |
421 "recipe_result": null, | 481 "recipe_result": null, |
422 "status_code": 0 | 482 "status_code": 0 |
423 } | 483 } |
424 ] | 484 ] |
OLD | NEW |