aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-02-26 12:01:03 +0100
committerOliver Smith <osmith@sysmocom.de>2021-02-26 12:57:23 +0100
commit0001acdde8638ca6b37170cda1db09bd538446d9 (patch)
tree4cda334228c6cb51e748e24dd343124b8c019ef1
parent27ee885a689163cede1fc0c7f76584ccbb7abb41 (diff)
jobs/ttcn3: add wipe_workspace to job template
Prepare for the ggsn kernel module test, where we don't want to wipe the workspace with the cloned linux git tree. Related: OS#3208 Change-Id: Ic5843513c376d2b78be8ab90b21a747d31a827f1
-rw-r--r--jobs/ttcn3-testsuites.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index eb46770..d787957 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -7,6 +7,7 @@
node: ttcn3
# Block *-latest for all master jobs (without suffix)
blocking: "^{job-name}.*"
+ wipe_workspace: true
jobs:
- "{job-name}"
# Folders from docker-playground.git
@@ -246,6 +247,7 @@
url: git://git.osmocom.org/docker-playground
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
+ wipe-workspace: "{obj:wipe_workspace}"
triggers:
- timed: "{obj:timer}"
publishers: