[Qa-jenkins-scm] [jenkins.debian.net] 01/01: rebootstrap: add debbindiff jobs for gcc-5
Helmut Grohne
helmutg at moszumanska.debian.org
Mon Aug 3 14:11:24 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 3cfe5434ec422a0c282647a8f680504606f30743
Author: Helmut Grohne <helmut at subdivi.de>
Date: Mon Aug 3 15:39:42 2015 +0200
rebootstrap: add debbindiff jobs for gcc-5
---
job-cfg/rebootstrap.yaml.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 9654531..7e4e096 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -32,6 +32,7 @@ release_architectures = """
architectures += mono_architectures
gcc_versions = """4.9 5""".split()
+debbindiff_gcc_versions = "4.9 5".split()
print("""
- defaults:
@@ -92,7 +93,7 @@ for arch in sorted(architectures):
if (nobiarch or arch.startswith("musl-linux-")) and supported:
continue
for debbindiff in ["", "_debbindiff"]:
- if debbindiff and (arch not in release_architectures or gccver != "4.9"):
+ if debbindiff and (arch not in release_architectures or gccver not in debbindiff_gcc_versions):
continue
print("""
- job-template:
@@ -114,7 +115,7 @@ for arch in sorted(architectures):
if (nobiarch or arch.startswith("musl-linux-")) and supported:
continue
for debbindiff in (False, True):
- if debbindiff and (arch not in release_architectures or gccver != "4.9"):
+ if debbindiff and (arch not in release_architectures or gccver not in debbindiff_gcc_versions):
continue
print(
""" - '{name}_%(suffix)s':
--
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