summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-02 00:17:04 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-02 00:17:04 +0100
commit1ea0ab3f154f9a875b9d40e10694f86801413eef (patch)
tree68e3a3acbd269efb4af23a07f0e94b94bef39571
parentfdbd3c03d1d0e1a85a9a8fc58d22e98e33e40d4d (diff)
downloadjenkins.debian.net-1ea0ab3f154f9a875b9d40e10694f86801413eef.tar.xz
lvc: add new job to test new Debian Edu live images
-rw-r--r--features/DebianLive/apt.feature (renamed from features/DebianLive7/apt.feature)0
-rw-r--r--job-cfg/lvc.yaml.py9
2 files changed, 6 insertions, 3 deletions
diff --git a/features/DebianLive7/apt.feature b/features/DebianLive/apt.feature
index 43775b83..43775b83 100644
--- a/features/DebianLive7/apt.feature
+++ b/features/DebianLive/apt.feature
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,