diff options
author | Helmut Grohne <helmut@subdivi.de> | 2016-05-15 16:16:21 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2016-05-15 16:16:21 +0200 |
commit | 11319eaf1c40b095ba459fdbb1bf04090c252677 (patch) | |
tree | db5e89c49cb7cd93dd43d92fb203b894f47d56f7 /job-cfg | |
parent | ac64369e944795caedbdcec81106c25f8d3f6204 (diff) | |
download | jenkins.debian.net-11319eaf1c40b095ba459fdbb1bf04090c252677.tar.xz |
rebootstrap: mips32r6el ended up being called mipsr6el
This commit renames (and thus drops) the following jobs:
rebootstrap_mips32r6el_gcc5
rebootstrap_mips32r6el_gcc5_supported
rebootstrap_mips32r6el_gcc6
rebootstrap_mips32r6el_gcc6_supported
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 10d332e0..ca759c37 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -17,7 +17,7 @@ mono_architectures = """ hppa hurd-i386 musl-linux-i386 m68k - mips64r6el mips32r6el + mips64r6el mipsr6el musl-linux-mips musl-linux-mipsel nios2 powerpcel powerpcspe ppc64el |