summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2015-08-09 20:27:41 +0200
committerHelmut Grohne <helmut@subdivi.de>2015-08-09 20:27:41 +0200
commit90ff10b3ecefada6c2947253bf11c89f643b11bc (patch)
tree2b895d32264d86568ad364aa6187cd7259776529
parent30175dfe8c221db5ac96014b72e93e3118bd6856 (diff)
downloadjenkins.debian.net-90ff10b3ecefada6c2947253bf11c89f643b11bc.tar.xz
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
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 7e4e096c..2b3ff9c9 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: