I'm noticing that the libosmocore gerrit builds actually wait for each single one to finish. I guess we can turn on concurrent builds there? ... osmith? :)
~N
Hi Neels,
On 12/6/18 2:28 AM, Neels Hofmeyr wrote:
I'm noticing that the libosmocore gerrit builds actually wait for each single one to finish. I guess we can turn on concurrent builds there? ... osmith? :)
~N
libosmocore is built with external tests, which should not run in parallel: "don't run vty and ctrl tests concurrently so that the ports don't conflict".
https://git.osmocom.org/libosmocore/tree/contrib/jenkins_amd64.sh#n19 https://git.osmocom.org/libosmocore/tree/tests/Makefile.am#n310
Regards, Oliver
On Fri, Dec 07, 2018 at 01:10:08PM +0100, Oliver Smith wrote:
libosmocore is built with external tests, which should not run in parallel: "don't run vty and ctrl tests concurrently so that the ports don't conflict".
Oh, does libosmocore contain vty tests? Ah yes, I even added some not so long ago.
To avoid vty port conflicts, we build the projects that do vty tests inside yet another docker. Then the jobs can run concurrently. See osmo-msc and osmo-bsc jenkins jobs...
~N