git semaphore on slaves
Closed, WontfixPublic

Description

KDE gits only allow ~16 concurrent connections from one node. To not exceed this we have a semaphore daemon running and a fake git that semaphores network-bound actions. Currently we only have this on the jenkins masters, but maybe should also roll out to slaves to prevent them from exceeding the limit and having git commands randomly fail.

This is however substantially less likely with slaves, as slaves do not poll (I think?) and so the git command limit is limited by the build slots on the slaves, which globally do not get anywhere near 16 across all blue systems jenkinses. If one of the jobs runs git out of concurrent threads, that is a different story though. Then again most jobs run through docker, so they'd bypass the semaphore anyway.

Any votes for semaphore rollout?

Related Objects

garg added a subscriber: garg.Nov 9 2016, 1:16 PM

Last I checked we explicitly agreed no git on slaves. So I'm not favor of this till I get more info about why we're changing this requirement.

sitter closed this task as Wontfix.Nov 11 2016, 1:10 PM
sitter claimed this task.

no votes in favor