aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/ttcn3-testsuites-kernel-git.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/ttcn3-testsuites-kernel-git.yml')
-rw-r--r--jobs/ttcn3-testsuites-kernel-git.yml15
1 files changed, 4 insertions, 11 deletions
diff --git a/jobs/ttcn3-testsuites-kernel-git.yml b/jobs/ttcn3-testsuites-kernel-git.yml
index 9d644ec..6ce8fe8 100644
--- a/jobs/ttcn3-testsuites-kernel-git.yml
+++ b/jobs/ttcn3-testsuites-kernel-git.yml
@@ -8,13 +8,11 @@
disabled: false
description: ""
node: ttcn3
- blocking: "^{job-name}.*"
wipe_workspace: false
jobs:
- "{job-name}"
job-name:
- ttcn3-ggsn-test-kernel-git:
- blocking: "^(ttcn3|TTCN3-.*)-ggsn-test.*"
# Cache the linux source tree in the workspace of one node
node: ttcn3-ggsn-test-kernel-git
description: |
@@ -61,7 +59,7 @@
description: |
Version of the Osmocom stack to test against the kernel. Either
<code>latest</code> for the latest release version, or
- <code>master</code> for HEAD of git.osmocom.org.
+ <code>master</code> for HEAD of Osmocom git repositories.
default: 'latest'
- string:
name: BRANCH
@@ -105,8 +103,8 @@
results: '**/junit-xml-*.log'
allow-empty-results: false
- email:
- notify-every-unstable-build: true
- recipients: laforge@gnumonks.org osmith@sysmocom.de
+ notify-every-unstable-build: false
+ recipients: '{obj:email}'
send-to-individuals: false
- archive:
allow-empty: false
@@ -116,17 +114,12 @@
fingerprint: false
only-if-success: false
properties:
- - build-blocker:
- use-build-blocker: true
- blocking-jobs:
- - "{obj:blocking}"
- build-discarder:
days-to-keep: 30
num-to-keep: 120
- artifact-days-to-keep: -1
- artifact-num-to-keep: -1
wrappers:
- ansicolor:
colormap: xterm
+ email: jenkins-notifications@lists.osmocom.org
# vim: expandtab tabstop=2 shiftwidth=2