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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "~inc1.ico", | 164 "~inc1.ico", |
165 "~inc0.png", | 165 "~inc0.png", |
166 "~inc1.png", | 166 "~inc1.png", |
167 "~inc2.png", | 167 "~inc2.png", |
168 "~inc12.png", | 168 "~inc12.png", |
169 "~inc13.png", | 169 "~inc13.png", |
170 "~inc14.png", | 170 "~inc14.png", |
171 "~inc0.webp", | 171 "~inc0.webp", |
172 "~inc1.webp", | 172 "~inc1.webp", |
173 "--outResultsFile", | 173 "--outResultsFile", |
174 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-Valgrind/data/nanobench_abc123.json", | 174 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-Valgrind/data/nanobench_abc123_1337018001.json", |
175 "--properties", | 175 "--properties", |
176 "gitHash", | 176 "gitHash", |
177 "abc123", | 177 "abc123", |
178 "build_number", | 178 "build_number", |
179 "5", | 179 "5", |
180 "--key", | 180 "--key", |
181 "arch", | 181 "arch", |
182 "x86_64", | 182 "x86_64", |
183 "compiler", | 183 "compiler", |
184 "GCC", | 184 "GCC", |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 "~inc1.ico", | 261 "~inc1.ico", |
262 "~inc0.png", | 262 "~inc0.png", |
263 "~inc1.png", | 263 "~inc1.png", |
264 "~inc2.png", | 264 "~inc2.png", |
265 "~inc12.png", | 265 "~inc12.png", |
266 "~inc13.png", | 266 "~inc13.png", |
267 "~inc14.png", | 267 "~inc14.png", |
268 "~inc0.webp", | 268 "~inc0.webp", |
269 "~inc1.webp", | 269 "~inc1.webp", |
270 "--outResultsFile", | 270 "--outResultsFile", |
271 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-Valgrind/data/nanobench_abc123.json", | 271 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-Valgrind/data/nanobench_abc123_1337018001.json", |
272 "--properties", | 272 "--properties", |
273 "gitHash", | 273 "gitHash", |
274 "abc123", | 274 "abc123", |
275 "build_number", | 275 "build_number", |
276 "5", | 276 "5", |
277 "--key", | 277 "--key", |
278 "arch", | 278 "arch", |
279 "x86_64", | 279 "x86_64", |
280 "compiler", | 280 "compiler", |
281 "GCC", | 281 "GCC", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 320 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
321 "@@@STEP_LOG_END@python.inline@@@" | 321 "@@@STEP_LOG_END@python.inline@@@" |
322 ] | 322 ] |
323 }, | 323 }, |
324 { | 324 { |
325 "name": "$result", | 325 "name": "$result", |
326 "recipe_result": null, | 326 "recipe_result": null, |
327 "status_code": 0 | 327 "status_code": 0 |
328 } | 328 } |
329 ] | 329 ] |
OLD | NEW |