I’ve used similar (or even same) tools during Nokia times years ago, and after that. Unfortunately mostly those have been developed as company internal projects. In current project I try to avoid developing internal tools and create solution using open source parts, which scale easily.
We’ve multiple of devices connected to same machine. Robot is running in separate machines and we are using GitHub self-hosted runner as high level executors. This design makes easy to scale even more. I’ve long term plans how to solve issue but I would like to find out simplest solution to go forward now. Is it really true that there is nothing similar with ”Jenkins Lockable resources” but for Robot? Maybe I should do it by myself and publish it