| 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 30 matching lines...) Expand all Loading... |
| 41 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@}@@@", | 42 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 43 "@@@STEP_LOG_END@json.output@@@" | 43 "@@@STEP_LOG_END@json.output@@@" |
| 44 ] | 44 ] |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "cmd": [ | 47 "cmd": [ |
| 48 "python", | 48 "python", |
| 49 "-u", | 49 "-u", |
| 50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", | 51 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\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", |
| 59 "-u", |
| 60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 61 "42", |
| 62 "[SLAVE_BUILD]\\tmp\\SKP_VERSION" |
| 63 ], |
| 64 "name": "write SKP_VERSION" |
| 65 }, |
| 66 { |
| 67 "cmd": [ |
| 58 "python", | 68 "python", |
| 59 "-u", | 69 "-u", |
| 60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 70 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 61 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION", | 71 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION", |
| 62 "/path/to/tmp/" | 72 "/path/to/tmp/" |
| 63 ], | 73 ], |
| 64 "name": "Get downloaded skimage VERSION" | 74 "name": "Get downloaded skimage VERSION" |
| 65 }, | 75 }, |
| 66 { | 76 { |
| 67 "cmd": [ | 77 "cmd": [ |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "@@@STEP_LOG_END@python.inline@@@" | 199 "@@@STEP_LOG_END@python.inline@@@" |
| 190 ] | 200 ] |
| 191 }, | 201 }, |
| 192 { | 202 { |
| 193 "cmd": [ | 203 "cmd": [ |
| 194 "[SLAVE_BUILD]\\out\\Release_x64\\dm", | 204 "[SLAVE_BUILD]\\out\\Release_x64\\dm", |
| 195 "--undefok", | 205 "--undefok", |
| 196 "--resourcePath", | 206 "--resourcePath", |
| 197 "[SLAVE_BUILD]\\skia\\resources", | 207 "[SLAVE_BUILD]\\skia\\resources", |
| 198 "--skps", | 208 "--skps", |
| 199 "[SLAVE_BUILD]\\skps", | 209 "[SLAVE_BUILD]\\skp", |
| 200 "--images", | 210 "--images", |
| 201 "[SLAVE_BUILD]\\skimage\\dm", | 211 "[SLAVE_BUILD]\\skimage\\dm", |
| 202 "--colorImages", | 212 "--colorImages", |
| 203 "[SLAVE_BUILD]\\skimage\\colorspace", | 213 "[SLAVE_BUILD]\\skimage\\colorspace", |
| 204 "--nameByHash", | 214 "--nameByHash", |
| 205 "--properties", | 215 "--properties", |
| 206 "gitHash", | 216 "gitHash", |
| 207 "abc123", | 217 "abc123", |
| 208 "master", | 218 "master", |
| 209 "client.skia.compile", | 219 "client.skia.compile", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 255 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
| 246 }, | 256 }, |
| 247 "name": "dm" | 257 "name": "dm" |
| 248 }, | 258 }, |
| 249 { | 259 { |
| 250 "name": "$result", | 260 "name": "$result", |
| 251 "recipe_result": null, | 261 "recipe_result": null, |
| 252 "status_code": 0 | 262 "status_code": 0 |
| 253 } | 263 } |
| 254 ] | 264 ] |
| OLD | NEW |