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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 "_", | 370 "_", |
371 "image-cacherator-from-ctable", | 371 "image-cacherator-from-ctable", |
372 "2ndpic-8888", | 372 "2ndpic-8888", |
373 "gm", | 373 "gm", |
374 "_", | 374 "_", |
375 "image-cacherator-from-ctable", | 375 "image-cacherator-from-ctable", |
376 "serialize-8888", | 376 "serialize-8888", |
377 "gm", | 377 "gm", |
378 "_", | 378 "_", |
379 "image-cacherator-from-ctable", | 379 "image-cacherator-from-ctable", |
| 380 "sp-8888", |
| 381 "gm", |
| 382 "_", |
| 383 "gamut", |
| 384 "pic-8888", |
| 385 "gm", |
| 386 "_", |
| 387 "gamut", |
| 388 "lite-8888", |
| 389 "gm", |
| 390 "_", |
| 391 "gamut", |
| 392 "2ndpic-8888", |
| 393 "gm", |
| 394 "_", |
| 395 "gamut", |
| 396 "serialize-8888", |
| 397 "gm", |
| 398 "_", |
| 399 "gamut", |
380 "--outResultsFile", | 400 "--outResultsFile", |
381 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" | 401 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" |
382 ], | 402 ], |
383 "cwd": "[SLAVE_BUILD]/skia", | 403 "cwd": "[SLAVE_BUILD]/skia", |
384 "env": { | 404 "env": { |
385 "BUILDTYPE": "Coverage", | 405 "BUILDTYPE": "Coverage", |
386 "CHROME_HEADLESS": "1", | 406 "CHROME_HEADLESS": "1", |
387 "SKIA_OUT": "[SLAVE_BUILD]/out" | 407 "SKIA_OUT": "[SLAVE_BUILD]/out" |
388 }, | 408 }, |
389 "name": "dm" | 409 "name": "dm" |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 "[CUSTOM_[SWARM_OUT_DIR]]" | 499 "[CUSTOM_[SWARM_OUT_DIR]]" |
480 ], | 500 ], |
481 "name": "Copy to swarming out (2)" | 501 "name": "Copy to swarming out (2)" |
482 }, | 502 }, |
483 { | 503 { |
484 "name": "$result", | 504 "name": "$result", |
485 "recipe_result": null, | 505 "recipe_result": null, |
486 "status_code": 0 | 506 "status_code": 0 |
487 } | 507 } |
488 ] | 508 ] |
OLD | NEW |