| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "[SLAVE_BUILD]/skimage/nanobench", | 117 "[SLAVE_BUILD]/skimage/nanobench", |
| 118 "--nogpu", | 118 "--nogpu", |
| 119 "--pre_log", | 119 "--pre_log", |
| 120 "--scales", | 120 "--scales", |
| 121 "1.0", | 121 "1.0", |
| 122 "1.1", | 122 "1.1", |
| 123 "--config", | 123 "--config", |
| 124 "8888", | 124 "8888", |
| 125 "gpu", | 125 "gpu", |
| 126 "nonrendering", | 126 "nonrendering", |
| 127 "angle", |
| 127 "hwui", | 128 "hwui", |
| 128 "f16", | 129 "f16", |
| 129 "srgb", | 130 "srgb", |
| 130 "msaa16", | 131 "msaa16", |
| 131 "nvpr16", | 132 "nvpr16", |
| 132 "nvprdit16", | 133 "nvprdit16", |
| 133 "glinst", | 134 "glinst", |
| 134 "glinst16", | 135 "glinst16", |
| 135 "--match", | 136 "--match", |
| 136 "~interlaced1.png", | 137 "~interlaced1.png", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 203 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 203 "@@@STEP_LOG_END@python.inline@@@" | 204 "@@@STEP_LOG_END@python.inline@@@" |
| 204 ] | 205 ] |
| 205 }, | 206 }, |
| 206 { | 207 { |
| 207 "name": "$result", | 208 "name": "$result", |
| 208 "recipe_result": null, | 209 "recipe_result": null, |
| 209 "status_code": 0 | 210 "status_code": 0 |
| 210 } | 211 } |
| 211 ] | 212 ] |
| OLD | NEW |