Attention is currently required from: pespin.
osmith has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/41863?usp=email )
Change subject: ansible: allow jenkins users to set rtprio 30 ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
what about --ulimit rtprio=30 when calling podman/docker?
I just tried it, but it doesn't work with podman (which is what testenv uses):
``` Error: crun: setrlimit `RLIMIT_RTPRIO`: Operation not permitted: OCI permission denied ``` This seems to be expected behavior when running podman rootless (as we do): https://github.com/containers/podman/discussions/22011#discussioncomment-874...