-
-
Notifications
You must be signed in to change notification settings - Fork 339
[WIP] fix fleeting plugin installation for docker autoscaler #1260
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
base: main
Are you sure you want to change the base?
Conversation
Hey @daveaie! 👋 Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process. Make sure that this PR clearly explains:
With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE. The following ChatOps commands are supported:
Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command. This message was generated automatically. You are welcome to improve it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
I think we have to check the installation of the plugin. So I prefer to have this in a separate PR and merge the other changes before,
|
||
capacity_per_instance = ${runners_capacity_per_instance} | ||
update_interval = "${runners_update_interval}" | ||
update_interval_when_expecting = "${runners_update_interval_when_expecting}" | ||
|
||
delete_instances_on_shutdown = ${delete_instances_on_shutdown} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: does this make our Lambda function superfluous? We have it to kill the instances on shutdown of the agent.
Description
Hello everyone,
i have pushed 3 improvement to use docker autoscaler gitlub runner:
Migrations required
No migration required.
Verification
I'm using my version of this module in our gitlab on premise installation since a week.
The reason I implemented this fix is that with the old installation method of the fleeting plugin, the runners did not scale down correctly as indicated in this issue