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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 "_", | 429 "_", |
430 "scaled_tilemodes_npot", | 430 "scaled_tilemodes_npot", |
431 "serialize-8888", | 431 "serialize-8888", |
432 "gm", | 432 "gm", |
433 "_", | 433 "_", |
434 "scaled_tilemodes", | 434 "scaled_tilemodes", |
435 "serialize-8888", | 435 "serialize-8888", |
436 "gm", | 436 "gm", |
437 "_", | 437 "_", |
438 "typefacerendering_pfaMac", | 438 "typefacerendering_pfaMac", |
439 "serialize-8888", | |
440 "gm", | |
441 "_", | |
442 "parsedpaths", | |
443 "pic-8888", | 439 "pic-8888", |
444 "gm", | 440 "gm", |
445 "_", | 441 "_", |
446 "drawfilter", | 442 "drawfilter", |
447 "pic-8888", | 443 "pic-8888", |
448 "gm", | 444 "gm", |
449 "_", | 445 "_", |
450 "image-cacherator-from-picture", | 446 "image-cacherator-from-picture", |
451 "serialize-8888", | 447 "serialize-8888", |
452 "gm", | 448 "gm", |
(...skipping 26 matching lines...) Expand all Loading... |
479 ], | 475 ], |
480 "cwd": "[SLAVE_BUILD]/skia", | 476 "cwd": "[SLAVE_BUILD]/skia", |
481 "name": "dm" | 477 "name": "dm" |
482 }, | 478 }, |
483 { | 479 { |
484 "name": "$result", | 480 "name": "$result", |
485 "recipe_result": null, | 481 "recipe_result": null, |
486 "status_code": 0 | 482 "status_code": 0 |
487 } | 483 } |
488 ] | 484 ] |
OLD | NEW |