Random result of builds at gitlab.com
The result of building the same commit is very random at gitlab.com, sometimes it runs fine another time the job fails. After a successful build I triggered another build that failed. This looks like the docker daemon isn't started, running the build locally always successful.
gitlab-ci-multi-runner 1.1.4 (9e2fd1a)
Using Docker executor with image fedora ...
ERROR: Failed to create container volume for /cache Get http://unix.sock/v1.18/version: dial unix /var/run/docker.sock: connect: no such file or directory
ERROR: Failed to create container volume for /builds/xxxx Get http://unix.sock/v1.18/version: dial unix /var/run/docker.sock: connect: no such file or directory
ERROR: Build failed: Get http://unix.sock/v1.18/version: dial unix /var/run/docker.sock: connect: no such file or directory
Is there any way of checking the status of the gitlab.com environment.