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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
441 "gm", | 441 "gm", |
442 "_", | 442 "_", |
443 "image-cacherator-from-ctable", | 443 "image-cacherator-from-ctable", |
444 "2ndpic-8888", | 444 "2ndpic-8888", |
445 "gm", | 445 "gm", |
446 "_", | 446 "_", |
447 "image-cacherator-from-ctable", | 447 "image-cacherator-from-ctable", |
448 "serialize-8888", | 448 "serialize-8888", |
449 "gm", | 449 "gm", |
450 "_", | 450 "_", |
451 "image-cacherator-from-ctable" | 451 "image-cacherator-from-ctable", |
| 452 "sp-8888", |
| 453 "gm", |
| 454 "_", |
| 455 "gamut", |
| 456 "pic-8888", |
| 457 "gm", |
| 458 "_", |
| 459 "gamut", |
| 460 "lite-8888", |
| 461 "gm", |
| 462 "_", |
| 463 "gamut", |
| 464 "2ndpic-8888", |
| 465 "gm", |
| 466 "_", |
| 467 "gamut", |
| 468 "serialize-8888", |
| 469 "gm", |
| 470 "_", |
| 471 "gamut" |
452 ], | 472 ], |
453 "env": { | 473 "env": { |
454 "BUILDTYPE": "Debug", | 474 "BUILDTYPE": "Debug", |
455 "CHROME_HEADLESS": "1", | 475 "CHROME_HEADLESS": "1", |
456 "SKIA_OUT": "[SLAVE_BUILD]/out" | 476 "SKIA_OUT": "[SLAVE_BUILD]/out" |
457 }, | 477 }, |
458 "name": "dm" | 478 "name": "dm" |
459 }, | 479 }, |
460 { | 480 { |
461 "name": "$result", | 481 "name": "$result", |
462 "recipe_result": null, | 482 "recipe_result": null, |
463 "status_code": 0 | 483 "status_code": 0 |
464 } | 484 } |
465 ] | 485 ] |
OLD | NEW |