| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "--skps", | 112 "--skps", |
| 113 "[SLAVE_BUILD]/skp", | 113 "[SLAVE_BUILD]/skp", |
| 114 "--images", | 114 "--images", |
| 115 "[SLAVE_BUILD]/skimage/nanobench", | 115 "[SLAVE_BUILD]/skimage/nanobench", |
| 116 "--nogpu", | 116 "--nogpu", |
| 117 "--pre_log", | 117 "--pre_log", |
| 118 "--scales", | 118 "--scales", |
| 119 "1.0", | 119 "1.0", |
| 120 "1.1", | 120 "1.1", |
| 121 "--config", | 121 "--config", |
| 122 "565", | |
| 123 "8888", | 122 "8888", |
| 124 "gpu", | 123 "gpu", |
| 125 "nonrendering", | 124 "nonrendering", |
| 126 "angle", | 125 "angle", |
| 127 "hwui", | 126 "hwui", |
| 128 "f16", | 127 "f16", |
| 129 "srgb", | 128 "srgb", |
| 130 "msaa16", | 129 "msaa16", |
| 131 "nvpr16", | 130 "nvpr16", |
| 132 "nvprdit16", | 131 "nvprdit16", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 201 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 203 "@@@STEP_LOG_END@python.inline@@@" | 202 "@@@STEP_LOG_END@python.inline@@@" |
| 204 ] | 203 ] |
| 205 }, | 204 }, |
| 206 { | 205 { |
| 207 "name": "$result", | 206 "name": "$result", |
| 208 "recipe_result": null, | 207 "recipe_result": null, |
| 209 "status_code": 0 | 208 "status_code": 0 |
| 210 } | 209 } |
| 211 ] | 210 ] |
| OLD | NEW |