Skip to content

Changes

Summary

  1. jobs/coverity: adjust mount path to new home dir (details)
  2. jobs/coverity: fix clean up permission errors (details)
  3. jobs/ttcn3: add ttcn3-s1gw-test (details)
Commit 6a2451a0ad3dd2f5e3179d64446d9d553a37016d by Oliver Smith
jobs/coverity: adjust mount path to new home dir

With the related docker-playground patch, the home dir for the build
user has actually been changed from /home/build to /build. This doesn't
matter for all other jobs it seems, but the coverity job here fails
because it tries to access $HOME/osmo-ci/coverity.

Adjust the mount path, so it works again as expected.

Fix for:
  ./jenkins.sh: line 37: /build/osmo-ci/coverity/get_token.sh: No such file or directory

Related: docker-playground Ief8837bd9f89f51e66857a453f7fc4645620159f
Change-Id: If0286e10d1644464e9408db1bbf18c24f4b8d5a6
The file was modified jobs/coverity.yml
Commit afae3d79b5656fa24a4eeb6208e8f2ca379967b4 by Oliver Smith
jobs/coverity: fix clean up permission errors

Don't mount the host's osmo-ci/coverity dir in /build/osmo-ci/coverity.
The current working dir is mounted as /build, and because docker creates
the /build/osmo-ci directory structure as root, we end up with having
subdirectories created by root in our current working dir. These then
cause an error on the next run when jenkins tries to clean them up.

Fixes: 6a2451a0 ("jobs/coverity: adjust mount path to new home dir")
Change-Id: Ie0aa02d3821df6d0505748a7dd70ff67e4cf1405
The file was modified coverity/jenkins.sh
The file was modified jobs/coverity.yml
Commit dfd2ab96715191ee00316641e58c1a8bbd75ad60 by Vadim Yanitskiy
jobs/ttcn3: add ttcn3-s1gw-test

Change-Id: I659b5c4144900260622a8c878a1567d275c0ba04
Depends: docker-playground.git I95000d7a9d778df1da830cd5059e5b6899391fbe
Related: SYS#6772
The file was modified jobs/ttcn3-testsuites.yml