summaryrefslogtreecommitdiffstats
path: root/job-cfg/lvc.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-23 16:46:29 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-23 16:46:29 +0100
commit5cb5d11c6645a200254dcd9efac6025436d79323 (patch)
treebe627759b8f76ffca67b9ebcd3ffb0331196dc2b /job-cfg/lvc.yaml
parentaa9f4ab906f05fe395e373163666df351414a027 (diff)
downloadjenkins.debian.net-5cb5d11c6645a200254dcd9efac6025436d79323.tar.xz
convert lvc.yaml into lvc.yaml.py
Diffstat (limited to 'job-cfg/lvc.yaml')
-rw-r--r--job-cfg/lvc.yaml65
1 files changed, 0 insertions, 65 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
deleted file mode 100644
index 87ca0fe9..00000000
--- a/job-cfg/lvc.yaml
+++ /dev/null
@@ -1,65 +0,0 @@
-- defaults:
- name: lvc
- project-type: freestyle
- properties:
- - sidebar:
- url: https://jenkins.debian.net/userContent/about.html
- text: About jenkins.debian.net
- icon: /userContent/images/debian-swirl-24x24.png
- - sidebar:
- url: https://jenkins.debian.net/view/lvc
- text: Jobs for libvirt and cucumber based tests
- icon: /userContent/images/debian-jenkins-24x24.png
- - sidebar:
- url: http://www.profitbricks.com
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
- description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/lvc.yaml">lvc.yaml</a>.'
- logrotate:
- daysToKeep: 90
- numToKeep: 20
- artifactDaysToKeep: -1
- artifactNumToKeep: -1
- publishers:
- - email:
- recipients: 'holger@layer-acht.org'
- - archive:
- artifacts: '*.webm, {my_pngs}'
- latest_only: false
- - imagegallery:
- title: '{my_title}'
- includes: '{my_pngs}'
- image-width: 300
- builders:
- - shell: '/srv/jenkins/bin/lvc/run_test_suite {my_params}'
- triggers:
- - timed: '{my_time}'
-
-- job-template:
- 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_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.7.0-amd64-gnome-desktop.iso DebianLive7/apt.feature'
- my_pngs: 'apt-*.png'
- my_description: 'Work in progress...'
-