mozilla / fxtest-jenkins-pipeline

DEPRECATED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use YAML schema for Treeherder messages

davehunt opened this issue · comments

We're currently using a schema converted from YAML to JSON, which means there's an additional steps whenever updating it from the master copy. We should use the unmodified YAML version from the treeherder repository instead.

We could convert the YAML to JSON using something like SnakeYAML, or even better, com.fasterxml.jackson.dataformat.yaml.YAMLFactory.

Using YAMLFactory from jackson-dataformats-text is likely blocked on #4.