From 31310d4b0f60440f138ee0c818b7fbec174eefce Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 20 May 2017 01:30:01 +0200 Subject: [PATCH] packages-test: reinstate junit support for the dak tests Signed-off-by: Mattia Rizzolo --- job-cfg/packages-tests.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml index f708a915..946cbbf6 100644 --- a/job-cfg/packages-tests.yaml +++ b/job-cfg/packages-tests.yaml @@ -69,10 +69,10 @@ id: simple name: '{name}_{my_distro}' -#- job-template: -# defaults: packages-tests-junit-exports -# id: junit -# name: '{name}_{my_distro}' +- job-template: + defaults: packages-tests-junit-exports + id: junit + name: '{name}_{my_distro}' - project: name: lintian-tests @@ -82,7 +82,7 @@ my_description: 'Debian/Lintian testsuite' my_distro: *distros_defaults jobs: - - '{name}_{my_distro}' + - simple - project: name: debhelper-tests @@ -96,7 +96,7 @@ - jessie: my_disabled: true jobs: - - '{name}_{my_distro}' + - simple - project: name: dak-tests @@ -115,4 +115,4 @@ - pollscm: cron: '* H/2 * * *' jobs: - - '{name}_{my_distro}' + - junit -- GitLab