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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 "_", | 427 "_", |
428 "scaled_tilemodes_npot", | 428 "scaled_tilemodes_npot", |
429 "serialize-8888", | 429 "serialize-8888", |
430 "gm", | 430 "gm", |
431 "_", | 431 "_", |
432 "scaled_tilemodes", | 432 "scaled_tilemodes", |
433 "serialize-8888", | 433 "serialize-8888", |
434 "gm", | 434 "gm", |
435 "_", | 435 "_", |
436 "typefacerendering_pfaMac", | 436 "typefacerendering_pfaMac", |
437 "serialize-8888", | |
438 "gm", | |
439 "_", | |
440 "parsedpaths", | |
441 "pic-8888", | 437 "pic-8888", |
442 "gm", | 438 "gm", |
443 "_", | 439 "_", |
444 "drawfilter", | 440 "drawfilter", |
445 "pic-8888", | 441 "pic-8888", |
446 "gm", | 442 "gm", |
447 "_", | 443 "_", |
448 "image-cacherator-from-picture", | 444 "image-cacherator-from-picture", |
449 "serialize-8888", | 445 "serialize-8888", |
450 "gm", | 446 "gm", |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 ], | 573 ], |
578 "cwd": "[SLAVE_BUILD]/skia", | 574 "cwd": "[SLAVE_BUILD]/skia", |
579 "name": "dm" | 575 "name": "dm" |
580 }, | 576 }, |
581 { | 577 { |
582 "name": "$result", | 578 "name": "$result", |
583 "recipe_result": null, | 579 "recipe_result": null, |
584 "status_code": 0 | 580 "status_code": 0 |
585 } | 581 } |
586 ] | 582 ] |
OLD | NEW |