summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2016-08-31 15:08:04 +0200
committerHelmut Grohne <helmut@subdivi.de>2016-08-31 15:08:04 +0200
commit9f08c4821063309e52af6c3bf7d1085730c1115e (patch)
tree31a46ac83596f44838b36809f78fcccef775fd54 /job-cfg/rebootstrap.yaml.py
parentbf7e68a784c8a3ab91db8f128b75ad48f94bcf9a (diff)
downloadjenkins.debian.net-9f08c4821063309e52af6c3bf7d1085730c1115e.tar.xz
rebootstrap: mips64el got added to testing
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index eddb4478..a946494f 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -28,7 +28,7 @@ mono_architectures = """
release_architectures = """
armel armhf arm64
i386
- mips mipsel
+ mips mips64el mipsel
powerpc ppc64el
s390x
""".split()