Patrick Rhomberg created GEODE-6483:
---------------------------------------
Summary: Separate concerns of render.py
Key: GEODE-6483
URL: https://issues.apache.org/jira/browse/GEODE-6483
Project: Geode
Issue Type: Improvement
Reporter: Patrick Rhomberg
Currently, the {{render.py}} script that handles interpolation of Jinja
variables in our various pipelines has the additional concern of settings
multiple pipeline variables hardcoded in the {{render.py}} script. Variables
of this script should be contained only in referenced variable files, e.g.
{{shared/jinja.variables.yml}}, and not hard-coded.
Removing this hard-coded behavior will make the script more flexible in its use
as a Jinja renderer as a whole, and make its behavior in the meta pipeline more
obvious to a developer-reader.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)