ipfs-inactive / dev-team-enablement

[ARCHIVED] Dev Team Enablement Working Group
3 stars 1 forks source link

Add / Scale linux workers automatically #111

Open victorb opened 6 years ago

victorb commented 6 years ago

From @magik6k on April 23, 2018 17:57

The new go-ipfs job is using linux workers quite a bit more than windows/osx, with benchmarks there are 7 linux nodes, 2 mac and 1 windows - https://ci.ipfs.team/blue/organizations/jenkins/IPFS%2Fgo-ipfs/detail/PR-4932/43/pipeline/

Would be great to either add some more linux workers or try to setup https://wiki.jenkins.io/display/JENKINS/Amazon+EC2+Plugin

Copied from original issue: ipfs/jenkins#111

victorb commented 6 years ago

Current solution is mostly platform-independent, I would like to keep it so. However, we could probably figure out a way of automatically scaling the count variable in TF and deploy it depending on queue in Jenkins. Thanks for raising this!