diff options
Diffstat (limited to 'job-cfg/haskell-packages.yaml')
-rw-r--r-- | job-cfg/haskell-packages.yaml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/job-cfg/haskell-packages.yaml b/job-cfg/haskell-packages.yaml deleted file mode 100644 index 6a8fd2ca..00000000 --- a/job-cfg/haskell-packages.yaml +++ /dev/null @@ -1,43 +0,0 @@ -- defaults: - name: haskell-packages - 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/haskell/ - text: Haskell packages metadata consistency - 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}{do_not_edit}' - logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - builders: - - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' - publishers: - - email: - recipients: '{my_recipients}' - -- job-template: - defaults: haskell-packages - name: '{name}' - triggers: - - 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: - - '{name}': - my_distro: 'jessie' - my_shell: 'apt-get -y 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' - my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' |