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.

Question on Configuration Hierarchy #1396

max1234 ·
Hi Robin,

Say we have a configuration A which has a child configuration B. Both need to run on the same node. For configuration workspace, we have chosen the option to have the workspace the same as configuration name. So workspace for configuration A is quickbuild_install/workspace/A and for configuration B its quickbuild_install/workspace/A/B. Also both configuration go through cleanup process on its node when executed for a clean build.

Now say B gets kicked off. After a few seconds, say config A gets kicked off. Would cleanup process of A affect workspace of B i.e. would it delete folder B which is inside folder A. There is no dependency between A and B.

Thank you.
  • replies 1
  • views 821
  • stars 0
robinshen ADMIN ·
Hi Max,

Yes it will clean up folder B also. So if you choose workspace to be organized hierarchically, and if A and B can be triggered independently, you might need to be careful to make sure that they will not run in the same time on the same workspace. The resource locks can help to achieve this:
http://wiki.pmease.com/display/QB31/Lim ... bs+on+Node

Regards
Robin