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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 "_", | 457 "_", |
458 "image-cacherator-from-ctable", | 458 "image-cacherator-from-ctable", |
459 "2ndpic-8888", | 459 "2ndpic-8888", |
460 "gm", | 460 "gm", |
461 "_", | 461 "_", |
462 "image-cacherator-from-ctable", | 462 "image-cacherator-from-ctable", |
463 "serialize-8888", | 463 "serialize-8888", |
464 "gm", | 464 "gm", |
465 "_", | 465 "_", |
466 "image-cacherator-from-ctable", | 466 "image-cacherator-from-ctable", |
467 "sp-8888", | |
468 "svg", | |
469 "_", | |
470 "car.svg", | |
471 "pic-8888", | |
472 "svg", | |
473 "_", | |
474 "car.svg", | |
475 "2ndpic-8888", | |
476 "svg", | |
477 "_", | |
478 "car.svg", | |
479 "serialize-8888", | |
480 "svg", | |
481 "_", | |
482 "car.svg", | |
483 "sp-8888", | |
484 "svg", | |
485 "_", | |
486 "gallardo.svg", | |
487 "pic-8888", | |
488 "svg", | |
489 "_", | |
490 "gallardo.svg", | |
491 "2ndpic-8888", | |
492 "svg", | |
493 "_", | |
494 "gallardo.svg", | |
495 "serialize-8888", | |
496 "svg", | |
497 "_", | |
498 "gallardo.svg", | |
499 "sp-8888", | |
500 "svg", | |
501 "_", | |
502 "rg1024_green_grapes.svg", | |
503 "pic-8888", | |
504 "svg", | |
505 "_", | |
506 "rg1024_green_grapes.svg", | |
507 "2ndpic-8888", | |
508 "svg", | |
509 "_", | |
510 "rg1024_green_grapes.svg", | |
511 "serialize-8888", | |
512 "svg", | |
513 "_", | |
514 "rg1024_green_grapes.svg", | |
515 "sp-8888", | |
516 "svg", | |
517 "_", | |
518 "Seal_of_Kansas.svg", | |
519 "pic-8888", | |
520 "svg", | |
521 "_", | |
522 "Seal_of_Kansas.svg", | |
523 "2ndpic-8888", | |
524 "svg", | |
525 "_", | |
526 "Seal_of_Kansas.svg", | |
527 "serialize-8888", | |
528 "svg", | |
529 "_", | |
530 "Seal_of_Kansas.svg", | |
531 "_", | 467 "_", |
532 "image", | 468 "image", |
533 "_", | 469 "_", |
534 "interlaced1.png", | 470 "interlaced1.png", |
535 "_", | 471 "_", |
536 "image", | 472 "image", |
537 "_", | 473 "_", |
538 "interlaced2.png", | 474 "interlaced2.png", |
539 "_", | 475 "_", |
540 "image", | 476 "image", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 563 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
628 }, | 564 }, |
629 "name": "dm" | 565 "name": "dm" |
630 }, | 566 }, |
631 { | 567 { |
632 "name": "$result", | 568 "name": "$result", |
633 "recipe_result": null, | 569 "recipe_result": null, |
634 "status_code": 0 | 570 "status_code": 0 |
635 } | 571 } |
636 ] | 572 ] |
OLD | NEW |