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

Helmut Grohne helmutg at moszumanska.debian.org
Sat Apr 30 18:58:21 UTC 2016


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 28618a8b1c927e02dc35f0a33dc6f4cdfde1657a
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Sat Apr 30 20:54:46 2016 +0200

    rebootstrap architecture update
    
    New architectures: arm64ilp32, mips32r6el, mips64r6el, tilegx.
    
    Removing or1k, because it seems like the relevant toolchain patches
    cannot be upstreamed due to licensing issues.
    
    New jobs:
    jenkins_arm64ilp32_gcc5
    jenkins_arm64ilp32_gcc5_supported
    jenkins_arm64ilp32_gcc6
    jenkins_arm64ilp32_gcc6_supported
    jenkins_mips32r6el_gcc5
    jenkins_mips32r6el_gcc5_supported
    jenkins_mips32r6el_gcc6
    jenkins_mips32r6el_gcc6_supported
    jenkins_mips64r6el_gcc5
    jenkins_mips64r6el_gcc5_supported
    jenkins_mips64r6el_gcc6
    jenkins_mips64r6el_gcc6_supported
    jenkins_tilegx_gcc5
    jenkins_tilegx_gcc5_supported
    jenkins_tilegx_gcc6
    jenkins_tilegx_gcc6_supported
    
    Removed jobs:
    jenkins_or1k_gcc5
    jenkins_or1k_gcc5_supported
    jenkins_or1k_gcc6
    jenkins_or1k_gcc6_supported
---
 job-cfg/rebootstrap.yaml.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 29e020a..e1796b0 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -11,16 +11,18 @@ architectures = """
    """.split()
 
 mono_architectures = """
-    armel armhf kfreebsd-armhf musl-linux-armhf arm64 hurd-amd64 musl-linux-arm64
+    armel armhf kfreebsd-armhf arm64 arm64ilp32 hurd-amd64
+    musl-linux-armhf musl-linux-arm64
     alpha
     hppa
     hurd-i386 musl-linux-i386
     m68k
+    mips64r6el mips32r6el
     musl-linux-mips musl-linux-mipsel
     nios2
     powerpcel powerpcspe ppc64el
-    or1k
     sh4
+    tilegx
     """.split()
 
 release_architectures = """

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