summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-01 16:15:06 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-01 16:15:06 +0200
commit72672a5a8806f060398e5b60aebecb8f249d7c98 (patch)
treea7c4e3232e3477a28fcb3492c6b3f401a7edc0ba /job-cfg/rebootstrap.yaml.py
parent031bcbe5e9ff856d79f4b1154280d4381401ee1f (diff)
downloadjenkins.debian.net-72672a5a8806f060398e5b60aebecb8f249d7c98.tar.xz
fixup 031bcbe: rebootstrap: move or1k jobs to profitbricks4 node
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index da3bae3e..17a58721 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -78,7 +78,7 @@ print("""
branches:
- '{my_branchname}'
builders:
- - shell: '{my_wrapper} LC_ALL=C /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH={my_arch} {my_params}'
+ - shell: '{my_wrapper} HOST_ARCH={my_arch} {my_params}'
publishers:
- logparser:
parse-rules: '/srv/jenkins/logparse/rebootstrap.rules'
@@ -142,4 +142,7 @@ for arch in sorted(architectures):
debbindiff_comment=" showing debbindiffs" if debbindiff else "",
node=get_node(arch)))
if get_node(arch):
- print(" my_wrapper: '/srv/jenkins/bin/reproducible_master_wrapper.sh'")
+ print(" my_wrapper: '/srv/jenkins/bin/jenkins_master_wrapper.sh'")
+ else:
+ print(" my_wrapper: 'LC_ALL=C /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh'")
+