-
Notifications
You must be signed in to change notification settings - Fork 1
CI pipeline for js-ipfs and js-ipfs-api #73
Comments
Thanks for moving this! :D |
Started working on this to have parallel jobs for the different parts of a typical aegir build, but hit the same issue we've hit before. The more parallel job you kick of in a pipeline, the slower each individual job in the parallel becomes, most probably because of how jenkins handles log. Was first raised here: ipfs-inactive/jenkins#116 Trying to find a alternative way around it where we can have many parallel jobs happening without degrading the performance so much. |
Implied but probably worth mentioning I still want the codelint, commitlint, and coverage jobs :P |
😭 that's bad news bears. I didn't know about this Jenkins issue.
That would be so awesome. |
Can we work around this with multiple Jenkins? McJenkins, WinJenkins, LinJenkins... |
I don't think adding additional masters would help with the issue itself, it would also add a lot of operational management of Jenkins that I don't think we currently need more of. |
@victorbjelkholm what's the current status of this? Can we at least test out a pipeline like what I proposed above? |
With merged ipfs-inactive/jenkins-libs#35, we get most of the improvements mentioned here, except fast reporting of all platforms (still a bit faster as node + browser + webworker tests are parallalized now). If we can get faster |
From @alanshaw
Moved from ipfs/infra#421
The text was updated successfully, but these errors were encountered: