diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-09-02 08:04:27 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-09-02 08:04:27 +0200 |
commit | e3a2add53e01a3b2f1593016d98111415447feea (patch) | |
tree | 571448d844131509cd7a8d4d92517f4604e60c73 /job-cfg | |
parent | a9c8216466b50d83c40852d0dec7fc752a255200 (diff) | |
download | jenkins.debian.net-e3a2add53e01a3b2f1593016d98111415447feea.tar.xz |
rebootstrap architecture update
* arm is completely dead
* ppc64el does not have multilib
This commit removes the following jobs:
rebootstrap_arm_gcc49 rebootstrap_ppc64el_gcc49_nobiarch
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 321882db..908ac2a3 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -4,17 +4,18 @@ architectures = """ i386 hppa mips mips64el mipsel - powerpc powerpcspe ppc64 ppc64el + powerpc powerpcspe ppc64 s390 s390x sparc sparc64 x32 """.split() mono_architectures = """ - arm armel armhf arm64 + armel armhf arm64 alpha ia64 m68k + ppc64el or1k sh4 """.split() |