diff options
Diffstat (limited to 'job-cfg/debsums-tests.yaml')
-rw-r--r-- | job-cfg/debsums-tests.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/job-cfg/debsums-tests.yaml b/job-cfg/debsums-tests.yaml index 2a18f50e..f49d325a 100644 --- a/job-cfg/debsums-tests.yaml +++ b/job-cfg/debsums-tests.yaml @@ -54,6 +54,10 @@ my_shell: 'timeout 5m prove -v' my_description: 'Debian/Debsums testsuite running on sid.' my_trigger: 'debsums-tests_jessie' + - '{name}_stretch': + my_distro: 'stretch' + my_shell: 'timeout 5m prove -v' + my_description: 'Debian/Debsums testsuite running on stretch.' - '{name}_jessie': my_distro: 'jessie' my_shell: 'timeout 5m prove -v' |