Skip to content
Snippets Groups Projects
Commit 0397f7b0 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #11137 from jtattermusch/internal_ci_move_docker_graph

Prevent out of disk space error on internal_ci
parents ec3fb9dc b7236db1
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
# Need to increase open files limit for c tests # Need to increase open files limit for c tests
ulimit -n 32768 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 # Download Docker images from DockerHub
export DOCKERHUB_ORGANIZATION=grpctesting export DOCKERHUB_ORGANIZATION=grpctesting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment