Assuming that I have a drone host that is running both the server and an agent, and other monster-big host that is running just the agent, is there a way to specify that a build should happen on the monster-big host and not the drone host? v0.8
The problem I’m trying to solve is I have some big java code to compile that I’d like to run on the monster-big host for speed and disk space, but I’d still like to be able to run other things on the smaller instance. Or, more specifically, I’m imagining a scenario where I could have a build pipeline for the big jobs that spins up the big host pre-configured to start an agent there, and then sends big jobs there, but let small jobs run on the drone host for quick startup.
Thanks!
1 Like