[Qa-jenkins-scm] [jenkins.debian.net] 02/02: chroot-installation: also test education-roaming-workstation at all and education-ltsp-server in stretch

Holger Levsen holger at layer-acht.org
Fri Apr 7 12:34:04 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 754455e203e073781ed7c20b3c480a69f79d431f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Apr 7 14:33:38 2017 +0200

    chroot-installation: also test education-roaming-workstation at all and education-ltsp-server in stretch
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/chroot-installation.yaml.py | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index ac94c24..15d1291 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -75,6 +75,7 @@ all_targets = [
    'education-standalone',
    'education-thin-client',
    'education-thin-client-server',
+   'education-roaming-workstation',
    'education-workstation',
    ]
 
@@ -85,14 +86,14 @@ def is_target_in_distro(distro, target):
          # qt5, education-desktop-mate and cinnamon weren't in wheezy. debconf-video is not interested in wheezy anymore neither
          if distro == 'wheezy' and target in ('education-desktop-mate', 'cinnamon', 'qt5', 'debconf-video'):
              return False
-         # sugar has been removed from jessie and thus education-desktop-sugar has been removed from jessie and sid - it's also not yet available in stretch again...
+         # sugar has been removed from jessie and thus education-desktop-sugar has been removed from jessie and sid...
          elif distro in ('sid', 'jessie', 'stretch') and target == 'education-desktop-sugar':
              return False
-        # education-ltsp-server has just been introduced in sid…
-         elif distro in ('wheezy', 'jessie', 'stretch') and target == 'education-ltsp-server':
+        # education-ltsp-server and education-roaming-workstation are only availble since stretch…
+         elif distro in ('wheezy', 'jessie') and target in ('education-ltsp-server', 'education-roaming-workstation'):
              return False
-        # education-thin-client-server will become obsolete in stretch…
-         elif distro == 'sid' and target == 'education-thin-client-server':
+        # education-thin-client-server is obsolete since stretch…
+         elif distro in ('sid', 'buster') and target == 'education-thin-client-server':
              return False
          return True
 

-- 
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