Skip to content

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

Merged
kevinjqliu merged 3 commits into
apache:mainfrom
kevinjqliu:copilot/add-max-parallel-to-workflows
Feb 17, 2026
Merged

infra: set github actions max-parallel to 15#565
kevinjqliu merged 3 commits into
apache:mainfrom
kevinjqliu:copilot/add-max-parallel-to-workflows

Conversation

@kevinjqliu

Copy link
Copy Markdown
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:25
Co-authored-by: kevinjqliu <9057843+kevinjqliu@users.noreply.github.com>
Co-authored-by: kevinjqliu <9057843+kevinjqliu@users.noreply.github.com>

@wgtmac wgtmac left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for adding this!

@kevinjqliu kevinjqliu changed the title infra: set github actions max-parallel to 15# infra: set github actions max-parallel to 15 Feb 17, 2026
@kevinjqliu kevinjqliu merged commit b022fe7 into apache:main Feb 17, 2026
9 checks passed
@kevinjqliu kevinjqliu deleted the copilot/add-max-parallel-to-workflows branch February 17, 2026 13:42
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