diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-05-19 13:38:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-19 13:42:13 +0200 |
commit | 5a7b8562671bec94e2c81a98fff66db2932100fb (patch) | |
tree | 355c8c56b4ab3d95820098fd16e02ceb4ff15651 | |
parent | 6ff0ac971f2188e2d0f22e25c6c4c3ca566c6c8e (diff) | |
download | jenkins.debian.net-5a7b8562671bec94e2c81a98fff66db2932100fb.tar.xz |
Revert "packages-tests: dak-tests: export junit report"
This reverts commit 6ff0ac971f2188e2d0f22e25c6c4c3ca566c6c8e.
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 40785faa..27ad5935 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: '--exports-results timeout 1h dpkg-buildpackage -us -uc -tc' + my_shell: '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: - - junit + - simple |