History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CCNET-964
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Craig Sutherland
Reporter: Patrick Boyd
Votes: 5
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
CruiseControl .NET

Parallel Execution of Tasks

Created: 20/Aug/07 10:05 AM   Updated: 25/Jul/10 12:48 PM
Component/s: Task
Affects Version/s: 1.3
Fix Version/s: 1.5.0 CTP

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File parallel.patch (9 kb)



 Description  « Hide
This patch allows for parallel execution of tasks. The configuration would resemble the following:
<tasks>
   <parallel>
        <tasks>
              <serial>
                   <tasks>
                        <exec>...make.release...</exec>
                        <exec>...test.release...</exec>
                   </tasks>
              </serial>
              <serial>
                   <tasks>
                        <exec>...make.debug...</exec>
                        <exec>...test.debug...</exec>
                   </tasks>
              </serial>
          </tasks>
      </tasks>
    </parallel>
    <exec>...package..</exec>
</tasks>

 All   Comments   Work Log   Change History      Sort Order:
No work has yet been logged on this issue.