Skip to content
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

Let Kapitan decide how many targets to compile in parallel #1052

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

simu
Copy link
Member

@simu simu commented Nov 15, 2024

We update the call to Kapitan's compile_targets() to set parallelism=None which enables Kapitan's new auto-parallelism logic which will detect the number of CPUs of the system and compile that many targets in parallel.

Checklist

  • Keep pull requests small so they can be easily reviewed.
  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency, internal
    as they show up in the changelog

We update the call to Kapitan's `compile_targets()` to set
`parallelism=None` which enables Kapitan's new auto-parallelism logic
which will detect the number of CPUs of the system and compile that many
targets in parallel.
@simu simu added the enhancement New feature or request label Nov 15, 2024
@simu simu requested a review from a team as a code owner November 15, 2024 11:51
@simu simu requested a review from a team November 15, 2024 11:51
@simu simu enabled auto-merge November 15, 2024 12:07
@simu simu merged commit 03d6cd1 into master Nov 15, 2024
20 checks passed
@simu simu deleted the feat/kapitan-parallel branch November 15, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants