summaryrefslogtreecommitdiffstats
path: root/job-cfg/lintian-tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/lintian-tests.yaml')
-rw-r--r--job-cfg/lintian-tests.yaml18
1 files changed, 7 insertions, 11 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml
index 4d9360dd..354c5ace 100644
--- a/job-cfg/lintian-tests.yaml
+++ b/job-cfg/lintian-tests.yaml
@@ -53,17 +53,13 @@
- project:
name: lintian-tests
+ distro:
+ - sid
+ - jessie
+ - wheezy
jobs:
- - '{name}_sid':
- my_distro: 'sid'
+ - '{name}_{distro}':
+ my_distro: '{distro}'
my_shell: 'debian/rules runtests'
- my_description: 'Debian/Lintian testsuite running on sid.'
- - '{name}_jessie':
- my_distro: 'jessie'
- my_shell: 'debian/rules runtests'
- my_description: 'Debian/Lintian testsuite running on jessie.'
- - '{name}_wheezy':
- my_distro: 'wheezy+backports'
- my_shell: 'debian/rules runtests'
- my_description: 'Debian/Lintian testsuite running on wheezy.'
+ my_description: 'Debian/Lintian testsuite running on {distro}.'