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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 "_", | 461 "_", |
462 "image-cacherator-from-ctable", | 462 "image-cacherator-from-ctable", |
463 "2ndpic-8888", | 463 "2ndpic-8888", |
464 "gm", | 464 "gm", |
465 "_", | 465 "_", |
466 "image-cacherator-from-ctable", | 466 "image-cacherator-from-ctable", |
467 "serialize-8888", | 467 "serialize-8888", |
468 "gm", | 468 "gm", |
469 "_", | 469 "_", |
470 "image-cacherator-from-ctable", | 470 "image-cacherator-from-ctable", |
| 471 "sp-8888", |
| 472 "gm", |
| 473 "_", |
| 474 "gamut", |
| 475 "pic-8888", |
| 476 "gm", |
| 477 "_", |
| 478 "gamut", |
| 479 "lite-8888", |
| 480 "gm", |
| 481 "_", |
| 482 "gamut", |
| 483 "2ndpic-8888", |
| 484 "gm", |
| 485 "_", |
| 486 "gamut", |
| 487 "serialize-8888", |
| 488 "gm", |
| 489 "_", |
| 490 "gamut", |
471 "_", | 491 "_", |
472 "image", | 492 "image", |
473 "_", | 493 "_", |
474 "interlaced1.png", | 494 "interlaced1.png", |
475 "_", | 495 "_", |
476 "image", | 496 "image", |
477 "_", | 497 "_", |
478 "interlaced2.png", | 498 "interlaced2.png", |
479 "_", | 499 "_", |
480 "image", | 500 "image", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 587 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
568 }, | 588 }, |
569 "name": "dm" | 589 "name": "dm" |
570 }, | 590 }, |
571 { | 591 { |
572 "name": "$result", | 592 "name": "$result", |
573 "recipe_result": null, | 593 "recipe_result": null, |
574 "status_code": 0 | 594 "status_code": 0 |
575 } | 595 } |
576 ] | 596 ] |
OLD | NEW |