summaryrefslogtreecommitdiffstats
path: root/job-cfg/packages-tests.yaml
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-05-19 13:40:13 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-19 13:42:28 +0200
commit0dc3de19105634060ee99fa60051f860e509dccc (patch)
tree779031d87b93757ed4c726aa7ce11a7037e5ee2a /job-cfg/packages-tests.yaml
parent5a7b8562671bec94e2c81a98fff66db2932100fb (diff)
downloadjenkins.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>
Diffstat (limited to 'job-cfg/packages-tests.yaml')
-rw-r--r--job-cfg/packages-tests.yaml14
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}'