Attention is currently required from: laforge, pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/36486?usp=email )
Change subject: jobs/ttcn3: …-pablo-gtp: don't wipe workspace ......................................................................
Patch Set 1:
(2 comments)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ci/+/36486/comment/51e571b7_557204f4 PS1, Line 10: cloning the kernel repositories takes a long time and lots of traffic I've implemented shallow fetching here: https://gerrit.osmocom.org/c/docker-playground/+/36510
(Note that before it used to clone once per jenkins node and then work on that, but agreed, shallow fetching is even better and saves more traffic.)
Also: if we know there are [likely] other kernel trees around somewhere in [other] workspaces, we can specify those with --reference-if-able to get any objects locally, if available/present.
this is a cool feature, maybe we can use this in the future. right now the cloning + building kernel and initramfs is done inside a docker container, it would need rewriting to be able to potentially access git trees from other workspaces. so I'm leaving it as-is for now.
File jobs/ttcn3-testsuites.yml:
https://gerrit.osmocom.org/c/osmo-ci/+/36486/comment/e902ee6c_19da609f PS1, Line 35: wipe_workspace: false
maybe document it with a comment here on why this is needed.
Done (used same comment as with the other wipe_workspace: false lines for kernel tests below)