Remove the Ember Test Audit workflow #24637
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The Ember Test Audit github action stopped working recently.
It did a few things, but mostly it re-ran all our test-ui tests, both in the PR branch and base, and compared their # of tests and overall run time. It could do things like show when tests are flakey, but we never used it in that way (we only ran 1 iteration of each of the tests per run, etc. etc.)
We have a nice replacement in the works (phase 1, and phase 2), but while those are in the works we're getting no benefit from having 3-hour timeouts that always fail, so this PR removes it.