Filename
Filename could be anything along the lines ci.*, fedora-ci.*, distro.*
File suffix
Both yaml and toml formats can have its benefits/issues, and supporting both is trivial, so the supported suffixes can be *.yaml, *.yml, *.toml
Content
Taking inspiration from pyproject.toml, each test/tool will have its configuration defined under a tools.* section. How each test defines the content of the configuration is up to the test to define.
Filename
Filename could be anything along the lines
ci.*,fedora-ci.*,distro.*File suffix
Both yaml and toml formats can have its benefits/issues, and supporting both is trivial, so the supported suffixes can be
*.yaml,*.yml,*.tomlContent
Taking inspiration from
pyproject.toml, each test/tool will have its configuration defined under atools.*section. How each test defines the content of the configuration is up to the test to define.