Skip to content

infra: set github actions max-parallel to 15#3057

Open
kevinjqliu wants to merge 3 commits intoapache:mainfrom
kevinjqliu:copilot/add-max-parallel-to-workflows
Open

infra: set github actions max-parallel to 15#3057
kevinjqliu wants to merge 3 commits intoapache:mainfrom
kevinjqliu:copilot/add-max-parallel-to-workflows

Conversation

@kevinjqliu
Copy link
Contributor

this is the guidance from apache infra, see https://s.apache.org/max-parallel

  • All workflows MUST have a job concurrency level less than or equal to 20. This means a workflow cannot have more than 20 jobs running at the same time across all matrices.
  • All workflows SHOULD have a job concurrency level less than or equal to 15. Just because 20 is the max, doesn't mean you should strive for 20.

note that max-parallel limits the number of simultaneous runs (see docs), other jobs will just wait

Copilot AI and others added 3 commits February 16, 2026 22:21
Co-authored-by: kevinjqliu <9057843+kevinjqliu@users.noreply.github.com>
Co-authored-by: kevinjqliu <9057843+kevinjqliu@users.noreply.github.com>
Copy link
Contributor

@geruh geruh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I think we are below this today!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants