You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
#29 added tests/test-docker-compose.sh, which verifies GitLab is up via docker-compose ps and nc -z -v localhost 30080. While this tells us if the containers are up and if port 30080 is reachable, it does not effectively check for GitLab being functional.
Upon further reading, it became obvious that 404s from /-/liveness and /-/readiness are expected behavior when not coming from a whitelisted IP address or using the admin token
The trick would be to either:
Figure out what address Travis CI is hitting GitLab from and add it to the whitelist
Programmatically grab the admin token and use it in the URL