diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-05-19 13:40:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-19 13:42:28 +0200 |
commit | 0dc3de19105634060ee99fa60051f860e509dccc (patch) | |
tree | 779031d87b93757ed4c726aa7ce11a7037e5ee2a | |
parent | 5a7b8562671bec94e2c81a98fff66db2932100fb (diff) | |
download | jenkins.debian.net-0dc3de19105634060ee99fa60051f860e509dccc.tar.xz |
partially revert fd5876d and 7e69bb6 as they are using a feature not present in our version of jenkins-job-builder
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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml index 27ad5935..f708a915 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: - - simple + - '{name}_{my_distro}' - project: name: debhelper-tests @@ -96,7 +96,7 @@ - jessie: my_disabled: true jobs: - - simple + - '{name}_{my_distro}' - project: name: dak-tests @@ -115,4 +115,4 @@ - pollscm: cron: '* H/2 * * *' jobs: - - simple + - '{name}_{my_distro}' |