diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-12 23:54:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-12 23:54:51 +0200 |
commit | 412e44703f67577b042cecb2472a1f7c5f41a527 (patch) | |
tree | 15c403d7dca267a1f361a71c08ee34aaff8a98d7 | |
parent | f2b3c819b78ad7bf25028626202aa994a13d22d9 (diff) | |
download | jenkins.debian.net-412e44703f67577b042cecb2472a1f7c5f41a527.tar.xz |
reproducible: setup unstable-diffoscope schroot on pb-build3
-rw-r--r-- | job-cfg/reproducible.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index b7f4b557..7cd07095 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -274,6 +274,10 @@ - job-template: defaults: reproducible + name: '{name}_setup_schroot_unstable_diffoscope_amd64_profitbricks3' + +- job-template: + defaults: reproducible name: '{name}_setup_schroot_testing_diffoscope_amd64_jenkins' - job-template: @@ -761,6 +765,12 @@ my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope unstable diffoscope locales-all' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_setup_schroot_unstable_diffoscope_amd64_profitbricks3': + my_description: 'Setup schroot for running diffoscope in a unstable environment' + my_timed: '42 0 * * *' + my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope unstable diffoscope locales-all' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: 'profitbricks3' - '{name}_setup_schroot_testing_diffoscope_amd64_jenkins': my_description: 'Setup schroot for running diffoscope in a testing environment (this is needed to be able to correctly investigate haskell binaries...)' my_timed: '23 0 * * *' |