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