<< Back to previous view |
![]() |
[QB-223] Queue the execution of dependent builds
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Robin Shen | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 2 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
From Forum Post: I have configA, with child configAchild. configA uses explicitly queueA and child config uses queueAchild. configA checks out from configAchild. If I trigger configAchild, I can see it in its queue queueAchild, as expected. But if I trigger configA, it in turn triggers configAchild, but I can only see configA in queueA. The child does not get put in its queue, and does not even appear at all in any build queue. Thus it seems that I cannot control the number of children that can run in parallel directly. Is that expected behaviour ? |