Strider-CD / strider

Open Source Continuous Integration & Deployment Server
http://strider-cd.github.io/
4.59k stars 432 forks source link

Simultaneous Jobs. #858

Closed kayoub5 closed 8 years ago

kayoub5 commented 8 years ago

According to #667, Simultaneous builds/jobs is not supported yet. I would like to know what's currently prevents strider CD from supporting that. Is it the runners, or strider itself? I am currently writing a runner that run the code in a Google Compute Engine slave VM. I managed to get it to work for 1 slave, my runner is extending the simple runner, just like the docker runner.

knownasilya commented 8 years ago

Probably both, but we are focusing efforts to support that with the new API which is being developed under Strider-CD/core.

Do you have your runner published anywhere?

kayoub5 commented 8 years ago

is the new API usable/ready?

knownasilya commented 8 years ago

No, it's still in prototype mode and we'd love all the help/feedback/ideas we can get.