-
Notifications
You must be signed in to change notification settings - Fork 47k
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
[DevTools] Fix Circle CI to run all DevTools tests #21780
Comments
@bvaughn Can i take this one ? |
@houssemchebeb This issue is all yours! 😄 I've added the "good first issue (taken)" label so that others will know not to start work on the issue. If you change your mind about the issue, no worries! Just let me know so that I can remove the label and free it up for someone else to claim. Cheers! |
Ok thanks! |
I believe that it already runs all of the tests but split among several different containers. |
Oooh, I believe you're right. I wasn't reading the Circle CI UI correctly. So DevTools tests are broken into 20 parallel containers, each one running only a couple of tests. That makes sense! I think we can close this issue then as my mistake 😁 |
Circle CI only runs some of the DevTools tests, e.g.
https://app.circleci.com/pipelines/github/facebook/react/15329/workflows/8547df20-d3cd-4795-b2f0-a4bbe9e39a9e/jobs/336119
Run locally:
Run on CI:
Presumably there's something wrong with our CircleCI config file or one of the Jest configuration files elsewhere.
The text was updated successfully, but these errors were encountered: