Commit
6ad0af1551373f836650a93a55296e5b665a167b
by Oliver Smith
osmo-ns-master: build without uring for debian 10
In preparation for running FR tests with debian 10, adjust osmo-ns-master to build libosmocore without uring support as liburing-dev is not packaged for debian 10.
Commit
5099a50e2cb21f9fdbaae1a31c645dad81ce9bf9
by Oliver Smith
jenkins-common: support {latest,master}-debian10
It is required that we run the FR tests with debian 10. Adjust jenkins-common.sh so we can use IMAGE_SUFFIX=master-debian10 and IMAGE_SUFFIX=latest-debian10.
The related osmo-ci patch will configure jenkins to make use of this.
Commit
8540ae7e1b2f1e6328d0ee850259f3b83b12ec4c
by Vadim Yanitskiy
ttcn3-bts-test: use an older version of fake_trx.py
The latest version of fake_trx.py [re-]introduces burst queueing [1], making its behavior more closely resemble that of a real transceiver. However, this change has also introduced stability issues, leading to increased flakiness in ttcn3-bts-test.
As a temporary workaround, use an older version predating this change. Unset the "--sched-rr-prio" [2], which is not supported by that version.
Change-Id: I251082474bb29d0169f88b5bd545c97d487c8353 Related: [1] osmocom-bb.git I41291708effdd2c767be680fff22ffbd9a56815e Related: [2] 6374a9e ("ttcn3-bts-test: Run fake_trx with sched-prio-rr") Related: OS#6672
Commit
86ce525e8ba02b935d2042935c7aed3d6ca75c03
by Vadim Yanitskiy
fixup: ttcn3-bts-test: use an older version of fake_trx.py
Setting OSMO_BB_BRANCH=ttcn3-bts-test did not achieve the goal, because it was not consumed by the osmocom-bb-host-master's Makefile. Setting it in jenkins.sh does the trick.
Change-Id: Ib6857fafd4085aae91eec9c67f08766bdabeb2b7 Fixes: 8540ae7 ("ttcn3-bts-test: use an older version of fake_trx.py")