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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 "--properties", | 161 "--properties", |
162 "gitHash", | 162 "gitHash", |
163 "abc123", | 163 "abc123", |
164 "build_number", | 164 "build_number", |
165 "5", | 165 "5", |
166 "issue", | 166 "issue", |
167 "500", | 167 "500", |
168 "patchset", | 168 "patchset", |
169 "1", | 169 "1", |
170 "patch_storage", | 170 "patch_storage", |
171 "", | 171 "rietveld", |
172 "--key", | 172 "--key", |
173 "arch", | 173 "arch", |
174 "x86_64", | 174 "x86_64", |
175 "compiler", | 175 "compiler", |
176 "MSVC", | 176 "MSVC", |
177 "cpu_or_gpu", | 177 "cpu_or_gpu", |
178 "GPU", | 178 "GPU", |
179 "cpu_or_gpu_value", | 179 "cpu_or_gpu_value", |
180 "HD4600", | 180 "HD4600", |
181 "model", | 181 "model", |
(...skipping 29 matching lines...) Expand all Loading... |
211 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 211 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
212 "@@@STEP_LOG_END@python.inline@@@" | 212 "@@@STEP_LOG_END@python.inline@@@" |
213 ] | 213 ] |
214 }, | 214 }, |
215 { | 215 { |
216 "name": "$result", | 216 "name": "$result", |
217 "recipe_result": null, | 217 "recipe_result": null, |
218 "status_code": 0 | 218 "status_code": 0 |
219 } | 219 } |
220 ] | 220 ] |
OLD | NEW |