| 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "_", | 366 "_", |
| 367 "image-cacherator-from-ctable", | 367 "image-cacherator-from-ctable", |
| 368 "2ndpic-8888", | 368 "2ndpic-8888", |
| 369 "gm", | 369 "gm", |
| 370 "_", | 370 "_", |
| 371 "image-cacherator-from-ctable", | 371 "image-cacherator-from-ctable", |
| 372 "serialize-8888", | 372 "serialize-8888", |
| 373 "gm", | 373 "gm", |
| 374 "_", | 374 "_", |
| 375 "image-cacherator-from-ctable", | 375 "image-cacherator-from-ctable", |
| 376 "sp-8888", | |
| 377 "svg", | |
| 378 "_", | |
| 379 "car.svg", | |
| 380 "pic-8888", | |
| 381 "svg", | |
| 382 "_", | |
| 383 "car.svg", | |
| 384 "2ndpic-8888", | |
| 385 "svg", | |
| 386 "_", | |
| 387 "car.svg", | |
| 388 "serialize-8888", | |
| 389 "svg", | |
| 390 "_", | |
| 391 "car.svg", | |
| 392 "sp-8888", | |
| 393 "svg", | |
| 394 "_", | |
| 395 "gallardo.svg", | |
| 396 "pic-8888", | |
| 397 "svg", | |
| 398 "_", | |
| 399 "gallardo.svg", | |
| 400 "2ndpic-8888", | |
| 401 "svg", | |
| 402 "_", | |
| 403 "gallardo.svg", | |
| 404 "serialize-8888", | |
| 405 "svg", | |
| 406 "_", | |
| 407 "gallardo.svg", | |
| 408 "sp-8888", | |
| 409 "svg", | |
| 410 "_", | |
| 411 "rg1024_green_grapes.svg", | |
| 412 "pic-8888", | |
| 413 "svg", | |
| 414 "_", | |
| 415 "rg1024_green_grapes.svg", | |
| 416 "2ndpic-8888", | |
| 417 "svg", | |
| 418 "_", | |
| 419 "rg1024_green_grapes.svg", | |
| 420 "serialize-8888", | |
| 421 "svg", | |
| 422 "_", | |
| 423 "rg1024_green_grapes.svg", | |
| 424 "sp-8888", | |
| 425 "svg", | |
| 426 "_", | |
| 427 "Seal_of_Kansas.svg", | |
| 428 "pic-8888", | |
| 429 "svg", | |
| 430 "_", | |
| 431 "Seal_of_Kansas.svg", | |
| 432 "2ndpic-8888", | |
| 433 "svg", | |
| 434 "_", | |
| 435 "Seal_of_Kansas.svg", | |
| 436 "serialize-8888", | |
| 437 "svg", | |
| 438 "_", | |
| 439 "Seal_of_Kansas.svg", | |
| 440 "--outResultsFile", | 376 "--outResultsFile", |
| 441 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" | 377 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" |
| 442 ], | 378 ], |
| 443 "cwd": "[SLAVE_BUILD]/skia", | 379 "cwd": "[SLAVE_BUILD]/skia", |
| 444 "env": { | 380 "env": { |
| 445 "BUILDTYPE": "Coverage", | 381 "BUILDTYPE": "Coverage", |
| 446 "CHROME_HEADLESS": "1", | 382 "CHROME_HEADLESS": "1", |
| 447 "SKIA_OUT": "[SLAVE_BUILD]/out" | 383 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 448 }, | 384 }, |
| 449 "name": "dm" | 385 "name": "dm" |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 "[CUSTOM_[SWARM_OUT_DIR]]" | 475 "[CUSTOM_[SWARM_OUT_DIR]]" |
| 540 ], | 476 ], |
| 541 "name": "Copy to swarming out (2)" | 477 "name": "Copy to swarming out (2)" |
| 542 }, | 478 }, |
| 543 { | 479 { |
| 544 "name": "$result", | 480 "name": "$result", |
| 545 "recipe_result": null, | 481 "recipe_result": null, |
| 546 "status_code": 0 | 482 "status_code": 0 |
| 547 } | 483 } |
| 548 ] | 484 ] |
| OLD | NEW |