diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-05-23 13:19:15 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-05-23 13:19:15 +0200 |
commit | fd94a8edc5c5a4d884f41f13e528dc2136950f47 (patch) | |
tree | 3b55ebbede774c739f97f7ee4b25a3df6502cdb4 /job-cfg | |
parent | 8f2451764d0d08bc0cd6c2429f6b112ce388ddfe (diff) | |
download | jenkins.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')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
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' |