[Qa-jenkins-scm] [jenkins.debian.net] 01/01: rebootstrap: add gcc-6
Helmut Grohne
helmutg at moszumanska.debian.org
Wed Dec 23 17:11:29 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 e52d6316f32fe4c248b121ae4a2ddedf3acdcebe
Author: Helmut Grohne <helmut at subdivi.de>
Date: Wed Dec 23 18:10:23 2015 +0100
rebootstrap: add gcc-6
This adds 66 jobs and does not allocate any further resources to those
jobs. They will be run infrequently at first and replace the gcc-5 jobs
in the long run.
---
job-cfg/rebootstrap.yaml.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 05e8390..23ec5ed 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -33,7 +33,7 @@ release_architectures = """
architectures += mono_architectures
-gcc_versions = ("5",)
+gcc_versions = ("5", "6")
diffoscope_gcc_versions = ("5",)
print("""
--
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