When talking to the modularity folks (contyk in particular), it sounds like the log link we use for modulemd isn't great - it just points to a json representation of the results which isn't all that useful to humans.
It'd be more useful in this case to link to the root task_output instead of the json file but this isn't allowed in the resultsdb directive.
task_output
Enhance the resultsdb directive (or whatever it turns into once translated to ansible) to allow for reporting of the base task_output artifacts dir but leave the current default behavior alone.
This ticket had assigned some Differential requests: D1210
This could do it: https://github.com/fedora-modularity/check_modulemd/pull/22
No libtaskotron changes needed, I think. Just provide artifactsdir as path to the artifact, and it will point to the root directory.
artifactsdir
check_modulemd fix has been pushed and is working fine. However, after some thinking, changing the default to work exactly the same way makes a lot of sense, I believe. Please review D1210.
Solved, default changed, closing.