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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 "_", | 440 "_", |
441 "image-cacherator-from-ctable", | 441 "image-cacherator-from-ctable", |
442 "2ndpic-8888", | 442 "2ndpic-8888", |
443 "gm", | 443 "gm", |
444 "_", | 444 "_", |
445 "image-cacherator-from-ctable", | 445 "image-cacherator-from-ctable", |
446 "serialize-8888", | 446 "serialize-8888", |
447 "gm", | 447 "gm", |
448 "_", | 448 "_", |
449 "image-cacherator-from-ctable", | 449 "image-cacherator-from-ctable", |
| 450 "sp-8888", |
| 451 "gm", |
| 452 "_", |
| 453 "gamut", |
| 454 "pic-8888", |
| 455 "gm", |
| 456 "_", |
| 457 "gamut", |
| 458 "lite-8888", |
| 459 "gm", |
| 460 "_", |
| 461 "gamut", |
| 462 "2ndpic-8888", |
| 463 "gm", |
| 464 "_", |
| 465 "gamut", |
| 466 "serialize-8888", |
| 467 "gm", |
| 468 "_", |
| 469 "gamut", |
450 "_", | 470 "_", |
451 "image", | 471 "image", |
452 "_", | 472 "_", |
453 "interlaced1.png", | 473 "interlaced1.png", |
454 "_", | 474 "_", |
455 "image", | 475 "image", |
456 "_", | 476 "_", |
457 "interlaced2.png", | 477 "interlaced2.png", |
458 "_", | 478 "_", |
459 "image", | 479 "image", |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 "SKIA_OUT": "[SLAVE_BUILD]/out" | 574 "SKIA_OUT": "[SLAVE_BUILD]/out" |
555 }, | 575 }, |
556 "name": "dm" | 576 "name": "dm" |
557 }, | 577 }, |
558 { | 578 { |
559 "name": "$result", | 579 "name": "$result", |
560 "recipe_result": null, | 580 "recipe_result": null, |
561 "status_code": 0 | 581 "status_code": 0 |
562 } | 582 } |
563 ] | 583 ] |
OLD | NEW |