Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Queue maintenance in QB-2 #602

GeomAshish ·
Hi,
I have configured the QB-2 and successfully migrate the QB-1 configuration.Also configured 4 build agents including the one on server itself.

How can I maintain the Queue in this Beta version ?

All users will access the server and will trigger the builds, how do all build agents can be used automatically ?

Best regards

Ashish
  • replies 2
  • views 1795
  • stars 0
robinshen ADMIN ·
Node match condition of the step controls how agents are used: you may run certain steps on certain nodes, or have them roaming between multiple nodes based on the load balance algorithm. For example, if the condition is set to "node.isBuildAgent()", QuickBuild will select a least loaded agent to run the step. This answers your question of "how do all build agents can be used automatically ?"

As to queue, it is designed to limit and split grid resource usage between different groups. Refer to http://wiki.pmease.com/display/qb2/Working+with+Queues for details of queues.
GeomAshish ·
Thanks Robinshine. Will get back to you in case have further issue.