tfs - Increase the priority in queue -
Using the TFS build server as an integration system, I would like to know whether some privateity
You can not do it straight away, but there is an approach that I have used to accomplish the same thing if you have many build agents To set up (on a build server or multiple servers), you can use the build agent tag.
Let's say that you have 4 build agents What you can do Tag tags with any tag like "the following preference" 3, and leave the 4th agent with no tags .
Then, in your low priority definitions, tell them to run on agents only, the Low Priority Tag determines the high priority creation def to run on any build agent.
This effectively protects a build agent used to build a high priority, which will allow them to "jump in the queue". / P>
Comments
Post a Comment