summaryrefslogtreecommitdiffstats
path: root/job-cfg/lvc.yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/lvc.yaml.py')
-rw-r--r--job-cfg/lvc.yaml.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/job-cfg/lvc.yaml.py b/job-cfg/lvc.yaml.py
index 7ef7fa37..39c21d26 100644
--- a/job-cfg/lvc.yaml.py
+++ b/job-cfg/lvc.yaml.py
@@ -3,6 +3,7 @@
images = """
wheezy_standard
wheezy_gnome-desktop
+ debian_jessie_standalone
""".split()
features = """
@@ -10,11 +11,13 @@ features = """
""".split()
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'
+ 'wheezy_gnome-desktop': '/var/lib/jenkins/debian-live-7.7.0-amd64-gnome-desktop.iso',
+ 'debian_jessie_standalone': '/srv/live-build/results/debian-edu_standalone_live_amd64.iso'
}
titles = { 'wheezy_standard': 'Debian Live 7 standard',
- 'wheezy_gnome-desktop': 'Debian Live 7 GNOME desktop'
+ 'wheezy_gnome-desktop': 'Debian Live 7 GNOME desktop',
+ 'debian_jessie_standalone': 'Debian Edu Live 8 Standalone'
}
print("""
@@ -82,7 +85,7 @@ for image in sorted(images):
print(""" - '{name}_debian-live_%(image)s_%(feature)s':
my_title: '%(title)s'
my_time: '23 45 31 12 *'
- my_params: '--debug --capture lvc_debian-live_%(image)s_%(feature)s.webm --temp-dir $WORKSPACE --iso %(iso)s DebianLive7/%(feature)s.feature'
+ my_params: '--debug --capture lvc_debian-live_%(image)s_%(feature)s.webm --temp-dir $WORKSPACE --iso %(iso)s DebianLive/%(feature)s.feature'
my_pngs: '%(feature)s-*.png'
my_description: 'Work in progress...'
""" % dict(image=image,