summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-23 16:00:14 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-23 16:00:14 +0100
commitaa9f4ab906f05fe395e373163666df351414a027 (patch)
tree2717e5f681d485738ad704262551e6492c5513a6 /job-cfg
parentd179a0697e0f842ec3e228d1e3d4ce07c9634c4f (diff)
downloadjenkins.debian.net-aa9f4ab906f05fe395e373163666df351414a027.tar.xz
lvc: add job: lvc_debian-live_gnome_wheezy
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/lvc.yaml20
1 files changed, 17 insertions, 3 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
index 8b6db94d..87ca0fe9 100644
--- a/job-cfg/lvc.yaml
+++ b/job-cfg/lvc.yaml
@@ -39,13 +39,27 @@
defaults: lvc
name: '{name}_debian-live_wheezy'
+- job-template:
+ defaults: lvc
+ name: '{name}_debian-live_standard_wheezy'
+
+- job-template:
+ defaults: lvc
+ name: '{name}_debian-live_gnome_wheezy'
+
- project:
name: lvc
jobs:
- - '{name}_debian-live_wheezy':
- my_title: 'Debian Live 7'
+ - '{name}_debian-live_standard_wheezy':
+ my_title: 'Debian Live 7 standard'
+ my_time: '23 45 31 12 *'
+ my_params: '--debug --capture lvc_debian-live_wheezy.webm --temp-dir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.7.0-amd64-standard.iso DebianLive7/apt.feature'
+ my_pngs: 'apt-*.png'
+ my_description: 'Work in progress...'
+ - '{name}_debian-live_gnome_wheezy':
+ my_title: 'Debian Live 7 GNOME desktop'
my_time: '23 45 31 12 *'
- my_params: '--debug --capture lvc_debian-live_wheezy.webm --temp-dir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.6.0-amd64-standard.iso DebianLive7/apt.feature'
+ my_params: '--debug --capture lvc_debian-live_wheezy.webm --temp-dir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.7.0-amd64-gnome-desktop.iso DebianLive7/apt.feature'
my_pngs: 'apt-*.png'
my_description: 'Work in progress...'