osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/33801 )
Change subject: kernel_test_prepare: use $DOCKER_ARGS ......................................................................
kernel_test_prepare: use $DOCKER_ARGS
Use $DOCKER_ARGS in the docker run call to kernel-test/prepare.sh, which builds the initramfs. I use this to make a local build of osmo-ggsn + depends available in the docker container in /usr/local with the ttcn3.sh script in osmo-dev.git.
Change-Id: Ie2500fa1bd9d57e2531463ce93fdd9930ad829d3 --- M jenkins-common.sh 1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/01/33801/1
diff --git a/jenkins-common.sh b/jenkins-common.sh index 82e6ec3..f91c615 100644 --- a/jenkins-common.sh +++ b/jenkins-common.sh @@ -453,6 +453,7 @@ -e "KERNEL_URL=$KERNEL_URL" \ -e "KERNEL_SKIP_REBUILD=$KERNEL_SKIP_REBUILD" \ -e "KERNEL_SKIP_SMOKE_TEST=$KERNEL_SKIP_SMOKE_TEST" \ + $DOCKER_ARGS \ "$@" \ "$docker_image" \ "/kernel-test/prepare.sh"