Merge "Bump storage available to Docker in CI to 25G"

This commit is contained in:
Zuul 2018-11-28 19:43:33 +00:00 committed by Gerrit Code Review
commit 6ac5346954
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function setup_disk {
fi
if [ ! -f /docker ]; then
sudo dd if=/dev/zero of=/docker bs=1M count=20480
sudo dd if=/dev/zero of=/docker bs=1M count=25600
sudo losetup -f /docker
DEV=$(losetup -a | awk -F: '/\/docker/ {print $1}')
fi