diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-02 14:19:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-02 14:19:05 +0200 |
commit | c51851b134748341641911505e214843a92e1322 (patch) | |
tree | 1fc4cd88bf2f3850f23c4b7d1bf1b8b71c3fa6f5 /job-cfg | |
parent | 555380af40ab6d78c066049841429b664c5647f4 (diff) | |
download | jenkins.debian.net-c51851b134748341641911505e214843a92e1322.tar.xz |
reproducible: create debbindiff-schroot for testing too, as ghc differs too much to unstable now
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index fc8e0b7f..b01869a2 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -142,6 +142,10 @@ - job-template: defaults: reproducible + name: '{name}_setup_schroot_testing_debbindiff' + +- job-template: + defaults: reproducible name: '{name}_setup_schroot_unstable' - job-template: @@ -253,6 +257,11 @@ my_timed: '23 0 * * *' my_shell: '/srv/jenkins/bin/reproducible_setup_schroot.sh reproducible-unstable-debbindiff unstable debbindiff locales-all' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_setup_schroot_testing_debbindiff': + my_description: 'Setup schroot for running debbindiff in a testing environment (this is needed to be able to correctly investigate haskell binaries...)' + my_timed: '23 0 * * *' + my_shell: '/srv/jenkins/bin/reproducible_setup_schroot.sh reproducible-testing-debbindiff testing debbindiff locales-all' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_setup_schroot_unstable': my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.' my_timed: '23 1 * * *' |