diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-05 12:45:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-05 12:45:54 +0200 |
commit | d5c8be4c3ed5d98d5d2014442322abf71c4b5fcb (patch) | |
tree | c50621d2098b003e56a37eb5a8674e73f3d9f73f /job-cfg | |
parent | 00c7e85708672f94c7db05a2ec810b43de0d1d9b (diff) | |
download | jenkins.debian.net-d5c8be4c3ed5d98d5d2014442322abf71c4b5fcb.tar.xz |
chroot-installs: add Debian Edu jessie tests to the edu_stable view
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 2 |
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' |