Builds for facebook/react are blocked due to parallelism

I’ve created a PR to facebook/react from a forked repository.
Here is the PR.

But most of the CI builds are blocked due to the parallelism.

  • Uh oh! When we created this build, your project was configured to use 20x parallelism but you only had 4 containers. If you haven’t already, please add more containers or lower your parallelism.
    Sorry! Your build didn’t run because it needs more containers than your plan allows. Please decrease this project’s build parallelism or add more containers to your plan.

https://app.circleci.com/pipelines/github/koba04/react?branch=add-test-for-non-passive-event-handlers

What should I do to run all builds React provides?

This is an expected build results.
https://app.circleci.com/pipelines/github/facebook/react?branch=pull%2F19634

My colleague has taught me that the following was the reason of the issue.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.