osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/33798 )
Change subject: Cosmetic: ttcn3-ggsn-test: env vars -> README ......................................................................
Cosmetic: ttcn3-ggsn-test: env vars -> README
Prepare to add more kernel related env vars. Instead of duplicating the descriptions here, point to the README file.
Change-Id: I324f12930c5521e29312b309d6344ed5ffbd2581 --- M ttcn3-ggsn-test/jenkins.sh 1 file changed, 13 insertions(+), 7 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/ttcn3-ggsn-test/jenkins.sh b/ttcn3-ggsn-test/jenkins.sh index 00995bf..3909036 100755 --- a/ttcn3-ggsn-test/jenkins.sh +++ b/ttcn3-ggsn-test/jenkins.sh @@ -1,11 +1,5 @@ #!/bin/sh -# Environment variables: -# * KERNEL_TEST: set to 1 to run osmo-ggsn with the kernel module in QEMU -# * KERNEL_BUILD: set to 1 to build the kernel instead of using a pre-built one -# * KERNEL_REMOTE_NAME: git remote name (to add multiple repos in the same local linux clone) -# * KERNEL_URL: git remote url -# * KERNEL_BRANCH: branch to checkout - +# Environment variables: see "Kernel test" section in README.md . ../jenkins-common.sh
KERNEL_TEST="${KERNEL_TEST:-0}"