diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-20 00:06:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-20 00:06:12 +0200 |
commit | 797e09ae9a8bc78070350dbf3133df56eb19a8ab (patch) | |
tree | a18fc9814dfbaf06647249b5ae821c91c5cf00f6 | |
parent | a1fa213874b9ef7761648e667798db121c2ae3eb (diff) | |
download | jenkins.debian.net-797e09ae9a8bc78070350dbf3133df56eb19a8ab.tar.xz |
reboostrap: bump /srv/workspace on pb9 to 40G
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 3b6126f7..f7d6a2b7 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -138,7 +138,7 @@ case $HOSTNAME in TMPSIZE=15 ;; profitbricks-build9-amd64) - TMPFSSIZE=32 + TMPFSSIZE=40 TMPSIZE=8 ;; profitbricks-build*) |