srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Parallel Builds #67

Open srushti opened 13 years ago

srushti commented 13 years ago

If two projects get updated at around the same time Goldberg should be able to run the projects in parallel (or even the parallel steps defined in #65). By default the maximum number of parallel builds should be based on the number of cores, but should be overrideable.