The current discovery code for git repostories has behavior to look for runtask.yml because that's what we cared about at the time.
runtask.yml
As the tests stored in dist-git change over to use the standard-test-roles, the name of the file we're looking for is going to change. We need to figure out a decent way to adapt to this change.
My first thought was to either make the filename that we're looking for configurable or switch it out to tests.yml in accordance with the current CI plans in Fedora. Thoughts? Suggestions?
tests.yml
I assumed we'd just require having tests.yml. Any disadvantage with that?
Metadata Update from @kparal: - Issue priority set to: High
It's less flexible in a way but I'm not sure it matters. If there are no objections to doing it that way, I'll submit a PR to make the change
Let's create feature/ansiblize similar to our other projects and push it in there. No PR needed, unless you want the review, of course.
feature/ansiblize
Yeah, it turns out that there are some more backwards-incompatible changes needed to make this work properly so a feature/ansiblize branch makes sense.
Merged in c44fa56
Metadata Update from @kparal: - Issue close_status updated to: Fixed
Log in to comment on this ticket.