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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 "gm", | 422 "gm", |
423 "_", | 423 "_", |
424 "image-cacherator-from-ctable", | 424 "image-cacherator-from-ctable", |
425 "2ndpic-8888", | 425 "2ndpic-8888", |
426 "gm", | 426 "gm", |
427 "_", | 427 "_", |
428 "image-cacherator-from-ctable", | 428 "image-cacherator-from-ctable", |
429 "serialize-8888", | 429 "serialize-8888", |
430 "gm", | 430 "gm", |
431 "_", | 431 "_", |
432 "image-cacherator-from-ctable" | 432 "image-cacherator-from-ctable", |
| 433 "sp-8888", |
| 434 "gm", |
| 435 "_", |
| 436 "gamut", |
| 437 "pic-8888", |
| 438 "gm", |
| 439 "_", |
| 440 "gamut", |
| 441 "lite-8888", |
| 442 "gm", |
| 443 "_", |
| 444 "gamut", |
| 445 "2ndpic-8888", |
| 446 "gm", |
| 447 "_", |
| 448 "gamut", |
| 449 "serialize-8888", |
| 450 "gm", |
| 451 "_", |
| 452 "gamut" |
433 ], | 453 ], |
434 "env": { | 454 "env": { |
435 "BUILDTYPE": "Release", | 455 "BUILDTYPE": "Release", |
436 "CHROME_HEADLESS": "1", | 456 "CHROME_HEADLESS": "1", |
437 "SKIA_OUT": "[SLAVE_BUILD]/out" | 457 "SKIA_OUT": "[SLAVE_BUILD]/out" |
438 }, | 458 }, |
439 "name": "dm" | 459 "name": "dm" |
440 }, | 460 }, |
441 { | 461 { |
442 "name": "$result", | 462 "name": "$result", |
443 "recipe_result": null, | 463 "recipe_result": null, |
444 "status_code": 0 | 464 "status_code": 0 |
445 } | 465 } |
446 ] | 466 ] |
OLD | NEW |