pespin has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/22/39822/1
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 \
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/39822?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie85d62a865db9ee0ec26a476bb42e4a6ca0ef70b
Gerrit-Change-Number: 39822
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>