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-GCC-GCE-CPU-AVX2-x86_64-Debug" | 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
43 "@@@STEP_LOG_LINE@json.output@}@@@", | 43 "@@@STEP_LOG_LINE@json.output@}@@@", |
44 "@@@STEP_LOG_END@json.output@@@" | 44 "@@@STEP_LOG_END@json.output@@@" |
45 ] | 45 ] |
46 }, | 46 }, |
47 { | 47 { |
48 "cmd": [ | 48 "cmd": [ |
49 "python", | 49 "python", |
50 "-u", | 50 "-u", |
51 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 51 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
52 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 52 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
53 "/path/to/tmp/" | 53 "/path/to/tmp/" |
54 ], | 54 ], |
55 "name": "Get downloaded SKP_VERSION" | 55 "name": "Get downloaded SKP VERSION" |
56 }, | 56 }, |
57 { | 57 { |
58 "cmd": [ | 58 "cmd": [ |
| 59 "python", |
| 60 "-u", |
| 61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 62 "42", |
| 63 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 64 ], |
| 65 "name": "write SKP_VERSION" |
| 66 }, |
| 67 { |
| 68 "cmd": [ |
59 "python", | 69 "python", |
60 "-u", | 70 "-u", |
61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 71 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
62 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 72 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
63 "/path/to/tmp/" | 73 "/path/to/tmp/" |
64 ], | 74 ], |
65 "name": "Get downloaded skimage VERSION" | 75 "name": "Get downloaded skimage VERSION" |
66 }, | 76 }, |
67 { | 77 { |
68 "cmd": [ | 78 "cmd": [ |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 ] | 201 ] |
192 }, | 202 }, |
193 { | 203 { |
194 "cmd": [ | 204 "cmd": [ |
195 "catchsegv", | 205 "catchsegv", |
196 "[SLAVE_BUILD]/out/Debug/dm", | 206 "[SLAVE_BUILD]/out/Debug/dm", |
197 "--undefok", | 207 "--undefok", |
198 "--resourcePath", | 208 "--resourcePath", |
199 "[SLAVE_BUILD]/skia/resources", | 209 "[SLAVE_BUILD]/skia/resources", |
200 "--skps", | 210 "--skps", |
201 "[SLAVE_BUILD]/skps", | 211 "[SLAVE_BUILD]/skp", |
202 "--images", | 212 "--images", |
203 "[SLAVE_BUILD]/skimage/dm", | 213 "[SLAVE_BUILD]/skimage/dm", |
204 "--colorImages", | 214 "--colorImages", |
205 "[SLAVE_BUILD]/skimage/colorspace", | 215 "[SLAVE_BUILD]/skimage/colorspace", |
206 "--nameByHash", | 216 "--nameByHash", |
207 "--properties", | 217 "--properties", |
208 "gitHash", | 218 "gitHash", |
209 "abc123", | 219 "abc123", |
210 "master", | 220 "master", |
211 "client.skia", | 221 "client.skia", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 "@@@STEP_FAILURE@@@" | 258 "@@@STEP_FAILURE@@@" |
249 ] | 259 ] |
250 }, | 260 }, |
251 { | 261 { |
252 "name": "$result", | 262 "name": "$result", |
253 "reason": "Failed build steps: dm", | 263 "reason": "Failed build steps: dm", |
254 "recipe_result": null, | 264 "recipe_result": null, |
255 "status_code": 1 | 265 "status_code": 1 |
256 } | 266 } |
257 ] | 267 ] |
OLD | NEW |