[Qa-jenkins-scm] [jenkins.debian.net] 01/01: rebootstrap: also move arm64 jobs to new build node

Holger Levsen holger at moszumanska.debian.org
Mon Sep 7 13:38:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 1b730f4c4b564254d79d0fb56bad72969b71e6d1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Sep 7 15:37:59 2015 +0200

    rebootstrap: also move arm64 jobs to new build node
---
 job-cfg/rebootstrap.yaml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index ba5731a..6395b3d 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 ""
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list