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]/tmp/SK_IMAGE_VERSION", | 72 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
63 "/path/to/tmp/" | 73 "/path/to/tmp/" |
64 ], | 74 ], |
65 "name": "Get downloaded SK_IMAGE_VERSION" | 75 "name": "Get downloaded SK_IMAGE_VERSION" |
66 }, | 76 }, |
67 { | 77 { |
68 "cmd": [ | 78 "cmd": [ |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 ] | 191 ] |
182 }, | 192 }, |
183 { | 193 { |
184 "cmd": [ | 194 "cmd": [ |
185 "catchsegv", | 195 "catchsegv", |
186 "[SLAVE_BUILD]/out/Debug/dm", | 196 "[SLAVE_BUILD]/out/Debug/dm", |
187 "--undefok", | 197 "--undefok", |
188 "--resourcePath", | 198 "--resourcePath", |
189 "[SLAVE_BUILD]/skia/resources", | 199 "[SLAVE_BUILD]/skia/resources", |
190 "--skps", | 200 "--skps", |
191 "[SLAVE_BUILD]/skps", | 201 "[SLAVE_BUILD]/skp", |
192 "--images", | 202 "--images", |
193 "[SLAVE_BUILD]/images/dm", | 203 "[SLAVE_BUILD]/images/dm", |
194 "--colorImages", | 204 "--colorImages", |
195 "[SLAVE_BUILD]/images/colorspace", | 205 "[SLAVE_BUILD]/images/colorspace", |
196 "--nameByHash", | 206 "--nameByHash", |
197 "--properties", | 207 "--properties", |
198 "gitHash", | 208 "gitHash", |
199 "abc123", | 209 "abc123", |
200 "master", | 210 "master", |
201 "client.skia", | 211 "client.skia", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 "SKIA_OUT": "[SLAVE_BUILD]/out" | 243 "SKIA_OUT": "[SLAVE_BUILD]/out" |
234 }, | 244 }, |
235 "name": "dm" | 245 "name": "dm" |
236 }, | 246 }, |
237 { | 247 { |
238 "name": "$result", | 248 "name": "$result", |
239 "recipe_result": null, | 249 "recipe_result": null, |
240 "status_code": 0 | 250 "status_code": 0 |
241 } | 251 } |
242 ] | 252 ] |
OLD | NEW |