| 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 "serialize-8888", | 341 "serialize-8888", |
| 342 "gm", | 342 "gm", |
| 343 "_", | 343 "_", |
| 344 "image-cacherator-from-ctable", | 344 "image-cacherator-from-ctable", |
| 345 "--outResultsFile", | 345 "--outResultsFile", |
| 346 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" | 346 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" |
| 347 ], | 347 ], |
| 348 "cwd": "[SLAVE_BUILD]/skia", | 348 "cwd": "[SLAVE_BUILD]/skia", |
| 349 "env": { | 349 "env": { |
| 350 "BUILDTYPE": "Coverage", | 350 "BUILDTYPE": "Coverage", |
| 351 "CC": "/usr/bin/clang-3.6", | 351 "CC": "/usr/bin/clang", |
| 352 "CHROME_HEADLESS": "1", | 352 "CHROME_HEADLESS": "1", |
| 353 "CXX": "/usr/bin/clang++-3.6", | 353 "CXX": "/usr/bin/clang++", |
| 354 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", | 354 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", |
| 355 "SKIA_OUT": "[SLAVE_BUILD]/out" | 355 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 356 }, | 356 }, |
| 357 "name": "dm" | 357 "name": "dm" |
| 358 }, | 358 }, |
| 359 { | 359 { |
| 360 "cmd": [ | 360 "cmd": [ |
| 361 "python", | 361 "python", |
| 362 "[SLAVE_BUILD]/skia/tools/parse_llvm_coverage.py", | 362 "[SLAVE_BUILD]/skia/tools/parse_llvm_coverage.py", |
| 363 "--report", | 363 "--report", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 391 "build_number", | 391 "build_number", |
| 392 "5", | 392 "5", |
| 393 "issue", | 393 "issue", |
| 394 "500", | 394 "500", |
| 395 "patchset", | 395 "patchset", |
| 396 "1" | 396 "1" |
| 397 ], | 397 ], |
| 398 "cwd": "[SLAVE_BUILD]/skia", | 398 "cwd": "[SLAVE_BUILD]/skia", |
| 399 "env": { | 399 "env": { |
| 400 "BUILDTYPE": "Coverage", | 400 "BUILDTYPE": "Coverage", |
| 401 "CC": "/usr/bin/clang-3.6", | 401 "CC": "/usr/bin/clang", |
| 402 "CHROME_HEADLESS": "1", | 402 "CHROME_HEADLESS": "1", |
| 403 "CXX": "/usr/bin/clang++-3.6", | 403 "CXX": "/usr/bin/clang++", |
| 404 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", | 404 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", |
| 405 "SKIA_OUT": "[SLAVE_BUILD]/out" | 405 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 406 }, | 406 }, |
| 407 "name": "Generate Coverage Data" | 407 "name": "Generate Coverage Data" |
| 408 }, | 408 }, |
| 409 { | 409 { |
| 410 "cmd": [ | 410 "cmd": [ |
| 411 "python", | 411 "python", |
| 412 "-u", | 412 "-u", |
| 413 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 413 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 "[CUSTOM_[SWARM_OUT_DIR]]" | 448 "[CUSTOM_[SWARM_OUT_DIR]]" |
| 449 ], | 449 ], |
| 450 "name": "Copy to swarming out (2)" | 450 "name": "Copy to swarming out (2)" |
| 451 }, | 451 }, |
| 452 { | 452 { |
| 453 "name": "$result", | 453 "name": "$result", |
| 454 "recipe_result": null, | 454 "recipe_result": null, |
| 455 "status_code": 0 | 455 "status_code": 0 |
| 456 } | 456 } |
| 457 ] | 457 ] |
| OLD | NEW |