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:
Change by Patrick Boyd [20/Aug/07 10:05 AM]
Field Original Value New Value
Attachment parallel.patch [ 11190 ]

Change by Craig Sutherland [02/Jun/09 07:37 PM]
Status Open [ 1 ] Resolved [ 5 ]
Assignee Craig Sutherland [ cj_sutherland ]
Fix Version/s 1.5.0 [ 10372 ]
Resolution Fixed [ 1 ]

Change by Ruben Willems [25/Jul/10 12:48 PM]
Status Resolved [ 5 ] Closed [ 6 ]