Attention is currently required from: laforge, pespin.
2 comments:
Commit Message:
Patch Set #1, 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:
Patch Set #1, 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)
To view, visit change 36486. To unsubscribe, or for help writing mail filters, visit settings.