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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 "gm", | 357 "gm", |
358 "_", | 358 "_", |
359 "scaled_tilemodes", | 359 "scaled_tilemodes", |
360 "serialize-8888", | 360 "serialize-8888", |
361 "gm", | 361 "gm", |
362 "_", | 362 "_", |
363 "typefacerendering_pfaMac", | 363 "typefacerendering_pfaMac", |
364 "serialize-8888", | 364 "serialize-8888", |
365 "gm", | 365 "gm", |
366 "_", | 366 "_", |
367 "parsedpaths", | |
368 "serialize-8888", | |
369 "gm", | |
370 "_", | |
371 "bleed_alpha_image", | 367 "bleed_alpha_image", |
372 "serialize-8888", | 368 "serialize-8888", |
373 "gm", | 369 "gm", |
374 "_", | 370 "_", |
375 "bleed_alpha_image_shader", | 371 "bleed_alpha_image_shader", |
376 "sp-8888", | 372 "sp-8888", |
377 "gm", | 373 "gm", |
378 "_", | 374 "_", |
379 "drawfilter", | 375 "drawfilter", |
380 "pic-8888", | 376 "pic-8888", |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 ], | 456 ], |
461 "cwd": "[SLAVE_BUILD]/skia", | 457 "cwd": "[SLAVE_BUILD]/skia", |
462 "name": "dm" | 458 "name": "dm" |
463 }, | 459 }, |
464 { | 460 { |
465 "name": "$result", | 461 "name": "$result", |
466 "recipe_result": null, | 462 "recipe_result": null, |
467 "status_code": 0 | 463 "status_code": 0 |
468 } | 464 } |
469 ] | 465 ] |
OLD | NEW |