summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-19 00:53:18 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:47:00 +0100
commitdf5ba847892f305daa05bb4496d7caf522d8f533 (patch)
tree16e55d826b583bfc6c01db1cb785eb3188ee7efa /job-cfg
parent963870d841911ace7ffaa4c5f11b4f02b9864661 (diff)
downloadjenkins.debian.net-df5ba847892f305daa05bb4496d7caf522d8f533.tar.xz
create first test job for libvirt-cucumber based system tests
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/lvc.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
new file mode 100644
index 00000000..bf99cdff
--- /dev/null
+++ b/job-cfg/lvc.yaml
@@ -0,0 +1,42 @@
+- 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'
+ builders:
+ - shell: '/srv/jenkins/bin/libvirt_cucumber_tests {my_params}'
+ triggers:
+ - timed: '{my_time}'
+
+- job-template:
+ defaults: lvc
+ name: '{name}_debian-live_squeeze'
+
+- project:
+ name: lvc
+ jobs:
+ - '{name}_debian-live_squeeze':
+ my_time: '23 45 31 12 *'
+ my_params: '--capture lvc_debian-live_squeeze.webm --iso /var/lib/jenkins/debian-live-7.6.0-amd64-standard.iso /srv/jenkins/features/apt.feature'
+ my_description: 'Work in progress...'
+