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