mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
jenkins-build-makebuildserver: bump cpus to 2 and memory to 6144
profitbricks-build7-amd64 has 8 gigs of RAM and 2 cores, so might as well use them!
This commit is contained in:
parent
f28016002f
commit
1ad75f3258
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ echo "debian_mirror = 'https://deb.debian.org/debian/'" > $WORKSPACE/makebuildse
|
|||
echo "boot_timeout = 1200" >> $WORKSPACE/makebuildserver.config.py
|
||||
echo "apt_package_cache = True" >> $WORKSPACE/makebuildserver.config.py
|
||||
echo "copy_caches_from_host = True" >> $WORKSPACE/makebuildserver.config.py
|
||||
echo "memory = 6144" >> $WORKSPACE/makebuildserver.config.py
|
||||
echo "cpus = 2" >> $WORKSPACE/makebuildserver.config.py
|
||||
./makebuildserver -vv --clean
|
||||
|
||||
if [ -z "`vagrant box list | egrep '^buildserver\s+\((libvirt|virtualbox), [0-9]+\)$'`" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue