Attention is currently required from: lynxis lazus, osmith.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-ci/+/40908?usp=email )
Change subject: jobs/gerrit-verifications: osmo-ttcn3-hacks: do make clean ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
But could we do always a clean jenkins workspace and move the /build directory into the workspace?
I might be wrong, but I believe `/build` points exactly to the workspace. We just never wipe it (`wipe-workspace: false` by default). In projects where we have `contrib/jenkins.sh`, we usually call `osmo-clean-workspace.sh`, but here we don't for some reason. @osmith@sysmocom.de Maybe we should call this script instead?
We could cache all external repositories (e.g. ttcn3) to prevent downloading them again and again in a separate .git directory.
The deps are part of the `registry.osmocom.org/osmocom-build/debian-bookworm-titan` image and we simply create symlinks to them, so caching is not needed.