[Qa-jenkins-scm] [jenkins.debian.net] 01/01: packages-test: Add tests for dak

Holger Levsen holger at layer-acht.org
Sun May 14 16:37:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 7dafd51adc96425a78e088187de9ea37e0a5b365
Author: Niels Thykier <niels at thykier.net>
Date:   Sun May 14 11:45:23 2017 +0000

    packages-test: Add tests for dak
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/packages-tests.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml
index da79f75..2eeb1b3 100644
--- a/job-cfg/packages-tests.yaml
+++ b/job-cfg/packages-tests.yaml
@@ -91,3 +91,21 @@
         - '{name}_jessie':
             my_distro: 'jessie'
             my_disabled: true
+
+- project:
+    name: dak-tests
+    my_git_url: 'https://ftp-master.debian.org/git/dak.git'
+    my_recipients: 'debian-dak at lists.debian.org'
+    my_shell: 'timeout 1h dpkg-buildpackage -us -uc -tc'
+    my_description: 'DAK testsuite'
+    my_trigger:
+    jobs:
+    # DAK tests cannot be run in sid/stretch atm.
+        - '{name}_sid':
+            my_distro: 'sid'
+            my_disabled: true
+        - '{name}_stretch':
+            my_distro: 'stretch'
+            my_disabled: true
+        - '{name}_jessie':
+            my_distro: 'jessie'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list