Skip to content

Use dashes rather than underscores in configuration

Adam Coldrick requested to merge sotk/tech-debt/config-standardisation into master

Description

Currently the config parser in BuildGrid supports both dashes and underscores in keys of objects parsed using custom YAML tags. This leads to inconsistent config which is hard to validate cleanly with a schema, so BuildGrid/buildgrid!415 (merged) enforces use of only dashes.

This MR updates the e2e config to meet this requirement, which will allow the tests to pass on that MR.

Merge request reports