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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 "_", | 485 "_", |
486 "image-cacherator-from-ctable", | 486 "image-cacherator-from-ctable", |
487 "2ndpic-8888", | 487 "2ndpic-8888", |
488 "gm", | 488 "gm", |
489 "_", | 489 "_", |
490 "image-cacherator-from-ctable", | 490 "image-cacherator-from-ctable", |
491 "serialize-8888", | 491 "serialize-8888", |
492 "gm", | 492 "gm", |
493 "_", | 493 "_", |
494 "image-cacherator-from-ctable", | 494 "image-cacherator-from-ctable", |
| 495 "sp-8888", |
| 496 "gm", |
| 497 "_", |
| 498 "gamut", |
| 499 "pic-8888", |
| 500 "gm", |
| 501 "_", |
| 502 "gamut", |
| 503 "lite-8888", |
| 504 "gm", |
| 505 "_", |
| 506 "gamut", |
| 507 "2ndpic-8888", |
| 508 "gm", |
| 509 "_", |
| 510 "gamut", |
| 511 "serialize-8888", |
| 512 "gm", |
| 513 "_", |
| 514 "gamut", |
495 "--noRAW_threading" | 515 "--noRAW_threading" |
496 ], | 516 ], |
497 "env": { | 517 "env": { |
498 "BUILDTYPE": "Release_x64", | 518 "BUILDTYPE": "Release_x64", |
499 "CHROME_HEADLESS": "1", | 519 "CHROME_HEADLESS": "1", |
500 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 520 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
501 }, | 521 }, |
502 "name": "dm" | 522 "name": "dm" |
503 }, | 523 }, |
504 { | 524 { |
505 "name": "$result", | 525 "name": "$result", |
506 "recipe_result": null, | 526 "recipe_result": null, |
507 "status_code": 0 | 527 "status_code": 0 |
508 } | 528 } |
509 ] | 529 ] |
OLD | NEW |