Create gitlab runner host: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
# [https://docs.docker.com/engine/install/debian/ Install Docker Engine on Debian] | # [https://docs.docker.com/engine/install/debian/ Install Docker Engine on Debian] | ||
# [https://docs.gitlab.com/runner/install/linux-repository.html Install GitLab runner] | # [https://docs.gitlab.com/runner/install/linux-repository.html Install GitLab runner] | ||
# Register runner | # [https://docs.gitlab.com/runner/register/ Register runner] | ||
## If you want to run Code Quality jobs on the runner [https://docs.gitlab.com/ee/ci/testing/code_quality.html#improve-code-quality-performance-with-private-runners see this guide] | ## If you want to run Code Quality jobs on the runner [https://docs.gitlab.com/ee/ci/testing/code_quality.html#improve-code-quality-performance-with-private-runners see this guide] | ||
Coming soon (tm): | Coming soon (tm): | ||
# [https://git.dsinternal.net/delft-solutions/infrastructure/debian-ds-gitlab-runner Install ds-gitlab-runner] | # [https://git.dsinternal.net/delft-solutions/infrastructure/debian-ds-gitlab-runner Install ds-gitlab-runner] |
Latest revision as of 05:38, 16 May 2023
- Create a (Debian) host
- Install Docker Engine on Debian
- Install GitLab runner
- Register runner
- If you want to run Code Quality jobs on the runner see this guide
Coming soon (tm):