StarlingX build source tree root
e9fbe29f11
RoundTripLoader in ruamel.yaml will omit quotation marks. In some cases, the result by loading a yaml with RoundTripLoader and dumping it out will be unreadable by PYYAML. For example, the pattern: hosts: ["mon-logstash:port"] will be transformed to: hosts: [mon-logstash:port] Currently, the Armada project is using PYYAML. It's better to keep the quotes to allow the following process have to use PYYAML. Tested with rebuild the helm chart with the yaml has the pattern in the example, and the quotation marks are preserved. Change-Id: I7375a1ad498336baa337cca5af8f90028b753110 Partial-Bug: 1896530 Signed-off-by: Yuxing Jiang <yuxing.jiang@windriver.com> |
||
---|---|---|
build-data | ||
build-tools | ||
stx | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
LICENSE | ||
test-requirements.txt | ||
tox.ini |