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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 "_", | 434 "_", |
435 "image-cacherator-from-ctable", | 435 "image-cacherator-from-ctable", |
436 "2ndpic-8888", | 436 "2ndpic-8888", |
437 "gm", | 437 "gm", |
438 "_", | 438 "_", |
439 "image-cacherator-from-ctable", | 439 "image-cacherator-from-ctable", |
440 "serialize-8888", | 440 "serialize-8888", |
441 "gm", | 441 "gm", |
442 "_", | 442 "_", |
443 "image-cacherator-from-ctable", | 443 "image-cacherator-from-ctable", |
| 444 "sp-8888", |
| 445 "gm", |
| 446 "_", |
| 447 "gamut", |
| 448 "pic-8888", |
| 449 "gm", |
| 450 "_", |
| 451 "gamut", |
| 452 "lite-8888", |
| 453 "gm", |
| 454 "_", |
| 455 "gamut", |
| 456 "2ndpic-8888", |
| 457 "gm", |
| 458 "_", |
| 459 "gamut", |
| 460 "serialize-8888", |
| 461 "gm", |
| 462 "_", |
| 463 "gamut", |
444 "_", | 464 "_", |
445 "image", | 465 "image", |
446 "_", | 466 "_", |
447 "interlaced1.png", | 467 "interlaced1.png", |
448 "_", | 468 "_", |
449 "image", | 469 "image", |
450 "_", | 470 "_", |
451 "interlaced2.png", | 471 "interlaced2.png", |
452 "_", | 472 "_", |
453 "image", | 473 "image", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 "SKIA_OUT": "[SLAVE_BUILD]/out" | 560 "SKIA_OUT": "[SLAVE_BUILD]/out" |
541 }, | 561 }, |
542 "name": "dm" | 562 "name": "dm" |
543 }, | 563 }, |
544 { | 564 { |
545 "name": "$result", | 565 "name": "$result", |
546 "recipe_result": null, | 566 "recipe_result": null, |
547 "status_code": 0 | 567 "status_code": 0 |
548 } | 568 } |
549 ] | 569 ] |
OLD | NEW |