[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: don't disable the diffoscope schroot jobs

Mattia Rizzolo mattia at debian.org
Fri Apr 6 08:49:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 6e543028d9fff18c08cd8da378cc5bc75b4ccb7d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Apr 6 10:49:30 2018 +0200

    reproducible debian: don't disable the diffoscope schroot jobs
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 job-cfg/reproducible.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index afe3d1f..d20d66e 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -476,14 +476,17 @@
                     my_description: 'Setup schroot for running diffoscope in a unstable environment (this is needed to be able to correctly investigate haskell binaries...)'
                     my_timed: '42 0 * * *'
                     my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope unstable diffoscope locales-all'
+                    my_disabled: false
                 - 'stretch_diffoscope':
                     my_description: 'Setup schroot for running diffoscope in a stretch 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-stretch-diffoscope stretch diffoscope locales-all'
+                    my_disabled: false
                 - 'buster_diffoscope':
                     my_description: 'Setup schroot for running diffoscope in a buster 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-buster-diffoscope buster diffoscope locales-all'
+                    my_disabled: false
                 - 'unstable':
                     my_timed: '42 1 * * *'
                     my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-{my_distro} {my_distro}'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list