OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", | 7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", |
8 "/path/to/tmp/" | 8 "/path/to/tmp/" |
9 ], | 9 ], |
10 "name": "Get downloaded SKP VERSION" | 10 "name": "Get downloaded SKP VERSION" |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 "client.skia", | 193 "client.skia", |
194 "builder", | 194 "builder", |
195 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", | 195 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", |
196 "build_number", | 196 "build_number", |
197 "5", | 197 "5", |
198 "issue", | 198 "issue", |
199 "500", | 199 "500", |
200 "patchset", | 200 "patchset", |
201 "1", | 201 "1", |
202 "patch_storage", | 202 "patch_storage", |
203 "", | 203 "rietveld", |
204 "--svgs", | 204 "--svgs", |
205 "[SLAVE_BUILD]\\svg", | 205 "[SLAVE_BUILD]\\svg", |
206 "--key", | 206 "--key", |
207 "arch", | 207 "arch", |
208 "x86_64", | 208 "x86_64", |
209 "compiler", | 209 "compiler", |
210 "MSVC", | 210 "MSVC", |
211 "configuration", | 211 "configuration", |
212 "Release", | 212 "Release", |
213 "cpu_or_gpu", | 213 "cpu_or_gpu", |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 520 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
521 }, | 521 }, |
522 "name": "dm" | 522 "name": "dm" |
523 }, | 523 }, |
524 { | 524 { |
525 "name": "$result", | 525 "name": "$result", |
526 "recipe_result": null, | 526 "recipe_result": null, |
527 "status_code": 0 | 527 "status_code": 0 |
528 } | 528 } |
529 ] | 529 ] |
OLD | NEW |