Use multiple shared resources quota points?

Answered

We use a shared resource called CONCURRENT_SYSTEM_COUNT of the type "resource with quota". It limits the number of VMs TeamCity will create in our cloud so we don't run out of resources. It works fairly well, but it could work better!

Some builds will create large VMs while other builds create fairly small VMs. We would like the shared resource to reflect the _size_ of the VM, rather than the number of systems.

For example, if we could create a new shared resource called CONCURRENT_VCPUS and let it use 1 to 10 "points" of the shared resource quota, that would be great! But I haven't found any way for a build to use more than 1 "point" of a shared resource quota. Am I missing something?

0
1 comment

Hello Fredrik,

Unfortunately, customization of resource utilization "points" is not supported as of now; however, there is a relevant feature request: https://youtrack.jetbrains.com/issue/TW-36524

Please feel free to vote or comment as you see fit.

0

Please sign in to leave a comment.