diff options
author | Helmut Grohne <helmut@subdivi.de> | 2016-04-30 20:54:46 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2016-04-30 20:54:46 +0200 |
commit | 28618a8b1c927e02dc35f0a33dc6f4cdfde1657a (patch) | |
tree | fd94ed1a7d00b757984f965eac5a2785b0ce1206 | |
parent | e265f5e9398fd638e8cd6e6c343153980e5140e1 (diff) | |
download | jenkins.debian.net-28618a8b1c927e02dc35f0a33dc6f4cdfde1657a.tar.xz |
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
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 29e020a7..e1796b0c 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 = """ |