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

Resource allocation multistep #19

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Resource allocation multistep #19

merged 3 commits into from
Feb 13, 2024

Conversation

islas
Copy link
Owner

@islas islas commented Feb 13, 2024

#18 Added the ability to multithread steps, but only takes the aggregate of all runnable steps to be the max resources, without accounting for the size of the threadpool.

These changes walk through slightly similar logic to the tests' pool simulation, accounting for instantaneous max resources used based on provided timelimit of that action. For steps the additional complexity comes from dependency tracking whereas tests are independent.

Step max resource allocation is now based on instantaneous consumption of resources from the running of steps in the order prescribed by the test config and any dependencies when steps are run for the exact timelimit assigned.

@islas islas added the test Require testing label Feb 13, 2024
@github-actions github-actions bot removed the test Require testing label Feb 13, 2024
@islas islas merged commit 4d89690 into main Feb 13, 2024
2 checks passed
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.

1 participant