pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/39822?usp=email )
Change subject: ttcn3-bts: Allow running osmo-bts-trx with rt prio ......................................................................
ttcn3-bts: Allow running osmo-bts-trx with rt prio
osmo-ttcn3-hacks.git Change-Id I0251ed3ec0645617cf4e9bcc03e75c805bf1634c adds "policy rr" to VTY config of osmo-bts-trx. Allow the process to set it inside docker.
Change-Id: Ie85d62a865db9ee0ec26a476bb42e4a6ca0ef70b --- M ttcn3-bts-test/jenkins.sh 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: osmith: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh index 7800539..a25456e 100755 --- a/ttcn3-bts-test/jenkins.sh +++ b/ttcn3-bts-test/jenkins.sh @@ -47,6 +47,8 @@ fi docker run --rm \ $(docker_network_params $SUBNET 20) \ + --cap-add=SYS_ADMIN \ + --ulimit rtprio=99 \ --ulimit core=-1 \ -v $VOL_BASE_DIR/bts:/data \ -v $VOL_BASE_DIR/unix:/data/unix \