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