CircleCI Enterprise only builds 3 jobs at a time

Our CircleCI is configured with unlimited parallelism yet only three jobs execute at a time.

I have not completely understood the difference (if any) betweeen concurrency and parallelism. How does one increase the number of concurrent/parallel jobs?

Current configuration:

  • 2 workflows
  • 3 jobs are shared by both workflows (they can run in parallel)
  • 2 jobs are exclusive to one workflow

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