summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-16 20:37:22 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-16 20:37:22 +0200
commit7fdbd75781c90c353cb812f86596032d8b3c3fb6 (patch)
tree30a2df853e6f2d6bdff586eb3ba1b68b0ea621f8 /job-cfg
parentd3fb3a6af57547052cf2f2610f78129a4d6d9d26 (diff)
downloadjenkins.debian.net-7fdbd75781c90c353cb812f86596032d8b3c3fb6.tar.xz
new job: dvswitch_against_libav_git to test exactly that, every day at 1 UTC
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/dvswitch.yaml22
1 files changed, 18 insertions, 4 deletions
diff --git a/job-cfg/dvswitch.yaml b/job-cfg/dvswitch.yaml
index da53ed3c..7a28c0fd 100644
--- a/job-cfg/dvswitch.yaml
+++ b/job-cfg/dvswitch.yaml
@@ -55,6 +55,20 @@
- trigger:
project: '{name}_jessie'
+- job-template:
+ defaults: dvswitch
+ name: '{name}_against_libav_git'
+ triggers:
+ - timed: '0 1 * * *' # every day at 01:00 UTC
+ publishers:
+ - email:
+ recipients: 'jenkins+dvswitch holger@layer-acht.org wouter@debian.org'
+ scm:
+ - git:
+ url: 'git://git.libav.org/libav.git'
+ branches:
+ - master
+
- project:
name: dvswitch
jobs:
@@ -71,7 +85,7 @@
my_shell: 'debian/rules build'
my_description: 'Build the dvswitch git master branch on wheezy (+backports).'
-# git://git.libav.org/libav.git
-# < wouter> - build the libav git master branch every night at 1 am (but only if there were changes in the libav master branch)
-# < wouter> - if the libav build was successful, build the dvswitch master branch against the just-built libav library, and run the test suite
-
+ - '{name}_against_libav_git':
+ my_distro: 'sid'
+ my_shell: 'debian/rules build ; cd .. ; dpkg -i -O *.deb ; git clone git://anonscm.debian.org/dvswitch/dvswitch.git ; cd dvswitch ; ./debian/rules build'
+ my_description: 'Build the dvswitch git master branch on sid.'