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

Will be there support for random load in case of DockerCloudRetentionStrategy #281

Open
33man opened this issue Nov 21, 2019 · 1 comment

Comments

@33man
Copy link

33man commented Nov 21, 2019

LOG.trace("Skipping YAD provisioning for unknown mix of configuration for {}", template);

Currently i have N slaves with same templates to spread the load. If i use DockerOnce retention strategy with RandomLeastLoadedDockerCloudOrder then the load is randomly spread accross two slaves.

But using DockerCloudRetentionStrategy (to keep slave alive for n minutes in order avoiding provisioning again), the RandomLeastLoadedDockerCloudOrder strategy is not used.

All the jobs get scheduled on slave1 until this one get full.

Can we add this DockerCloudRetentionStrategy to the list of supported randomleastloadedcloudorder ?

@KostyaSha
Copy link
Owner

You can try... If it just uncomment then you can build .hpi and upload into your jenkins.

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

No branches or pull requests

2 participants