diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-27 14:31:17 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-27 16:34:45 +0200 |
commit | e1577f6cc0a1f0ab7ecdcca7aaf125b7c832b3ee (patch) | |
tree | c335688b88e58275ce4d44abc12d5f289f1587ad /job-cfg | |
parent | 9c5e7d96f8aa6366c6205e52e5259f3a4c3966c0 (diff) | |
download | jenkins.debian.net-e1577f6cc0a1f0ab7ecdcca7aaf125b7c832b3ee.tar.xz |
lintian tests: the strech job has to trigger the jessie one, not wheezy's
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lintian-tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index 1a3f81d4..17e61478 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -76,7 +76,7 @@ my_distro: 'stretch' my_shell: 'timeout 6h debian/rules runtests' my_description: 'Debian/Lintian testsuite running on stretch.' - my_trigger: 'lintian-tests_wheezy' + my_trigger: 'lintian-tests_jessie' - '{name}_jessie': my_distro: 'jessie' my_shell: 'timeout 6h debian/rules runtests' |