summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-installation.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-05 12:45:54 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-05 12:45:54 +0200
commitd5c8be4c3ed5d98d5d2014442322abf71c4b5fcb (patch)
treec50621d2098b003e56a37eb5a8674e73f3d9f73f /job-cfg/chroot-installation.yaml.py
parent00c7e85708672f94c7db05a2ec810b43de0d1d9b (diff)
downloadjenkins.debian.net-d5c8be4c3ed5d98d5d2014442322abf71c4b5fcb.tar.xz
chroot-installs: add Debian Edu jessie tests to the edu_stable view
Diffstat (limited to 'job-cfg/chroot-installation.yaml.py')
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 958dd549..45f074f9 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -112,7 +112,7 @@ def get_view(target, distro):
if target == 'haskell':
return 'haskell'
elif target[:10] == 'education-':
- if distro in ('wheezy'):
+ if distro in ('wheezy', 'jessie'):
return 'edu_stable'
else:
return 'edu_devel'