| 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-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" | 8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]\\skia", | 10 "cwd": "[SLAVE_BUILD]\\skia", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", | 51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", |
| 52 "/path/to/tmp/" | 52 "/path/to/tmp/" |
| 53 ], | 53 ], |
| 54 "name": "Get downloaded SKP_VERSION" | 54 "name": "Get downloaded SKP_VERSION" |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "cmd": [ | 57 "cmd": [ |
| 58 "python", | 58 "python", |
| 59 "-u", | 59 "-u", |
| 60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 61 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION", | 61 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", |
| 62 "/path/to/tmp/" | 62 "/path/to/tmp/" |
| 63 ], | 63 ], |
| 64 "name": "Get downloaded skimage VERSION" | 64 "name": "Get downloaded SK_IMAGE_VERSION" |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 "cmd": [ | 67 "cmd": [ |
| 68 "python", | |
| 69 "-u", | |
| 70 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 71 "42", | |
| 72 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION" | |
| 73 ], | |
| 74 "name": "write SK_IMAGE_VERSION" | |
| 75 }, | |
| 76 { | |
| 77 "cmd": [ | |
| 78 "python", | 68 "python", |
| 79 "-u", | 69 "-u", |
| 80 "\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", | 70 "\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", |
| 81 "[CUSTOM_[SWARM_OUT_DIR]]\\dm" | 71 "[CUSTOM_[SWARM_OUT_DIR]]\\dm" |
| 82 ], | 72 ], |
| 83 "env": { | 73 "env": { |
| 84 "PYTHONPATH": "build\\scripts" | 74 "PYTHONPATH": "build\\scripts" |
| 85 }, | 75 }, |
| 86 "name": "rmtree dm", | 76 "name": "rmtree dm", |
| 87 "~followup_annotations": [ | 77 "~followup_annotations": [ |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 }, | 181 }, |
| 192 { | 182 { |
| 193 "cmd": [ | 183 "cmd": [ |
| 194 "[SLAVE_BUILD]\\out\\Release_x64\\dm", | 184 "[SLAVE_BUILD]\\out\\Release_x64\\dm", |
| 195 "--undefok", | 185 "--undefok", |
| 196 "--resourcePath", | 186 "--resourcePath", |
| 197 "[SLAVE_BUILD]\\skia\\resources", | 187 "[SLAVE_BUILD]\\skia\\resources", |
| 198 "--skps", | 188 "--skps", |
| 199 "[SLAVE_BUILD]\\skps", | 189 "[SLAVE_BUILD]\\skps", |
| 200 "--images", | 190 "--images", |
| 201 "[SLAVE_BUILD]\\skimage\\dm", | 191 "[SLAVE_BUILD]\\images\\dm", |
| 202 "--nameByHash", | 192 "--nameByHash", |
| 203 "--properties", | 193 "--properties", |
| 204 "gitHash", | 194 "gitHash", |
| 205 "abc123", | 195 "abc123", |
| 206 "master", | 196 "master", |
| 207 "client.skia", | 197 "client.skia", |
| 208 "builder", | 198 "builder", |
| 209 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", | 199 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", |
| 210 "build_number", | 200 "build_number", |
| 211 "5", | 201 "5", |
| 212 "issue", | 202 "issue", |
| 213 "500", | 203 "500", |
| 214 "patchset", | 204 "patchset", |
| 215 "1", | 205 "1", |
| 216 "--colorImages", | 206 "--colorImages", |
| 217 "[SLAVE_BUILD]\\skimage\\colorspace", | 207 "[SLAVE_BUILD]\\images\\colorspace", |
| 218 "--key", | 208 "--key", |
| 219 "arch", | 209 "arch", |
| 220 "x86_64", | 210 "x86_64", |
| 221 "compiler", | 211 "compiler", |
| 222 "MSVC", | 212 "MSVC", |
| 223 "configuration", | 213 "configuration", |
| 224 "Release", | 214 "Release", |
| 225 "cpu_or_gpu", | 215 "cpu_or_gpu", |
| 226 "CPU", | 216 "CPU", |
| 227 "cpu_or_gpu_value", | 217 "cpu_or_gpu_value", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 245 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 235 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
| 246 }, | 236 }, |
| 247 "name": "dm" | 237 "name": "dm" |
| 248 }, | 238 }, |
| 249 { | 239 { |
| 250 "name": "$result", | 240 "name": "$result", |
| 251 "recipe_result": null, | 241 "recipe_result": null, |
| 252 "status_code": 0 | 242 "status_code": 0 |
| 253 } | 243 } |
| 254 ] | 244 ] |
| OLD | NEW |