Merge pull request #11137 from jtattermusch/internal_ci_move_docker_graph

Prevent out of disk space error on internal_ci
pull/11146/head
Jan Tattermusch 8 years ago committed by GitHub
commit 0397f7b05e
  1. 4
      tools/internal_ci/helper_scripts/prepare_build_linux_rc

@ -33,6 +33,10 @@
# Need to increase open files limit for c tests
ulimit -n 32768
# Move docker's storage location to scratch disk so we don't run out of space.
echo 'DOCKER_OPTS="${DOCKER_OPTS} --graph=/tmpfs/docker"' | sudo tee --append /etc/default/docker
sudo service docker restart
# Download Docker images from DockerHub
export DOCKERHUB_ORGANIZATION=grpctesting

Loading…
Cancel
Save