diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-02 01:23:07 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-02 01:23:07 +0100 |
commit | f4ca3e1b550efef8062afbaf6ddcb85c4d65f842 (patch) | |
tree | acc352b950b502e8ff820009e0a00cf29ff3715a /job-cfg | |
parent | 4baa69a1cccdc29e485d84e164437974f3eced17 (diff) | |
download | jenkins.debian.net-f4ca3e1b550efef8062afbaf6ddcb85c4d65f842.tar.xz |
lvc: add jobs to (very preliminary) test Debian 8 GNOME and Xfce desktops
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/job-cfg/lvc.yaml.py b/job-cfg/lvc.yaml.py index c15212a4..87db4f76 100644 --- a/job-cfg/lvc.yaml.py +++ b/job-cfg/lvc.yaml.py @@ -4,6 +4,8 @@ images = """ wheezy_standard wheezy_gnome-desktop debian-edu_jessie_standalone + debian_jessie_gnome + debian_jessie_xfce """.split() features = """ @@ -12,12 +14,16 @@ features = """ files = { 'wheezy_standard': '/var/lib/jenkins/debian-live-7.7.0-amd64-standard.iso', 'wheezy_gnome-desktop': '/var/lib/jenkins/debian-live-7.7.0-amd64-gnome-desktop.iso', - 'debian-edu_jessie_standalone': '/srv/live-build/results/debian-edu_standalone_live_amd64.iso' + 'debian-edu_jessie_standalone': '/srv/live-build/results/debian-edu_standalone_live_amd64.iso', + 'debian_jessie_gnome': '/srv/live-build/results/debian_gnome_live_amd64.iso', + 'debian_jessie_xfce': '/srv/live-build/results/debian_xfce_live_amd64.iso' } titles = { 'wheezy_standard': 'Debian Live 7 standard', 'wheezy_gnome-desktop': 'Debian Live 7 GNOME desktop', - 'debian-edu_jessie_standalone': 'Debian Edu Live 8 Standalone' + 'debian-edu_jessie_standalone': 'Debian Edu Live 8 Standalone', + 'debian_jessie_gnome': 'Debian Edu Live 8 GNOME Desktop', + 'debian_jessie_xfce': 'Debian Edu Live 8 Xfce Desktop' } print(""" |