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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 "_", | 478 "_", |
479 "image-cacherator-from-ctable", | 479 "image-cacherator-from-ctable", |
480 "2ndpic-8888", | 480 "2ndpic-8888", |
481 "gm", | 481 "gm", |
482 "_", | 482 "_", |
483 "image-cacherator-from-ctable", | 483 "image-cacherator-from-ctable", |
484 "serialize-8888", | 484 "serialize-8888", |
485 "gm", | 485 "gm", |
486 "_", | 486 "_", |
487 "image-cacherator-from-ctable", | 487 "image-cacherator-from-ctable", |
| 488 "sp-8888", |
| 489 "gm", |
| 490 "_", |
| 491 "gamut", |
| 492 "pic-8888", |
| 493 "gm", |
| 494 "_", |
| 495 "gamut", |
| 496 "lite-8888", |
| 497 "gm", |
| 498 "_", |
| 499 "gamut", |
| 500 "2ndpic-8888", |
| 501 "gm", |
| 502 "_", |
| 503 "gamut", |
| 504 "serialize-8888", |
| 505 "gm", |
| 506 "_", |
| 507 "gamut", |
488 "_", | 508 "_", |
489 "image", | 509 "image", |
490 "_", | 510 "_", |
491 "interlaced1.png", | 511 "interlaced1.png", |
492 "_", | 512 "_", |
493 "image", | 513 "image", |
494 "_", | 514 "_", |
495 "interlaced2.png", | 515 "interlaced2.png", |
496 "_", | 516 "_", |
497 "image", | 517 "image", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 607 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
588 }, | 608 }, |
589 "name": "dm" | 609 "name": "dm" |
590 }, | 610 }, |
591 { | 611 { |
592 "name": "$result", | 612 "name": "$result", |
593 "recipe_result": null, | 613 "recipe_result": null, |
594 "status_code": 0 | 614 "status_code": 0 |
595 } | 615 } |
596 ] | 616 ] |
OLD | NEW |