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