diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-18 18:24:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-19 02:25:07 +0200 |
commit | 9552d68b30f25e132d259c4bbf1e76a45a0e5d27 (patch) | |
tree | 510b27845425d604bc7a41079110d7faa946b823 /job-cfg | |
parent | cdeae167b9429e980302c5e94563057c278e294f (diff) | |
download | jenkins.debian.net-9552d68b30f25e132d259c4bbf1e76a45a0e5d27.tar.xz |
Add a job to check the co-installability of Haskell packages
and to ensure that the various hooks (ghc, ghc-doc, hoogle) work with
all packages.
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/chroot-installation.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 7443a8ba..09f9b27c 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -147,6 +147,10 @@ - job-template: defaults: chroot-installation + name: '{name}_sid_install_haskell' + +- job-template: + defaults: chroot-installation name: '{name}_sid_install_developer' - job-template: @@ -243,6 +247,10 @@ - job-template: defaults: chroot-installation + name: '{name}_jessie_install_haskell' + +- job-template: + defaults: chroot-installation name: '{name}_jessie_install_developer' - job-template: @@ -275,6 +283,10 @@ - job-template: defaults: chroot-installation + name: '{name}_wheezy_install_haskell_upgrade_to_jessie' + +- job-template: + defaults: chroot-installation name: '{name}_wheezy_install_developer_upgrade_to_jessie' - job-template: @@ -309,6 +321,10 @@ installation_params: 'sid full_desktop' my_description: 'Debootstrap sid, then install four desktop environments and the most commonly used applications and packages.' + - '{name}_sid_install_haskell': + installation_params: 'sid haskell' + my_description: 'Debootstrap sid, then install all Haskell related packages.' + - '{name}_sid_install_developer': installation_params: 'sid developer' my_description: 'Debootstrap sid, then install four desktop environments and the most commonly used applications and packages - and the build depends for all of these.' @@ -408,6 +424,10 @@ installation_params: 'jessie full_desktop' my_description: 'Debootstrap jessie, then install four desktop environments and the most commonly used applications and packages.' + - '{name}_jessie_install_haskell': + installation_params: 'jessie haskell' + my_description: 'Debootstrap jessie, then install all Haskell related packages.' + - '{name}_jessie_install_developer': installation_params: 'jessie developer' my_description: 'Debootstrap jessie, then install four desktop environments and the most commonly used applications and packages - and the build depends for all of these.' @@ -441,6 +461,10 @@ installation_params: 'wheezy full_desktop jessie' my_description: 'Debootstrap wheezy, then install four desktop environments and the most commonly used applications and packages, then upgrade to jessie.' + - '{name}_wheezy_install_haskell_upgrade_to_jessie': + installation_params: 'wheezy haskell jessie' + my_description: 'Debootstrap wheezy, then install all Haskell related packages, then upgrade to jessie.' + - '{name}_wheezy_install_developer_upgrade_to_jessie': installation_params: 'wheezy developer jessie' my_description: 'Debootstrap wheezy, then install four desktop environments and the most commonly used applications and packages - and the build depends for all of these, then upgrade to jessie.' |