summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-05-23 13:19:15 +0200
committerHelmut Grohne <helmut@subdivi.de>2014-05-23 13:19:15 +0200
commitfd94a8edc5c5a4d884f41f13e528dc2136950f47 (patch)
tree3b55ebbede774c739f97f7ee4b25a3df6502cdb4 /job-cfg/rebootstrap.yaml.py
parent8f2451764d0d08bc0cd6c2429f6b112ce388ddfe (diff)
downloadjenkins.debian.net-fd94a8edc5c5a4d884f41f13e528dc2136950f47.tar.xz
use minimal chroots for rebootstrap
This should reduce io-load on jenkins by not installing unneeded stuff.
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 0d038426..287b12a3 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -60,7 +60,7 @@ print("""
branches:
- '{my_branchname}'
builders:
- - shell: '/srv/jenkins/bin/chroot-run.sh sid ./bootstrap.sh HOST_ARCH={my_arch} {my_params}'
+ - shell: '/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH={my_arch} {my_params}'
publishers:
- email:
recipients: 'jenkins+debian-bootstrap helmutg@debian.org'