summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-07 15:37:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-07 15:37:59 +0200
commit1b730f4c4b564254d79d0fb56bad72969b71e6d1 (patch)
treeb03baab97444db4f4236c5abaa523212f5d68733 /job-cfg/rebootstrap.yaml.py
parenta57f83416aecc9b9ca929e236de40c8f0fcb05b8 (diff)
downloadjenkins.debian.net-1b730f4c4b564254d79d0fb56bad72969b71e6d1.tar.xz
rebootstrap: also move arm64 jobs to new build node
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 ba5731a0..6395b3df 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -36,7 +36,7 @@ gcc_versions = ("5",)
debbindiff_gcc_versions = ("5",)
def get_node(arch):
- if arch == "or1k":
+ if arch == "or1k" or arch == "arm64":
return "profitbricks4"
return ""