Identify failures fast in unit tests MVC
This epic represents the collection of MVCs to utilize test data to get to a failed build faster because nothing is worse than having all tests but the last one pass.
"failed" here means that we have made use of as many artifacts/cache/code that we have access to as possible to try to determine tests and/or jobs that are likely to fail. We can prioritize those to run first so the user can gain confidence that as their build progresses it will be more and more likely to pass.
Things beyond the scope of this MVC are making use of ML, improved code quality reports or other new tech to provide real time analysis of the code changes to change the pipeline order on each new commit.
epic