[Qa-jenkins-scm] [jenkins.debian.net] 01/01: edu chroot tests: add jobs for new package, education-ltsp-server
Holger Levsen
holger at layer-acht.org
Sat Dec 3 14:24:24 UTC 2016
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 a98541cef4a46cc7bda9bfa30473b86d9a1c6bc5
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Dec 3 15:24:19 2016 +0100
edu chroot tests: add jobs for new package, education-ltsp-server
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
job-cfg/chroot-installation.yaml.py | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index ec4a510..f429b46 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -64,6 +64,7 @@ all_targets = [
'education-language',
'education-laptop',
'education-logic-games',
+ 'education-ltsp-server',
'education-main-server',
'education-mathematics',
'education-misc',
@@ -85,7 +86,13 @@ def is_target_in_distro(distro, target):
if distro == 'wheezy' and ( target == 'education-desktop-mate' or target == 'cinnamon' or target == 'qt5' or target == '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...
- if (distro == 'sid' or distro == 'jessie' or distro == 'stretch') and ( target == 'education-desktop-sugar' ):
+ elif (distro == 'sid' or distro == 'jessie' or distro == 'stretch') and ( target == 'education-desktop-sugar' ):
+ return False
+ # education-ltsp-server has just been introduced in sid…
+ elif (distro == 'wheezy' or distro == 'jessie' or distro == 'stretch') and ( target == 'education-ltsp-server' ):
+ return False
+ # education-thin-client-server will become obsolete in stretch…
+ elif (distro == 'sid') 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