[Qa-jenkins-scm] [jenkins.debian.net] 01/01: rebootstrap: switch all jobs to be run on profitbricks4 node

Holger Levsen holger at moszumanska.debian.org
Wed Sep 9 09:20:37 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 e63cbb31277c92904cb7dd6f5e4b79cfccec2f10
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 9 11:19:51 2015 +0200

    rebootstrap: switch all jobs to be run on profitbricks4 node
---
 job-cfg/rebootstrap.yaml.py | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 6395b3d..37ef5ff 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -35,11 +35,6 @@ architectures += mono_architectures
 gcc_versions = ("5",)
 debbindiff_gcc_versions = ("5",)
 
-def get_node(arch):
-    if arch == "or1k" or arch == "arm64":
-        return "profitbricks4"
-    return ""
-
 print("""
 - defaults:
     name: rebootstrap
@@ -130,7 +125,8 @@ for arch in sorted(architectures):
             my_params: 'GCC_VER=%(gccver)s ENABLE_MULTILIB=%(multilib_value)s ENABLE_MULTIARCH_GCC=%(multiarch_gcc_value)s ENABLE_DEBBINDIFF=%(debbindiff_value)s'
             my_description: 'Verify bootstrappability of Debian using gcc-%(gccver)s%(nobiarch_comment)s for %(arch)s%(supported_comment)s%(debbindiff_comment)s'
             my_branchname: 'jenkins_%(suffix)s'
-            my_node: '%(node)s'""" %
+            my_node: '%(node)s'
+            my_wrapper: '/srv/jenkins/bin/jenkins_master_wrapper.sh'""" %
                 dict(arch=arch,
                      suffix=arch + "_gcc" + gccver.replace(".", "") + ("_nobiarch" if nobiarch else "") + ("_supported" if supported else "") + ("_debbindiff" if debbindiff else ""),
                      gccver=gccver,
@@ -140,9 +136,5 @@ for arch in sorted(architectures):
                      supported_comment=" using the supported method" if supported else "",
                      debbindiff_value="yes" if debbindiff else "no",
                      debbindiff_comment=" showing debbindiffs" if debbindiff else "",
-                     node=get_node(arch)))
-                    if get_node(arch):
-                        print("            my_wrapper: '/srv/jenkins/bin/jenkins_master_wrapper.sh'")
-                    else:
-                        print("            my_wrapper: '/srv/jenkins/bin/rebootstrap.sh'")
+                     node="profitbricks4"))
 

-- 
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