From 5916e1f003c586804ecfc0aae7efc434f84a3613 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 4 Mar 2021 09:45:41 +0100 Subject: [PATCH] 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 --- jobs/ttcn3-testsuites-kernel-git.yml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/jobs/ttcn3-testsuites-kernel-git.yml b/jobs/ttcn3-testsuites-kernel-git.yml index fa04cb98..ef5b5d61 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 + + Osmocom Titan TTCN-3 testsuite against + + OsmoGGSN 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}' @@ -30,12 +35,6 @@ description: '{obj:description}' node: '{obj:node}' parameters: - - string: - name: BRANCH - description: | - Branch of docker-playground.git. - Only modify if you are hacking on the docker-playground scripts. - default: '*/master' - string: name: KERNEL_URL description: | @@ -65,6 +64,13 @@ latest for the latest release version, or master for HEAD of git.osmocom.org. default: 'latest' + - string: + name: BRANCH + description: | + Branch of docker-playground.git + (for development of the test infrastructure, don't change this + when testing kernel trees). + default: '*/master' builders: - shell: |-