[Qa-jenkins-scm] [jenkins.debian.net] 01/01: rebootstrap: remove gcc 4.9 jobs

Helmut Grohne helmutg at moszumanska.debian.org
Sun Aug 9 18:31:25 UTC 2015


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

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

commit 90ff10b3ecefada6c2947253bf11c89f643b11bc
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Sun Aug 9 20:27:41 2015 +0200

    rebootstrap: remove gcc 4.9 jobs
    
    When applying this commit, the following jobs need to be deleted:
    
    rebootstrap_alpha_gcc49
    rebootstrap_alpha_gcc49_supported
    rebootstrap_arm64_gcc49
    rebootstrap_arm64_gcc49_debbindiff
    rebootstrap_arm64_gcc49_supported
    rebootstrap_arm64_gcc49_supported_debbindiff
    rebootstrap_armel_gcc49
    rebootstrap_armel_gcc49_debbindiff
    rebootstrap_armel_gcc49_supported
    rebootstrap_armel_gcc49_supported_debbindiff
    rebootstrap_armhf_gcc49
    rebootstrap_armhf_gcc49_debbindiff
    rebootstrap_armhf_gcc49_supported
    rebootstrap_armhf_gcc49_supported_debbindiff
    rebootstrap_hppa_gcc49
    rebootstrap_hppa_gcc49_supported
    rebootstrap_i386_gcc49
    rebootstrap_i386_gcc49_debbindiff
    rebootstrap_i386_gcc49_nobiarch
    rebootstrap_i386_gcc49_nobiarch_debbindiff
    rebootstrap_i386_gcc49_supported
    rebootstrap_i386_gcc49_supported_debbindiff
    rebootstrap_m68k_gcc49
    rebootstrap_m68k_gcc49_supported
    rebootstrap_mips64el_gcc49
    rebootstrap_mips64el_gcc49_nobiarch
    rebootstrap_mips64el_gcc49_supported
    rebootstrap_mipsel_gcc49
    rebootstrap_mipsel_gcc49_debbindiff
    rebootstrap_mipsel_gcc49_nobiarch
    rebootstrap_mipsel_gcc49_nobiarch_debbindiff
    rebootstrap_mipsel_gcc49_supported
    rebootstrap_mipsel_gcc49_supported_debbindiff
    rebootstrap_mips_gcc49
    rebootstrap_mips_gcc49_debbindiff
    rebootstrap_mips_gcc49_nobiarch
    rebootstrap_mips_gcc49_nobiarch_debbindiff
    rebootstrap_mips_gcc49_supported
    rebootstrap_mips_gcc49_supported_debbindiff
    rebootstrap_musl-linux-arm64_gcc49
    rebootstrap_musl-linux-armhf_gcc49
    rebootstrap_musl-linux-i386_gcc49
    rebootstrap_musl-linux-mipsel_gcc49
    rebootstrap_musl-linux-mips_gcc49
    rebootstrap_or1k_gcc49
    rebootstrap_or1k_gcc49_supported
    rebootstrap_powerpcel_gcc49
    rebootstrap_powerpcel_gcc49_supported
    rebootstrap_powerpc_gcc49
    rebootstrap_powerpc_gcc49_debbindiff
    rebootstrap_powerpc_gcc49_nobiarch
    rebootstrap_powerpc_gcc49_nobiarch_debbindiff
    rebootstrap_powerpc_gcc49_supported
    rebootstrap_powerpc_gcc49_supported_debbindiff
    rebootstrap_powerpcspe_gcc49
    rebootstrap_powerpcspe_gcc49_supported
    rebootstrap_ppc64el_gcc49
    rebootstrap_ppc64el_gcc49_debbindiff
    rebootstrap_ppc64el_gcc49_supported
    rebootstrap_ppc64el_gcc49_supported_debbindiff
    rebootstrap_ppc64_gcc49
    rebootstrap_ppc64_gcc49_nobiarch
    rebootstrap_ppc64_gcc49_supported
    rebootstrap_s390x_gcc49
    rebootstrap_s390x_gcc49_debbindiff
    rebootstrap_s390x_gcc49_nobiarch
    rebootstrap_s390x_gcc49_nobiarch_debbindiff
    rebootstrap_s390x_gcc49_supported
    rebootstrap_s390x_gcc49_supported_debbindiff
    rebootstrap_sh4_gcc49
    rebootstrap_sh4_gcc49_supported
    rebootstrap_sparc64_gcc49
    rebootstrap_sparc64_gcc49_nobiarch
    rebootstrap_sparc64_gcc49_supported
    rebootstrap_sparc_gcc49
    rebootstrap_sparc_gcc49_nobiarch
    rebootstrap_sparc_gcc49_supported
    rebootstrap_x32_gcc49
    rebootstrap_x32_gcc49_nobiarch
    rebootstrap_x32_gcc49_supported
---
 job-cfg/rebootstrap.yaml.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 7e4e096..2b3ff9c 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -31,8 +31,8 @@ release_architectures = """
 
 architectures += mono_architectures
 
-gcc_versions = """4.9 5""".split()
-debbindiff_gcc_versions = "4.9 5".split()
+gcc_versions = ("5",)
+debbindiff_gcc_versions = ("5",)
 
 print("""
 - defaults:

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