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