Given that I have several image configurations that can run a plan, how do I set which image configuration that is started as an instance?
My setup is that I have one Amazon image that can be used in Bamboo with a Small or XLarge instance type. For a plan I can have 1 of 2 setups:
When a plan is to be built it should utilize any already started instance type that is acceptable for it. However, it should try to use an instance type that is as small as possible.
When there is no instance available it should start an appropriate instance - that is a Small instance for most plans and XLarge for some projects. How do I make Bamboo to start up a Small instance when both a Small and an XLarge is acceptable to run at?
That can't be done, Bamboo does not understand that it should prefer an instance that's cheaper to run.
Ok, thanks for your answer. Seems like it should be so easy to implement - just an integer setting per image configuration. And whenever a build is about to start then order the instances (or image configuration) depending on that integer. And choose the one with the lowest value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, thanks for your answer. Seems like it should be so easy to implement - just an integer setting per image configuration. And whenever a build is about to start then order the instances (or image configuration) depending on that integer. And choose the one with the lowest value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.