Skip to content
Success

#437 (Feb 27, 2023, 8:51:07 AM)

Started 2 yr 11 mo ago
Took 0.36 sec on build3-deb11build-ansible

Started by an SCM change

This run spent:

  • 6.4 sec waiting;
  • 0.36 sec build duration;
  • 6.7 sec total from scheduled to completion.
Revision: abd1105000741d450ef859a4b4882a7b707c3ca5
Repository: https://gerrit.osmocom.org/docker-playground
  • refs/remotes/origin/master
ttcn3-pgw-test: make the testsuite dir writable by all users

When running jenkins.sh as root or any other user with UID different
than UID=1000 of the 'osmocom' user we have in open5gs-{master,latest}
images, programs spawned by osmo-uecups-daemon (e.g. ping) may fail to
start.  In such cases, osmo-uecups-daemon reports unexpected program
termination with exit code=512.  This is happening because the
stdout and stderr of a spawned program are being redirected to
"$VOL_BASE_DIR/pgw-tester/TESTCASE.prog.std{out,err}", for which
the 'osmocom' user needs to have write permissions.

Change-Id: Icb6b30e618e290d974a919fef34c6b5cb7eeb648
Related: OS#5913
Vadim Yanitskiy at