This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/23006 )
Change subject: jobs/ttcn3: add osmo-ggsn kernel tests
......................................................................
jobs/ttcn3: add osmo-ggsn kernel tests
Run osmo-ggsn ttcn3 tests against the gtp kernel module from the debian
kernel and from HEAD of the linux netdev/net-next git repository.
Depends: docker-playground I1f337af1e2de6db05b22636bc31a535404235559
Related: OS#3208
Change-Id: I4c496af78820d95549da22c1271bafe911f7eefb
---
M jobs/ttcn3-testsuites.yml
1 file changed, 32 insertions(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, approved; Verified
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 59f0397..cc66836 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -22,9 +22,21 @@
- ttcn3-ggsn-test:
blocking: "^(ttcn3|TTCN3-.*)-ggsn-test.*"
timer: 00 04 * * *
+ - ttcn3-ggsn-test-kernel:
+ blocking: "^(ttcn3|TTCN3-.*)-ggsn-test.*"
+ timer: 10 04 * * *
+ - ttcn3-ggsn-test-kernel-latest:
+ blocking: "^(ttcn3|TTCN3-.*)-ggsn-test.*"
+ timer: 20 04 * * *
+ - ttcn3-ggsn-test-kernel-net-next:
+ blocking: "^(ttcn3|TTCN3-.*)-ggsn-test.*"
+ timer: 30 04 * * *
+ # Cache the linux source tree in the workspace of one node
+ node: ttcn3-ggsn-test-kernel-net-next
+ wipe_workspace: false
- ttcn3-msc-test:
blocking: "^(ttcn3|TTCN3-.*)-msc-test.*"
- timer: 30 04 * * *
+ timer: 40 04 * * *
- ttcn3-pcu-test:
blocking: "^(ttcn3|TTCN3-.*)-pcu-test.*"
timer: 00 05 * * *
@@ -226,6 +238,25 @@
# Translate job name to docker-playground dir and relevant
# environment variables
case "{job-name}" in
+ ttcn3-ggsn-test-kernel)
+ DIR="ttcn3-ggsn-test"
+ export IMAGE_SUFFIX="master"
+ # Run against debian's kernel
+ export KERNEL_TEST=1
+ ;;
+ ttcn3-ggsn-test-kernel-latest)
+ DIR="ttcn3-ggsn-test"
+ export IMAGE_SUFFIX="latest"
+ export KERNEL_TEST=1
+ ;;
+ ttcn3-ggsn-test-kernel-net-next)
+ DIR="ttcn3-ggsn-test"
+ export IMAGE_SUFFIX="master"
+ # Build net-next kernel from source, default git repo from:
+ # docker-playground.git scripts/kernel-test/kernel-build.sh
+ export KERNEL_TEST=1
+ export KERNEL_BUILD=1
+ ;;
TTCN3-centos-*-latest)
DIR="$(echo "{job-name}" | sed s/^TTCN3-centos\-/ttcn3-/ | sed s/\-latest$//)"
export IMAGE_SUFFIX="latest-centos8"
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/23006
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4c496af78820d95549da22c1271bafe911f7eefb
Gerrit-Change-Number: 23006
Gerrit-PatchSet: 6
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210226/4728cd91/attachment.htm>