aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-03-04 09:45:41 +0100
committerOliver Smith <osmith@sysmocom.de>2021-03-04 14:20:09 +0100
commit5916e1f003c586804ecfc0aae7efc434f84a3613 (patch)
tree4831e975d83b8c95d1825acfc2df2aea9ff0a499 /jobs
parent3b9325f0b6976caabbedecd6106758c5b707f94c (diff)
jobs/ttcn3-testsuites-kernel-git: make userfriendly
Change the description of the job, to make it easier to use for somebody not familiar with the Osmocom stack / the testsuites. Move the BRANCH parameter to the bottom, as it is not relevant for kernel developers who want to test their kernel, and adjust the description. Related: OS#3208 Change-Id: I0968ae716c8e3f32db6f589b28d6066d95ad85ea
Diffstat (limited to 'jobs')
-rw-r--r--jobs/ttcn3-testsuites-kernel-git.yml22
1 files changed, 14 insertions, 8 deletions
diff --git a/jobs/ttcn3-testsuites-kernel-git.yml b/jobs/ttcn3-testsuites-kernel-git.yml
index fa04cb9..ef5b5d6 100644
--- a/jobs/ttcn3-testsuites-kernel-git.yml
+++ b/jobs/ttcn3-testsuites-kernel-git.yml
@@ -19,8 +19,13 @@
# Cache the linux source tree in the workspace of one node
node: ttcn3-ggsn-test-kernel-git
description: |
- Test osmo-ggsn master with a kernel built from source (see build
- parameters, by default: net-next.git from kernel.org).
+ Run the
+ <a href="https://osmocom.org/projects/cellular-infrastructure/wiki/Titan_TTCN3_Testsuites">
+ Osmocom Titan TTCN-3 testsuite</a> against
+ <a href="https://osmocom.org/projects/openggsn/wiki/OsmoGGSN">
+ OsmoGGSN</a> with the GTP kernel module. The kernel is built
+ from the git repository and branch provided as parameters when
+ starting this job.
- job-template:
name: '{job-name}'
@@ -31,12 +36,6 @@
node: '{obj:node}'
parameters:
- string:
- name: BRANCH
- description: |
- Branch of <code>docker-playground.git</code>.
- Only modify if you are hacking on the docker-playground scripts.
- default: '*/master'
- - string:
name: KERNEL_URL
description: |
Remote URL of git repository, from which the kernel will be
@@ -65,6 +64,13 @@
<code>latest</code> for the latest release version, or
<code>master</code> for HEAD of git.osmocom.org.
default: 'latest'
+ - string:
+ name: BRANCH
+ description: |
+ Branch of <code>docker-playground.git</code>
+ (for development of the test infrastructure, don't change this
+ when testing kernel trees).
+ default: '*/master'
builders:
- shell: |-