| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "_", | 361 "_", |
| 362 "drawfilter", | 362 "drawfilter", |
| 363 "pic-8888", | 363 "pic-8888", |
| 364 "gm", | 364 "gm", |
| 365 "_", | 365 "_", |
| 366 "drawfilter", | 366 "drawfilter", |
| 367 "2ndpic-8888", | 367 "2ndpic-8888", |
| 368 "gm", | 368 "gm", |
| 369 "_", | 369 "_", |
| 370 "drawfilter", | 370 "drawfilter", |
| 371 "lite-8888", |
| 372 "gm", |
| 373 "_", |
| 374 "drawfilter", |
| 371 "sp-8888", | 375 "sp-8888", |
| 372 "gm", | 376 "gm", |
| 373 "_", | 377 "_", |
| 374 "image-cacherator-from-picture", | 378 "image-cacherator-from-picture", |
| 375 "pic-8888", | 379 "pic-8888", |
| 376 "gm", | 380 "gm", |
| 377 "_", | 381 "_", |
| 378 "image-cacherator-from-picture", | 382 "image-cacherator-from-picture", |
| 379 "2ndpic-8888", | 383 "2ndpic-8888", |
| 380 "gm", | 384 "gm", |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 "SKIA_OUT": "[SLAVE_BUILD]/out" | 527 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 524 }, | 528 }, |
| 525 "name": "dm" | 529 "name": "dm" |
| 526 }, | 530 }, |
| 527 { | 531 { |
| 528 "name": "$result", | 532 "name": "$result", |
| 529 "recipe_result": null, | 533 "recipe_result": null, |
| 530 "status_code": 0 | 534 "status_code": 0 |
| 531 } | 535 } |
| 532 ] | 536 ] |
| OLD | NEW |