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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 "[SLAVE_BUILD]/skimage/colorspace", | 205 "[SLAVE_BUILD]/skimage/colorspace", |
206 "--nameByHash", | 206 "--nameByHash", |
207 "--properties", | 207 "--properties", |
208 "gitHash", | 208 "gitHash", |
209 "abc123", | 209 "abc123", |
210 "master", | 210 "master", |
211 "client.skia", | 211 "client.skia", |
212 "builder", | 212 "builder", |
213 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 213 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
214 "build_number", | 214 "build_number", |
215 "5", | 215 "6", |
216 "--key", | 216 "--key", |
217 "arch", | 217 "arch", |
218 "x86_64", | 218 "x86_64", |
219 "compiler", | 219 "compiler", |
220 "GCC", | 220 "GCC", |
221 "configuration", | 221 "configuration", |
222 "Debug", | 222 "Debug", |
223 "cpu_or_gpu", | 223 "cpu_or_gpu", |
224 "CPU", | 224 "CPU", |
225 "cpu_or_gpu_value", | 225 "cpu_or_gpu_value", |
(...skipping 17 matching lines...) Expand all Loading... |
243 "SKIA_OUT": "[SLAVE_BUILD]/out" | 243 "SKIA_OUT": "[SLAVE_BUILD]/out" |
244 }, | 244 }, |
245 "name": "dm" | 245 "name": "dm" |
246 }, | 246 }, |
247 { | 247 { |
248 "name": "$result", | 248 "name": "$result", |
249 "recipe_result": null, | 249 "recipe_result": null, |
250 "status_code": 0 | 250 "status_code": 0 |
251 } | 251 } |
252 ] | 252 ] |
OLD | NEW |