summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2017-06-01 19:40:37 +0200
committerHelmut Grohne <helmut@subdivi.de>2017-06-01 19:40:37 +0200
commit1982d5a2c3c1fc9d0f2f2275cbaa6833e5d09f66 (patch)
tree9184f7dbb94b855a225b643bef4119599f6c1ef1 /job-cfg/rebootstrap.yaml.py
parent1c68e2118724c60733c5bc622b5b636af862a2ff (diff)
downloadjenkins.debian.net-1982d5a2c3c1fc9d0f2f2275cbaa6833e5d09f66.tar.xz
rebootstrap: add mips64 and riscv64
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index a8827574..4ddabe97 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -17,10 +17,11 @@ mono_architectures = """
hppa
hurd-i386 musl-linux-i386
m68k
- mips64r6el mipsr6el
+ mips64 mips64r6el mipsr6el
musl-linux-mips musl-linux-mipsel
nios2
powerpcel powerpcspe ppc64el
+ riscv64
sh3 sh4
tilegx
""".split()