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