summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-14 17:13:48 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-14 17:13:48 +0200
commita2f37884ab7d203e47981a875d5dcc6ac887ee5e (patch)
tree1e34e3cb2df234eec9cecab5823a870f191b7d23
parentda28a3ade2857c3be988e9fa3f7402c8b48c02b5 (diff)
downloadjenkins.debian.net-a2f37884ab7d203e47981a875d5dcc6ac887ee5e.tar.xz
small fixes to new haskell jobs
-rw-r--r--job-cfg/haskell-packages.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/haskell-packages.yaml b/job-cfg/haskell-packages.yaml
index cba97542..38e00a64 100644
--- a/job-cfg/haskell-packages.yaml
+++ b/job-cfg/haskell-packages.yaml
@@ -7,7 +7,7 @@
text: About jenkins.debian.net
icon: /userContent/images/debian-swirl-24x24.png
- sidebar:
- url: https://jenkins.debian.net/view/haskell-packages/
+ url: https://jenkins.debian.net/view/haskell/
text: Haskell packages metadata consistency
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
@@ -29,13 +29,13 @@
- job-template:
defaults: haskell-packages
triggers:
- - pollscm: '*/6 * * * *'
+ - timed: '0 15 * * 1' # every monday at 15:00 UTC
- project:
name: haskell-packages
do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/haskell-packages.yaml">haskell-packages.yaml</a>.'
jobs:
- - 'haskell-packages':
+ - '{name}_sid':
my_distro: 'sid'
my_shell: 'apt-get install cabal-install darcs libtext-patch-perl; cabal update; darcs get http://anonscm.debian.org/darcs/pkg-haskell/tools/; cd tools/all-packages; perl ./test-packages.pl'
my_description: 'Haskell Metadata sanity checks'