diff options
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' |