[Qa-jenkins-scm] [jenkins.debian.net] 01/01: rebootstrap: update gcc versions

Helmut Grohne helmutg at moszumanska.debian.org
Thu Oct 5 18:29:49 UTC 2017


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 90f1ac45dbcafcfd2ef2a4838e9ef523cdba99d6
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Thu Oct 5 20:28:42 2017 +0200

    rebootstrap: update gcc versions
    
    This commit deletes all gcc6 jobs. It adds gcc7 diffoscope jobs and adds
    jobs for gcc8. The gcc6 jobs need to be removed manually.
---
 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 4ddabe9..4200c66 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -36,8 +36,8 @@ release_architectures = """
 
 architectures += mono_architectures
 
-gcc_versions = ("6", "7",)
-diffoscope_gcc_versions = ("6",)
+gcc_versions = ("7","8")
+diffoscope_gcc_versions = ("7",)
 
 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