diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-06-09 19:22:22 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-06-09 19:22:22 +0200 |
commit | ef8f23cb0cdc96d4f7db4c0590aed776ddf8878a (patch) | |
tree | a0c121a7d7efe6f1a9558ca69ec17b7c40c78c10 | |
parent | ffe13e991b855fea7cd11d13af5be815d1ed1391 (diff) | |
download | jenkins.debian.net-ef8f23cb0cdc96d4f7db4c0590aed776ddf8878a.tar.xz |
reduce unused architectures for rebootstrap
The arm family really does not have any biarch packages (yet?). Demote
to mono_architectures. This commit removes the following jobs:
rebootstrap_arm_gcc48_nobiarch
rebootstrap_arm_gcc49_nobiarch
rebootstrap_arm64_gcc48_nobiarch
rebootstrap_arm64_gcc49_nobiarch
rebootstrap_armel_gcc48_nobiarch
rebootstrap_armel_gcc49_nobiarch
rebootstrap_armhf_gcc48_nobiarch
rebootstrap_armhf_gcc49_nobiarch
-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 7850f3ed..5a3af6ec 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -1,7 +1,6 @@ #!/usr/bin/python architectures = """ - arm arm64 armel armhf i386 hppa mips mipsel @@ -12,6 +11,7 @@ architectures = """ """.split() mono_architectures = """ + arm armel armhf arm64 alpha ia64 m68k |