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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 "gm", | 417 "gm", |
418 "_", | 418 "_", |
419 "image-cacherator-from-ctable", | 419 "image-cacherator-from-ctable", |
420 "2ndpic-8888", | 420 "2ndpic-8888", |
421 "gm", | 421 "gm", |
422 "_", | 422 "_", |
423 "image-cacherator-from-ctable", | 423 "image-cacherator-from-ctable", |
424 "serialize-8888", | 424 "serialize-8888", |
425 "gm", | 425 "gm", |
426 "_", | 426 "_", |
427 "image-cacherator-from-ctable", | 427 "image-cacherator-from-ctable" |
428 "sp-8888", | |
429 "svg", | |
430 "_", | |
431 "car.svg", | |
432 "pic-8888", | |
433 "svg", | |
434 "_", | |
435 "car.svg", | |
436 "2ndpic-8888", | |
437 "svg", | |
438 "_", | |
439 "car.svg", | |
440 "serialize-8888", | |
441 "svg", | |
442 "_", | |
443 "car.svg", | |
444 "sp-8888", | |
445 "svg", | |
446 "_", | |
447 "gallardo.svg", | |
448 "pic-8888", | |
449 "svg", | |
450 "_", | |
451 "gallardo.svg", | |
452 "2ndpic-8888", | |
453 "svg", | |
454 "_", | |
455 "gallardo.svg", | |
456 "serialize-8888", | |
457 "svg", | |
458 "_", | |
459 "gallardo.svg", | |
460 "sp-8888", | |
461 "svg", | |
462 "_", | |
463 "rg1024_green_grapes.svg", | |
464 "pic-8888", | |
465 "svg", | |
466 "_", | |
467 "rg1024_green_grapes.svg", | |
468 "2ndpic-8888", | |
469 "svg", | |
470 "_", | |
471 "rg1024_green_grapes.svg", | |
472 "serialize-8888", | |
473 "svg", | |
474 "_", | |
475 "rg1024_green_grapes.svg", | |
476 "sp-8888", | |
477 "svg", | |
478 "_", | |
479 "Seal_of_Kansas.svg", | |
480 "pic-8888", | |
481 "svg", | |
482 "_", | |
483 "Seal_of_Kansas.svg", | |
484 "2ndpic-8888", | |
485 "svg", | |
486 "_", | |
487 "Seal_of_Kansas.svg", | |
488 "serialize-8888", | |
489 "svg", | |
490 "_", | |
491 "Seal_of_Kansas.svg" | |
492 ], | 428 ], |
493 "env": { | 429 "env": { |
494 "BUILDTYPE": "Debug", | 430 "BUILDTYPE": "Debug", |
495 "CHROME_HEADLESS": "1", | 431 "CHROME_HEADLESS": "1", |
496 "SKIA_OUT": "[SLAVE_BUILD]/out" | 432 "SKIA_OUT": "[SLAVE_BUILD]/out" |
497 }, | 433 }, |
498 "name": "dm" | 434 "name": "dm" |
499 }, | 435 }, |
500 { | 436 { |
501 "name": "$result", | 437 "name": "$result", |
502 "recipe_result": null, | 438 "recipe_result": null, |
503 "status_code": 0 | 439 "status_code": 0 |
504 } | 440 } |
505 ] | 441 ] |
OLD | NEW |