| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" | 8 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 "[SLAVE_BUILD]/skia/tools/llvm_coverage_build", | 71 "[SLAVE_BUILD]/skia/tools/llvm_coverage_build", |
| 72 "dm" | 72 "dm" |
| 73 ], | 73 ], |
| 74 "cwd": "[SLAVE_BUILD]/skia", | 74 "cwd": "[SLAVE_BUILD]/skia", |
| 75 "env": { | 75 "env": { |
| 76 "BUILDTYPE": "Coverage", | 76 "BUILDTYPE": "Coverage", |
| 77 "CC": "/usr/bin/clang-3.6", | 77 "CC": "/usr/bin/clang-3.6", |
| 78 "CHROME_HEADLESS": "1", | 78 "CHROME_HEADLESS": "1", |
| 79 "CXX": "/usr/bin/clang++-3.6", | 79 "CXX": "/usr/bin/clang++-3.6", |
| 80 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", | 80 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", |
| 81 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 81 "PATH": "[DEPOT_TOOLS]:%(PATH)s", |
| 82 "PYTHONPATH": "[BUILD]/scripts", |
| 82 "SKIA_OUT": "[SLAVE_BUILD]/out" | 83 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 83 }, | 84 }, |
| 84 "name": "build dm" | 85 "name": "build dm" |
| 85 }, | 86 }, |
| 86 { | 87 { |
| 87 "cmd": [ | 88 "cmd": [ |
| 88 "python", | 89 "python", |
| 89 "-u", | 90 "-u", |
| 90 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 91 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 91 "[SLAVE_BUILD]/out/coverage_results" | 92 "[SLAVE_BUILD]/out/coverage_results" |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 "--outResultsFile", | 174 "--outResultsFile", |
| 174 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" | 175 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" |
| 175 ], | 176 ], |
| 176 "cwd": "[SLAVE_BUILD]/skia", | 177 "cwd": "[SLAVE_BUILD]/skia", |
| 177 "env": { | 178 "env": { |
| 178 "BUILDTYPE": "Coverage", | 179 "BUILDTYPE": "Coverage", |
| 179 "CC": "/usr/bin/clang-3.6", | 180 "CC": "/usr/bin/clang-3.6", |
| 180 "CHROME_HEADLESS": "1", | 181 "CHROME_HEADLESS": "1", |
| 181 "CXX": "/usr/bin/clang++-3.6", | 182 "CXX": "/usr/bin/clang++-3.6", |
| 182 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", | 183 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", |
| 183 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 184 "PATH": "[DEPOT_TOOLS]:%(PATH)s", |
| 185 "PYTHONPATH": "[BUILD]/scripts", |
| 184 "SKIA_OUT": "[SLAVE_BUILD]/out" | 186 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 185 }, | 187 }, |
| 186 "name": "dm" | 188 "name": "dm" |
| 187 }, | 189 }, |
| 188 { | 190 { |
| 189 "cmd": [ | 191 "cmd": [ |
| 190 "python", | 192 "python", |
| 191 "[SLAVE_BUILD]/skia/tools/parse_llvm_coverage.py", | 193 "[SLAVE_BUILD]/skia/tools/parse_llvm_coverage.py", |
| 192 "--report", | 194 "--report", |
| 193 "[SLAVE_BUILD]/out/coverage_results/abc123.cov", | 195 "[SLAVE_BUILD]/out/coverage_results/abc123.cov", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 224 "patchset", | 226 "patchset", |
| 225 "1" | 227 "1" |
| 226 ], | 228 ], |
| 227 "cwd": "[SLAVE_BUILD]/skia", | 229 "cwd": "[SLAVE_BUILD]/skia", |
| 228 "env": { | 230 "env": { |
| 229 "BUILDTYPE": "Coverage", | 231 "BUILDTYPE": "Coverage", |
| 230 "CC": "/usr/bin/clang-3.6", | 232 "CC": "/usr/bin/clang-3.6", |
| 231 "CHROME_HEADLESS": "1", | 233 "CHROME_HEADLESS": "1", |
| 232 "CXX": "/usr/bin/clang++-3.6", | 234 "CXX": "/usr/bin/clang++-3.6", |
| 233 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", | 235 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", |
| 234 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 236 "PATH": "[DEPOT_TOOLS]:%(PATH)s", |
| 237 "PYTHONPATH": "[BUILD]/scripts", |
| 235 "SKIA_OUT": "[SLAVE_BUILD]/out" | 238 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 236 }, | 239 }, |
| 237 "name": "Generate Coverage Data" | 240 "name": "Generate Coverage Data" |
| 238 }, | 241 }, |
| 239 { | 242 { |
| 240 "cmd": [ | 243 "cmd": [ |
| 241 "python", | 244 "python", |
| 242 "-u", | 245 "-u", |
| 243 "\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", | 246 "\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", |
| 244 "[SLAVE_BUILD]/out/coverage_results", | 247 "[SLAVE_BUILD]/out/coverage_results", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "[SWARM_OUT_DIR]" | 281 "[SWARM_OUT_DIR]" |
| 279 ], | 282 ], |
| 280 "name": "Copy to swarming out (2)" | 283 "name": "Copy to swarming out (2)" |
| 281 }, | 284 }, |
| 282 { | 285 { |
| 283 "name": "$result", | 286 "name": "$result", |
| 284 "recipe_result": null, | 287 "recipe_result": null, |
| 285 "status_code": 0 | 288 "status_code": 0 |
| 286 } | 289 } |
| 287 ] | 290 ] |
| OLD | NEW |