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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 "gm", | 437 "gm", |
438 "_", | 438 "_", |
439 "image-cacherator-from-ctable", | 439 "image-cacherator-from-ctable", |
440 "2ndpic-8888", | 440 "2ndpic-8888", |
441 "gm", | 441 "gm", |
442 "_", | 442 "_", |
443 "image-cacherator-from-ctable", | 443 "image-cacherator-from-ctable", |
444 "serialize-8888", | 444 "serialize-8888", |
445 "gm", | 445 "gm", |
446 "_", | 446 "_", |
447 "image-cacherator-from-ctable", | 447 "image-cacherator-from-ctable" |
448 "sp-8888", | |
449 "svg", | |
450 "_", | |
451 "car.svg", | |
452 "pic-8888", | |
453 "svg", | |
454 "_", | |
455 "car.svg", | |
456 "2ndpic-8888", | |
457 "svg", | |
458 "_", | |
459 "car.svg", | |
460 "serialize-8888", | |
461 "svg", | |
462 "_", | |
463 "car.svg", | |
464 "sp-8888", | |
465 "svg", | |
466 "_", | |
467 "gallardo.svg", | |
468 "pic-8888", | |
469 "svg", | |
470 "_", | |
471 "gallardo.svg", | |
472 "2ndpic-8888", | |
473 "svg", | |
474 "_", | |
475 "gallardo.svg", | |
476 "serialize-8888", | |
477 "svg", | |
478 "_", | |
479 "gallardo.svg", | |
480 "sp-8888", | |
481 "svg", | |
482 "_", | |
483 "rg1024_green_grapes.svg", | |
484 "pic-8888", | |
485 "svg", | |
486 "_", | |
487 "rg1024_green_grapes.svg", | |
488 "2ndpic-8888", | |
489 "svg", | |
490 "_", | |
491 "rg1024_green_grapes.svg", | |
492 "serialize-8888", | |
493 "svg", | |
494 "_", | |
495 "rg1024_green_grapes.svg", | |
496 "sp-8888", | |
497 "svg", | |
498 "_", | |
499 "Seal_of_Kansas.svg", | |
500 "pic-8888", | |
501 "svg", | |
502 "_", | |
503 "Seal_of_Kansas.svg", | |
504 "2ndpic-8888", | |
505 "svg", | |
506 "_", | |
507 "Seal_of_Kansas.svg", | |
508 "serialize-8888", | |
509 "svg", | |
510 "_", | |
511 "Seal_of_Kansas.svg" | |
512 ], | 448 ], |
513 "env": { | 449 "env": { |
514 "BUILDTYPE": "Debug", | 450 "BUILDTYPE": "Debug", |
515 "CHROME_HEADLESS": "1", | 451 "CHROME_HEADLESS": "1", |
516 "SKIA_OUT": "[SLAVE_BUILD]/out" | 452 "SKIA_OUT": "[SLAVE_BUILD]/out" |
517 }, | 453 }, |
518 "name": "dm" | 454 "name": "dm" |
519 }, | 455 }, |
520 { | 456 { |
521 "name": "$result", | 457 "name": "$result", |
522 "recipe_result": null, | 458 "recipe_result": null, |
523 "status_code": 0 | 459 "status_code": 0 |
524 } | 460 } |
525 ] | 461 ] |
OLD | NEW |