-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
Previously we relied on which dashboard a job was aligned to for sorting jobs by release, as their names make it difficult when they contain both 4.10 and 4.11, but not in predictable orders.
Testgrid is configured via a git repository which assigns jobs to prow, I believe this is: https://github.com/kubernetes/test-infra/tree/master/config/testgrids/openshift
Scrape these configs so we can assign jobs to releases. Do we want to cache in db or query live on startup?