diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-05-19 13:08:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-19 13:24:32 +0200 |
commit | 6ff0ac971f2188e2d0f22e25c6c4c3ca566c6c8e (patch) | |
tree | 0dbf5e3da2384f31846cc981df77185475f3d754 | |
parent | 7e69bb643aefa230beee3529b7a0145e0881a3d3 (diff) | |
download | jenkins.debian.net-6ff0ac971f2188e2d0f22e25c6c4c3ca566c6c8e.tar.xz |
packages-tests: dak-tests: export junit report
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | job-cfg/packages-tests.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml index 27ad5935..40785faa 100644 --- a/job-cfg/packages-tests.yaml +++ b/job-cfg/packages-tests.yaml @@ -102,7 +102,7 @@ name: dak-tests my_git_url: 'https://ftp-master.debian.org/git/dak.git' my_recipients: 'jenkins+debian-ftp debian-dak@lists.debian.org' - my_shell: 'timeout 1h dpkg-buildpackage -us -uc -tc' + my_shell: '--exports-results timeout 1h dpkg-buildpackage -us -uc -tc' my_description: 'DAK testsuite' my_distro: # DAK tests cannot be run in sid/stretch atm, but still create the jobs @@ -115,4 +115,4 @@ - pollscm: cron: '* H/2 * * *' jobs: - - simple + - junit |