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.

Same configuration concurrently on single node #4558

christian.fersch.ptv ·

Hi

Is is possible to concurrently run a single configuration on a single node multiple times?

When I try to this, the build request stays queued with Process Status WAITING_NODE: "Workspace already occupied by another build of the same configuration".

Is there any way to avoid this?

  • replies 4
  • views 108
  • stars 0
robinshen ADMIN ·

QB does not allow this to avoid race conditions on same workspace.

christian.fersch.ptv ·

Race conditions on the workspace are not an issue for my use case. But am I understanding you correctly that there is no way for me to overwrite this limitation, neither via GUI nor via Scripting API?

drdt ·

I was able to get around this in my environment by installing multiple agents on the same physical machine. Then it treats each one as a different node.

Ultimately it was not worth the administrative hassle, but perhaps this would work for you.

robinshen ADMIN ·

Unfortunatley this is by design and can not be worked around.