Currently we are hand writing the runner script generation logic, which is labor intensive and error prone. A potential improvement is to use Jinja templates that take various inputs. We then only need to maintain a single (or a few) template rather than the customization logics in several places.
Currently we are hand writing the runner script generation logic, which is labor intensive and error prone. A potential improvement is to use Jinja templates that take various inputs. We then only need to maintain a single (or a few) template rather than the customization logics in several places.