diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-01 15:13:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-01 15:13:32 +0200 |
commit | d8759fed4055a6cfda5766e5396ee5e16fb05879 (patch) | |
tree | 07e209e811a55880bb74576e7cd379e610b86b43 /job-cfg | |
parent | dfd4ee1af0a6d7140a512e96fa92b184c688672b (diff) | |
download | jenkins.debian.net-d8759fed4055a6cfda5766e5396ee5e16fb05879.tar.xz |
reproducible: rename debbindiff jobs to diffoscope and add arch and hostname information to job name
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 898c9df4..6030529c 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -246,11 +246,11 @@ - job-template: defaults: reproducible - name: '{name}_setup_schroot_unstable_debbindiff' + name: '{name}_setup_schroot_unstable_diffoscope_amd64_jenkins' - job-template: defaults: reproducible - name: '{name}_setup_schroot_testing_debbindiff' + name: '{name}_setup_schroot_testing_diffoscope_amd64_jenkins' - job-template: defaults: reproducible @@ -551,16 +551,16 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: 'profitbricks2' - - '{name}_setup_schroot_unstable_debbindiff': - my_description: 'Setup schroot for running debbindiff in a unstable environment (this is needed to be able to correctly investigate haskell binaries...)' + - '{name}_setup_schroot_unstable_diffoscope_amd64_jenkins': + my_description: 'Setup schroot for running diffoscope in a unstable environment (this is needed to be able to correctly investigate haskell binaries...)' my_timed: '23 0 * * *' - my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-debbindiff unstable debbindiff locales-all' + 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_testing_debbindiff': - my_description: 'Setup schroot for running debbindiff in a testing environment (this is needed to be able to correctly investigate haskell binaries...)' + - '{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 * * *' - my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all' + my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-diffoscope testing diffoscope locales-all' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_setup_schroot_unstable': |