| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "--track-origins=yes", | 111 "--track-origins=yes", |
| 112 "--error-exitcode=1", | 112 "--error-exitcode=1", |
| 113 "--num-callers=40", | 113 "--num-callers=40", |
| 114 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 114 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
| 115 "[SLAVE_BUILD]/out/Release/nanobench", | 115 "[SLAVE_BUILD]/out/Release/nanobench", |
| 116 "--undefok", | 116 "--undefok", |
| 117 "-i", | 117 "-i", |
| 118 "[SLAVE_BUILD]/skia/resources", | 118 "[SLAVE_BUILD]/skia/resources", |
| 119 "--skps", | 119 "--skps", |
| 120 "[SLAVE_BUILD]/skp", | 120 "[SLAVE_BUILD]/skp", |
| 121 "--svgs", | |
| 122 "[SLAVE_BUILD]/svg", | |
| 123 "--images", | 121 "--images", |
| 124 "[SLAVE_BUILD]/skimage/nanobench", | 122 "[SLAVE_BUILD]/skimage/nanobench", |
| 125 "--nocpu", | 123 "--nocpu", |
| 126 "--pre_log", | 124 "--pre_log", |
| 127 "--images", | 125 "--images", |
| 128 "--gpuStatsDump", | 126 "--gpuStatsDump", |
| 129 "true", | 127 "true", |
| 130 "--scales", | 128 "--scales", |
| 131 "1.0", | 129 "1.0", |
| 132 "1.1", | 130 "1.1", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "--track-origins=yes", | 206 "--track-origins=yes", |
| 209 "--error-exitcode=1", | 207 "--error-exitcode=1", |
| 210 "--num-callers=40", | 208 "--num-callers=40", |
| 211 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 209 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
| 212 "[SLAVE_BUILD]/out/Release/nanobench", | 210 "[SLAVE_BUILD]/out/Release/nanobench", |
| 213 "--undefok", | 211 "--undefok", |
| 214 "-i", | 212 "-i", |
| 215 "[SLAVE_BUILD]/skia/resources", | 213 "[SLAVE_BUILD]/skia/resources", |
| 216 "--skps", | 214 "--skps", |
| 217 "[SLAVE_BUILD]/skp", | 215 "[SLAVE_BUILD]/skp", |
| 218 "--svgs", | |
| 219 "[SLAVE_BUILD]/svg", | |
| 220 "--images", | 216 "--images", |
| 221 "[SLAVE_BUILD]/skimage/nanobench", | 217 "[SLAVE_BUILD]/skimage/nanobench", |
| 222 "--nocpu", | 218 "--nocpu", |
| 223 "--pre_log", | 219 "--pre_log", |
| 224 "--images", | 220 "--images", |
| 225 "--gpuStatsDump", | 221 "--gpuStatsDump", |
| 226 "true", | 222 "true", |
| 227 "--scales", | 223 "--scales", |
| 228 "1.0", | 224 "1.0", |
| 229 "1.1", | 225 "1.1", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 316 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 321 "@@@STEP_LOG_END@python.inline@@@" | 317 "@@@STEP_LOG_END@python.inline@@@" |
| 322 ] | 318 ] |
| 323 }, | 319 }, |
| 324 { | 320 { |
| 325 "name": "$result", | 321 "name": "$result", |
| 326 "recipe_result": null, | 322 "recipe_result": null, |
| 327 "status_code": 0 | 323 "status_code": 0 |
| 328 } | 324 } |
| 329 ] | 325 ] |
| OLD | NEW |