[Qa-jenkins-scm] [jenkins.debian.net] 01/02: packages-tests: debhelper: disable stretch job

Mattia Rizzolo mattia at debian.org
Sat Dec 30 13:50:50 UTC 2017


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 b9d79738b8d3f92f7dcf30c8e33fa68dc3224262
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Dec 30 14:49:03 2017 +0100

    packages-tests: debhelper: disable stretch job
    
    [12:27:45 AM] <nthykier> mapreri: debhelper/stretch cannot be built from the master branch; it can only be built from the stretch-backports branch
    [12:27:56 AM] <nthykier> not sure if there is a trivial way to do that in the jenkins setup
    [12:28:30 AM] <nthykier> (the reason being the stretch-backports branch discards/undoes some relations on dpkg 1.19 to work in stretch with some functionality disabled - notably R³)
    [12:33:46 AM] <nthykier> that said, debhelper in stretch actually builds in a vanilla stretch, so bpo is not required here
    
    So, let's just disable it for now, no use in continously try to run it.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 job-cfg/packages-tests.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml
index 1c7399d..7f5ca8b 100644
--- a/job-cfg/packages-tests.yaml
+++ b/job-cfg/packages-tests.yaml
@@ -108,7 +108,9 @@
     my_distro:
       - sid: *distro_defaults_sid
       - buster: *distro_defaults_buster
-      - stretch: *distro_defaults_stretch
+      - stretch:
+          <<: *distro_defaults_stretch
+          my_disabled: true
       - jessie:
           my_disabled: true
     jobs:

-- 
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