-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically generate test meta #3482
base: master
Are you sure you want to change the base?
Conversation
2189bad
to
8acebc0
Compare
Hold onto merging this: there is some unexpected meta update that I am still chasing |
2a6ce7a
to
7d82aed
Compare
7d82aed
to
b74fe83
Compare
This is now good to go: the issue was that the test infra to run tests was only running a subset of tests per file (because of batching), which caused the meta to be only contain data from the last batch for each test file. |
r+ b74fe83 |
this is blocked on a change in bors (should allow "skipped" workflow, and only look at failed ones) |
This PR adds a new Github action (to be installed in the contributor's fork) that automatically adds the updates to the "test meta" in the background.
This makes it much easier and faster as contributors do not need to
(this replaces #3401 )