| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 54 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 55 "/path/to/tmp/" | 55 "/path/to/tmp/" |
| 56 ], | 56 ], |
| 57 "name": "Get downloaded SKP_VERSION" | 57 "name": "Get downloaded SKP_VERSION" |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 "cmd": [ | 60 "cmd": [ |
| 61 "python", | 61 "python", |
| 62 "-u", | 62 "-u", |
| 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 64 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 64 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 65 "/path/to/tmp/" | 65 "/path/to/tmp/" |
| 66 ], | 66 ], |
| 67 "name": "Get downloaded SK_IMAGE_VERSION" | 67 "name": "Get downloaded skimage VERSION" |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "cmd": [ | 70 "cmd": [ |
| 71 "python", |
| 72 "-u", |
| 73 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 74 "42", |
| 75 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" |
| 76 ], |
| 77 "name": "write SK_IMAGE_VERSION" |
| 78 }, |
| 79 { |
| 80 "cmd": [ |
| 71 "[SLAVE_BUILD]/skia/tools/llvm_coverage_build", | 81 "[SLAVE_BUILD]/skia/tools/llvm_coverage_build", |
| 72 "dm" | 82 "dm" |
| 73 ], | 83 ], |
| 74 "cwd": "[SLAVE_BUILD]/skia", | 84 "cwd": "[SLAVE_BUILD]/skia", |
| 75 "env": { | 85 "env": { |
| 76 "BUILDTYPE": "Coverage", | 86 "BUILDTYPE": "Coverage", |
| 77 "CC": "/usr/bin/clang-3.6", | 87 "CC": "/usr/bin/clang-3.6", |
| 78 "CHROME_HEADLESS": "1", | 88 "CHROME_HEADLESS": "1", |
| 79 "CXX": "/usr/bin/clang++-3.6", | 89 "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", | 90 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "cmd": [ | 141 "cmd": [ |
| 132 "python", | 142 "python", |
| 133 "[SLAVE_BUILD]/skia/tools/llvm_coverage_run.py", | 143 "[SLAVE_BUILD]/skia/tools/llvm_coverage_run.py", |
| 134 "dm", | 144 "dm", |
| 135 "--undefok", | 145 "--undefok", |
| 136 "--resourcePath", | 146 "--resourcePath", |
| 137 "[SLAVE_BUILD]/skia/resources", | 147 "[SLAVE_BUILD]/skia/resources", |
| 138 "--skps", | 148 "--skps", |
| 139 "[SLAVE_BUILD]/skps", | 149 "[SLAVE_BUILD]/skps", |
| 140 "--images", | 150 "--images", |
| 141 "[SLAVE_BUILD]/images/dm", | 151 "[SLAVE_BUILD]/skimage/dm", |
| 142 "--nameByHash", | 152 "--nameByHash", |
| 143 "--properties", | 153 "--properties", |
| 144 "gitHash", | 154 "gitHash", |
| 145 "abc123", | 155 "abc123", |
| 146 "master", | 156 "master", |
| 147 "client.skia", | 157 "client.skia", |
| 148 "builder", | 158 "builder", |
| 149 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 159 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
| 150 "build_number", | 160 "build_number", |
| 151 "5", | 161 "5", |
| 152 "issue", | 162 "issue", |
| 153 "500", | 163 "500", |
| 154 "patchset", | 164 "patchset", |
| 155 "1", | 165 "1", |
| 156 "--colorImages", | 166 "--colorImages", |
| 157 "[SLAVE_BUILD]/images/colorspace", | 167 "[SLAVE_BUILD]/skimage/colorspace", |
| 158 "--key", | 168 "--key", |
| 159 "arch", | 169 "arch", |
| 160 "x86_64", | 170 "x86_64", |
| 161 "compiler", | 171 "compiler", |
| 162 "Clang", | 172 "Clang", |
| 163 "configuration", | 173 "configuration", |
| 164 "Coverage", | 174 "Coverage", |
| 165 "cpu_or_gpu", | 175 "cpu_or_gpu", |
| 166 "CPU", | 176 "CPU", |
| 167 "cpu_or_gpu_value", | 177 "cpu_or_gpu_value", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "[CUSTOM_[SWARM_OUT_DIR]]" | 290 "[CUSTOM_[SWARM_OUT_DIR]]" |
| 281 ], | 291 ], |
| 282 "name": "Copy to swarming out (2)" | 292 "name": "Copy to swarming out (2)" |
| 283 }, | 293 }, |
| 284 { | 294 { |
| 285 "name": "$result", | 295 "name": "$result", |
| 286 "recipe_result": null, | 296 "recipe_result": null, |
| 287 "status_code": 0 | 297 "status_code": 0 |
| 288 } | 298 } |
| 289 ] | 299 ] |
| OLD | NEW |